Shades of Dark Olive Green #567234
Tints of Dark Olive Green #567234
RGB
CMYK
RGB Variations
Color information
#567234 (or 0x567234) is known color: Dark Olive Green. HEX triplet: 56, 72 and 34. RGB value is (86,114,52). Sum of RGB (Red+Green+Blue) = 86+114+52=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #567234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #567234 is #A98DCB. Grayscale: #626262. Windows color (decimal): -11111884 or 3437142. OLE color: 3437142.
HSL color Cylindrical-coordinate representation of color #567234: hue angle of 87.1º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #567234 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 114 | 52 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.55 |
| HSL | 87.1º | 0.37% | 0.33% | - |
| HSV(B) | 87.1º | 0.54% | 0.45% | - |
| XYZ | 10.47 | 14.26 | 5.45 | - |
| YUV | 98.56 | 101.72 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 114 | 52 | 0.25 | 0 | 0.54 | 0.55 | 87.1 | 0.37 | 0.33 |
| Hex | 56 | 72 | 34 | 19 | 0 | 36 | 37 | 57 | 25 | 21 |
| Octal | 126 | 162 | 64 | 31 | 0 | 66 | 67 | 127 | 45 | 41 |
| Binary | 1010110 | 1110010 | 110100 | 11001 | 0 | 110110 | 110111 | 1010111 | 100101 | 100001 |
Color Harmonies of #567234
Complementary color
Monochromatic Colors of #567234
Black with #567234
Text Example
Text Example
White with #567234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567234; }
p { color: rgb(86,114,52); }
H1.HeaderClassName
{
color: #567234;
}
.AnyTagClassName
{
color: #567234;
}
</style>
background-color css
<style>
a { background-color: #567234; }
a { background-color: rgb(86,114,52); }
div.DivClassName
{
background-color: #567234;
}
.BgClassName
{
background-color: #567234;
}
</style>
border-color css
<style>
span { border-color: #567234; }
span { border-color: rgb(86,114,52); }
td.TdClassName
{
border-color: #567234;
}
.TagClassName
{
border-color: #567234;
}
</style>