int sideLength = 55; size(100, 100); background(75, 230, 10); fill(175); rect(50 - sideLength/2, 50 - sideLength/2, sideLength, sideLength);