Shades of Dark Olive Green #576432
Tints of Dark Olive Green #576432
RGB
CMYK
RGB Variations
Color information
#576432 (or 0x576432) is known color: Dark Olive Green. HEX triplet: 57, 64 and 32. RGB value is (87,100,50). Sum of RGB (Red+Green+Blue) = 87+100+50=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 100 - color contains mainly: green. Hex color #576432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576432 is #A89BCD. Grayscale: #5A5A5A. Windows color (decimal): -11049934 or 3302487. OLE color: 3302487.
HSL color Cylindrical-coordinate representation of color #576432: hue angle of 75.6º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #576432 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 100 | 50 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.61 |
| HSL | 75.6º | 0.33% | 0.29% | - |
| HSV(B) | 75.6º | 0.5% | 0.39% | - |
| XYZ | 9.06 | 11.37 | 4.73 | - |
| YUV | 90.41 | 105.19 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 100 | 50 | 0.13 | 0 | 0.50 | 0.61 | 75.6 | 0.33 | 0.29 |
| Hex | 57 | 64 | 32 | D | 0 | 32 | 3D | 4C | 21 | 1D |
| Octal | 127 | 144 | 62 | 15 | 0 | 62 | 75 | 114 | 41 | 35 |
| Binary | 1010111 | 1100100 | 110010 | 1101 | 0 | 110010 | 111101 | 1001100 | 100001 | 11101 |
Color Harmonies of #576432
Complementary color
Monochromatic Colors of #576432
Black with #576432
Text Example
Text Example
White with #576432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576432; }
p { color: rgb(87,100,50); }
H1.HeaderClassName
{
color: #576432;
}
.AnyTagClassName
{
color: #576432;
}
</style>
background-color css
<style>
a { background-color: #576432; }
a { background-color: rgb(87,100,50); }
div.DivClassName
{
background-color: #576432;
}
.BgClassName
{
background-color: #576432;
}
</style>
border-color css
<style>
span { border-color: #576432; }
span { border-color: rgb(87,100,50); }
td.TdClassName
{
border-color: #576432;
}
.TagClassName
{
border-color: #576432;
}
</style>