Shades of Dark Olive Green #587532
Tints of Dark Olive Green #587532
RGB
CMYK
RGB Variations
Color information
#587532 (or 0x587532) is known color: Dark Olive Green. HEX triplet: 58, 75 and 32. RGB value is (88,117,50). Sum of RGB (Red+Green+Blue) = 88+117+50=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #587532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587532 is #A78ACD. Grayscale: #646464. Windows color (decimal): -10980046 or 3306840. OLE color: 3306840.
HSL color Cylindrical-coordinate representation of color #587532: hue angle of 85.97º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #587532 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 88 | 117 | 50 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.54 |
| HSL | 85.97º | 0.4% | 0.33% | - |
| HSV(B) | 85.97º | 0.57% | 0.46% | - |
| XYZ | 10.96 | 15.03 | 5.34 | - |
| YUV | 100.69 | 99.39 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 117 | 50 | 0.25 | 0 | 0.57 | 0.54 | 85.97 | 0.4 | 0.33 |
| Hex | 58 | 75 | 32 | 19 | 0 | 39 | 36 | 56 | 28 | 21 |
| Octal | 130 | 165 | 62 | 31 | 0 | 71 | 66 | 126 | 50 | 41 |
| Binary | 1011000 | 1110101 | 110010 | 11001 | 0 | 111001 | 110110 | 1010110 | 101000 | 100001 |
Color Harmonies of #587532
Complementary color
Monochromatic Colors of #587532
Black with #587532
Text Example
Text Example
White with #587532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587532; }
p { color: rgb(88,117,50); }
H1.HeaderClassName
{
color: #587532;
}
.AnyTagClassName
{
color: #587532;
}
</style>
background-color css
<style>
a { background-color: #587532; }
a { background-color: rgb(88,117,50); }
div.DivClassName
{
background-color: #587532;
}
.BgClassName
{
background-color: #587532;
}
</style>
border-color css
<style>
span { border-color: #587532; }
span { border-color: rgb(88,117,50); }
td.TdClassName
{
border-color: #587532;
}
.TagClassName
{
border-color: #587532;
}
</style>