Shades of Dark Olive Green #587036
Tints of Dark Olive Green #587036
RGB
CMYK
RGB Variations
Color information
#587036 (or 0x587036) is known color: Dark Olive Green. HEX triplet: 58, 70 and 36. RGB value is (88,112,54). Sum of RGB (Red+Green+Blue) = 88+112+54=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #587036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587036 is #A78FC9. Grayscale: #626262. Windows color (decimal): -10981322 or 3567704. OLE color: 3567704.
HSL color Cylindrical-coordinate representation of color #587036: hue angle of 84.83º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #587036 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 112 | 54 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.56 |
| HSL | 84.83º | 0.35% | 0.33% | - |
| HSV(B) | 84.83º | 0.52% | 0.44% | - |
| XYZ | 10.48 | 13.93 | 5.63 | - |
| YUV | 98.21 | 103.05 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 112 | 54 | 0.21 | 0 | 0.52 | 0.56 | 84.83 | 0.35 | 0.33 |
| Hex | 58 | 70 | 36 | 15 | 0 | 34 | 38 | 55 | 23 | 21 |
| Octal | 130 | 160 | 66 | 25 | 0 | 64 | 70 | 125 | 43 | 41 |
| Binary | 1011000 | 1110000 | 110110 | 10101 | 0 | 110100 | 111000 | 1010101 | 100011 | 100001 |
Color Harmonies of #587036
Complementary color
Monochromatic Colors of #587036
Black with #587036
Text Example
Text Example
White with #587036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587036; }
p { color: rgb(88,112,54); }
H1.HeaderClassName
{
color: #587036;
}
.AnyTagClassName
{
color: #587036;
}
</style>
background-color css
<style>
a { background-color: #587036; }
a { background-color: rgb(88,112,54); }
div.DivClassName
{
background-color: #587036;
}
.BgClassName
{
background-color: #587036;
}
</style>
border-color css
<style>
span { border-color: #587036; }
span { border-color: rgb(88,112,54); }
td.TdClassName
{
border-color: #587036;
}
.TagClassName
{
border-color: #587036;
}
</style>