#577A4F

Color #577A4F Cactus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cactus #577A4F

Tints of Cactus #577A4F

Color information

#577A4F (or 0x577A4F) is unknown color: approx Cactus. HEX triplet: 57, 7A and 4F. RGB value is (87,122,79). Sum of RGB (Red+Green+Blue) = 87+122+79=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 122 - color contains mainly: green. Hex color #577A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577A4F is #A885B0. Grayscale: #6A6A6A. Windows color (decimal): -11044273 or 5208663. OLE color: 5208663.

HSL color Cylindrical-coordinate representation of color #577A4F: hue angle of 108.84º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #577A4F is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB8712279-
CMYK0.2900.350.52
HSL108.84º21.39%39.41%-
HSV(B)108.84º35.25%47.84%-
XYZ12.316.519.94-
YUV106.63112.4114-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 30.21%
GREEN value IS 122 (48.05% from 255) = 42.36%
BLUE value IS 79 (31.25% from 255) = 27.43%
R=30.21%
G=42.36%
B=27.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal87122790.2900.350.52108.8421.3939.41
Hex577A4F1D023346d1527
Octal12717211735043641552547
Binary101011111110101001111111010100011110100110110110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577A4F; }

 p { color: rgb(87,122,79); }

 H1.HeaderClassName
 {
   color: #577A4F;
 }
 .AnyTagClassName
 {
   color: #577A4F;
 }
</style>
background-color css

<style>
 a { background-color: #577A4F; }

 a { background-color: rgb(87,122,79); }

 div.DivClassName
 {
   background-color: #577A4F;
 }
 .BgClassName
 {
   background-color: #577A4F;
 }
</style>
border-color css

<style>
 span { border-color: #577A4F; }

 span { border-color: rgb(87,122,79); }

 td.TdClassName
 {
   border-color: #577A4F;
 }
 .TagClassName
 {
   border-color: #577A4F;
 }
</style>