Shades of Dark Olive Green #587431
Tints of Dark Olive Green #587431
RGB
CMYK
RGB Variations
Color information
#587431 (or 0x587431) is known color: Dark Olive Green. HEX triplet: 58, 74 and 31. RGB value is (88,116,49). Sum of RGB (Red+Green+Blue) = 88+116+49=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 49 (19.53% from 255 or 19.37% from 253); Max value from RGB is 116 - color contains mainly: green. Hex color #587431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587431 is #A78BCE. Grayscale: #646464. Windows color (decimal): -10980303 or 3241048. OLE color: 3241048.
HSL color Cylindrical-coordinate representation of color #587431: hue angle of 85.07º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #587431 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 116 | 49 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.55 |
| HSL | 85.07º | 0.41% | 0.32% | - |
| HSV(B) | 85.07º | 0.58% | 0.45% | - |
| XYZ | 10.82 | 14.79 | 5.19 | - |
| YUV | 99.99 | 99.22 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 116 | 49 | 0.24 | 0 | 0.58 | 0.55 | 85.07 | 0.41 | 0.32 |
| Hex | 58 | 74 | 31 | 18 | 0 | 3A | 37 | 55 | 29 | 20 |
| Octal | 130 | 164 | 61 | 30 | 0 | 72 | 67 | 125 | 51 | 40 |
| Binary | 1011000 | 1110100 | 110001 | 11000 | 0 | 111010 | 110111 | 1010101 | 101001 | 100000 |
Color Harmonies of #587431
Complementary color
Monochromatic Colors of #587431
Black with #587431
Text Example
Text Example
White with #587431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587431; }
p { color: rgb(88,116,49); }
H1.HeaderClassName
{
color: #587431;
}
.AnyTagClassName
{
color: #587431;
}
</style>
background-color css
<style>
a { background-color: #587431; }
a { background-color: rgb(88,116,49); }
div.DivClassName
{
background-color: #587431;
}
.BgClassName
{
background-color: #587431;
}
</style>
border-color css
<style>
span { border-color: #587431; }
span { border-color: rgb(88,116,49); }
td.TdClassName
{
border-color: #587431;
}
.TagClassName
{
border-color: #587431;
}
</style>