Shades of Dark Olive Green #587334
Tints of Dark Olive Green #587334
RGB
CMYK
RGB Variations
Color information
#587334 (or 0x587334) is known color: Dark Olive Green. HEX triplet: 58, 73 and 34. RGB value is (88,115,52). Sum of RGB (Red+Green+Blue) = 88+115+52=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 52 (20.70% from 255 or 20.39% from 255); Max value from RGB is 115 - color contains mainly: green. Hex color #587334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587334 is #A78CCB. Grayscale: #636363. Windows color (decimal): -10980556 or 3437400. OLE color: 3437400.
HSL color Cylindrical-coordinate representation of color #587334: hue angle of 85.71º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #587334 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 115 | 52 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.55 |
| HSL | 85.71º | 0.38% | 0.33% | - |
| HSV(B) | 85.71º | 0.55% | 0.45% | - |
| XYZ | 10.78 | 14.58 | 5.5 | - |
| YUV | 99.75 | 101.05 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 115 | 52 | 0.23 | 0 | 0.55 | 0.55 | 85.71 | 0.38 | 0.33 |
| Hex | 58 | 73 | 34 | 17 | 0 | 37 | 37 | 56 | 26 | 21 |
| Octal | 130 | 163 | 64 | 27 | 0 | 67 | 67 | 126 | 46 | 41 |
| Binary | 1011000 | 1110011 | 110100 | 10111 | 0 | 110111 | 110111 | 1010110 | 100110 | 100001 |
Color Harmonies of #587334
Complementary color
Monochromatic Colors of #587334
Black with #587334
Text Example
Text Example
White with #587334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587334; }
p { color: rgb(88,115,52); }
H1.HeaderClassName
{
color: #587334;
}
.AnyTagClassName
{
color: #587334;
}
</style>
background-color css
<style>
a { background-color: #587334; }
a { background-color: rgb(88,115,52); }
div.DivClassName
{
background-color: #587334;
}
.BgClassName
{
background-color: #587334;
}
</style>
border-color css
<style>
span { border-color: #587334; }
span { border-color: rgb(88,115,52); }
td.TdClassName
{
border-color: #587334;
}
.TagClassName
{
border-color: #587334;
}
</style>