#576332

Color #576332 Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #576332

Tints of Dark Olive Green #576332

Color information

#576332 (or 0x576332) is unknown color: approx Dark Olive Green. HEX triplet: 57, 63 and 32. RGB value is (87,99,50). Sum of RGB (Red+Green+Blue) = 87+99+50=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #576332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576332 is #A89CCD. Grayscale: #5A5A5A. Windows color (decimal): -11050190 or 3302231. OLE color: 3302231.

HSL color Cylindrical-coordinate representation of color #576332: hue angle of 74.69º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #576332 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB879950-
CMYK0.1200.490.61
HSL74.69º32.89%29.22%-
HSV(B)74.69º49.49%38.82%-
XYZ8.9711.184.7-
YUV89.83105.52125.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.86%
GREEN value IS 99 (39.06% from 255) = 41.95%
BLUE value IS 50 (19.92% from 255) = 21.19%
R=36.86%
G=41.95%
B=21.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8799500.1200.490.6174.6932.8929.22
Hex576332C0313D4b211d
Octal1271436214061751134135
Binary1010111110001111001011000110001111101100101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576332; }

 p { color: rgb(87,99,50); }

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

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

 a { background-color: rgb(87,99,50); }

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

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

 span { border-color: rgb(87,99,50); }

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