#576A4F

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

Shades of Cactus #576A4F

Tints of Cactus #576A4F

Color information

#576A4F (or 0x576A4F) is unknown color: approx Cactus. HEX triplet: 57, 6A and 4F. RGB value is (87,106,79). Sum of RGB (Red+Green+Blue) = 87+106+79=272 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.99% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 106 - color contains mainly: green. Hex color #576A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576A4F is #A895B0. Grayscale: #616161. Windows color (decimal): -11048369 or 5204567. OLE color: 5204567.

HSL color Cylindrical-coordinate representation of color #576A4F: hue angle of 102.22º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #576A4F is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB8710679-
CMYK0.1800.250.58
HSL102.22º14.59%36.27%-
HSV(B)102.22º25.47%41.57%-
XYZ10.512.99.33-
YUV97.24117.71120.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.99%
GREEN value IS 106 (41.80% from 255) = 38.97%
BLUE value IS 79 (31.25% from 255) = 29.04%
R=31.99%
G=38.97%
B=29.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87106790.1800.250.58102.2214.5936.27
Hex576A4F120193A66f24
Octal12715211722031721461744
Binary1010111110101010011111001001100111101011001101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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