Shades of Dark Olive Green #566233
Tints of Dark Olive Green #566233
RGB
CMYK
RGB Variations
Color information
#566233 (or 0x566233) is known color: Dark Olive Green. HEX triplet: 56, 62 and 33. RGB value is (86,98,51). Sum of RGB (Red+Green+Blue) = 86+98+51=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 98 - color contains mainly: green. Hex color #566233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566233 is #A99DCC. Grayscale: #595959. Windows color (decimal): -11115981 or 3367510. OLE color: 3367510.
HSL color Cylindrical-coordinate representation of color #566233: hue angle of 75.32º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #566233 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 98 | 51 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.62 |
| HSL | 75.32º | 0.32% | 0.29% | - |
| HSV(B) | 75.32º | 0.48% | 0.38% | - |
| XYZ | 8.8 | 10.95 | 4.78 | - |
| YUV | 89.05 | 106.52 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 98 | 51 | 0.12 | 0 | 0.48 | 0.62 | 75.32 | 0.32 | 0.29 |
| Hex | 56 | 62 | 33 | C | 0 | 30 | 3E | 4B | 20 | 1D |
| Octal | 126 | 142 | 63 | 14 | 0 | 60 | 76 | 113 | 40 | 35 |
| Binary | 1010110 | 1100010 | 110011 | 1100 | 0 | 110000 | 111110 | 1001011 | 100000 | 11101 |
Color Harmonies of #566233
Complementary color
Monochromatic Colors of #566233
Black with #566233
Text Example
Text Example
White with #566233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566233; }
p { color: rgb(86,98,51); }
H1.HeaderClassName
{
color: #566233;
}
.AnyTagClassName
{
color: #566233;
}
</style>
background-color css
<style>
a { background-color: #566233; }
a { background-color: rgb(86,98,51); }
div.DivClassName
{
background-color: #566233;
}
.BgClassName
{
background-color: #566233;
}
</style>
border-color css
<style>
span { border-color: #566233; }
span { border-color: rgb(86,98,51); }
td.TdClassName
{
border-color: #566233;
}
.TagClassName
{
border-color: #566233;
}
</style>