Shades of Dark Olive Green #566432
Tints of Dark Olive Green #566432
RGB
CMYK
RGB Variations
Color information
#566432 (or 0x566432) is known color: Dark Olive Green. HEX triplet: 56, 64 and 32. RGB value is (86,100,50). Sum of RGB (Red+Green+Blue) = 86+100+50=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 100 - color contains mainly: green. Hex color #566432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566432 is #A99BCD. Grayscale: #5A5A5A. Windows color (decimal): -11115470 or 3302486. OLE color: 3302486.
HSL color Cylindrical-coordinate representation of color #566432: hue angle of 76.8º 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 #566432 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 86 | 100 | 50 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.61 |
| HSL | 76.8º | 0.33% | 0.29% | - |
| HSV(B) | 76.8º | 0.5% | 0.39% | - |
| XYZ | 8.97 | 11.32 | 4.73 | - |
| YUV | 90.11 | 105.36 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 100 | 50 | 0.14 | 0 | 0.50 | 0.61 | 76.8 | 0.33 | 0.29 |
| Hex | 56 | 64 | 32 | E | 0 | 32 | 3D | 4D | 21 | 1D |
| Octal | 126 | 144 | 62 | 16 | 0 | 62 | 75 | 115 | 41 | 35 |
| Binary | 1010110 | 1100100 | 110010 | 1110 | 0 | 110010 | 111101 | 1001101 | 100001 | 11101 |
Color Harmonies of #566432
Complementary color
Monochromatic Colors of #566432
Black with #566432
Text Example
Text Example
White with #566432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566432; }
p { color: rgb(86,100,50); }
H1.HeaderClassName
{
color: #566432;
}
.AnyTagClassName
{
color: #566432;
}
</style>
background-color css
<style>
a { background-color: #566432; }
a { background-color: rgb(86,100,50); }
div.DivClassName
{
background-color: #566432;
}
.BgClassName
{
background-color: #566432;
}
</style>
border-color css
<style>
span { border-color: #566432; }
span { border-color: rgb(86,100,50); }
td.TdClassName
{
border-color: #566432;
}
.TagClassName
{
border-color: #566432;
}
</style>