Shades of Dark Olive Green #587425
Tints of Dark Olive Green #587425
RGB
CMYK
RGB Variations
Color information
#587425 (or 0x587425) is known color: Dark Olive Green. HEX triplet: 58, 74 and 25. RGB value is (88,116,37). Sum of RGB (Red+Green+Blue) = 88+116+37=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 116 - color contains mainly: green. Hex color #587425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587425 is #A78BDA. Grayscale: #626262. Windows color (decimal): -10980315 or 2454616. OLE color: 2454616.
HSL color Cylindrical-coordinate representation of color #587425: hue angle of 81.27º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #587425 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 116 | 37 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.55 |
| HSL | 81.27º | 0.52% | 0.3% | - |
| HSV(B) | 81.27º | 0.68% | 0.45% | - |
| XYZ | 10.6 | 14.7 | 4.03 | - |
| YUV | 98.62 | 93.22 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 116 | 37 | 0.24 | 0 | 0.68 | 0.55 | 81.27 | 0.52 | 0.3 |
| Hex | 58 | 74 | 25 | 18 | 0 | 44 | 37 | 51 | 34 | 1E |
| Octal | 130 | 164 | 45 | 30 | 0 | 104 | 67 | 121 | 64 | 36 |
| Binary | 1011000 | 1110100 | 100101 | 11000 | 0 | 1000100 | 110111 | 1010001 | 110100 | 11110 |
Color Harmonies of #587425
Complementary color
Monochromatic Colors of #587425
Black with #587425
Text Example
Text Example
White with #587425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587425; }
p { color: rgb(88,116,37); }
H1.HeaderClassName
{
color: #587425;
}
.AnyTagClassName
{
color: #587425;
}
</style>
background-color css
<style>
a { background-color: #587425; }
a { background-color: rgb(88,116,37); }
div.DivClassName
{
background-color: #587425;
}
.BgClassName
{
background-color: #587425;
}
</style>
border-color css
<style>
span { border-color: #587425; }
span { border-color: rgb(88,116,37); }
td.TdClassName
{
border-color: #587425;
}
.TagClassName
{
border-color: #587425;
}
</style>