Shades of Dark Olive Green #566235
Tints of Dark Olive Green #566235
RGB
CMYK
RGB Variations
Color information
#566235 (or 0x566235) is known color: Dark Olive Green. HEX triplet: 56, 62 and 35. RGB value is (86,98,53). Sum of RGB (Red+Green+Blue) = 86+98+53=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #566235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566235 is #A99DCA. Grayscale: #595959. Windows color (decimal): -11115979 or 3498582. OLE color: 3498582.
HSL color Cylindrical-coordinate representation of color #566235: hue angle of 76º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #566235 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 98 | 53 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.62 |
| HSL | 76º | 0.3% | 0.3% | - |
| HSV(B) | 76º | 0.46% | 0.38% | - |
| XYZ | 8.85 | 10.97 | 5.02 | - |
| YUV | 89.28 | 107.52 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 98 | 53 | 0.12 | 0 | 0.46 | 0.62 | 76 | 0.3 | 0.3 |
| Hex | 56 | 62 | 35 | C | 0 | 2E | 3E | 4C | 1E | 1E |
| Octal | 126 | 142 | 65 | 14 | 0 | 56 | 76 | 114 | 36 | 36 |
| Binary | 1010110 | 1100010 | 110101 | 1100 | 0 | 101110 | 111110 | 1001100 | 11110 | 11110 |
Color Harmonies of #566235
Complementary color
Monochromatic Colors of #566235
Black with #566235
Text Example
Text Example
White with #566235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566235; }
p { color: rgb(86,98,53); }
H1.HeaderClassName
{
color: #566235;
}
.AnyTagClassName
{
color: #566235;
}
</style>
background-color css
<style>
a { background-color: #566235; }
a { background-color: rgb(86,98,53); }
div.DivClassName
{
background-color: #566235;
}
.BgClassName
{
background-color: #566235;
}
</style>
border-color css
<style>
span { border-color: #566235; }
span { border-color: rgb(86,98,53); }
td.TdClassName
{
border-color: #566235;
}
.TagClassName
{
border-color: #566235;
}
</style>