Shades of Dark Olive Green #587030
Tints of Dark Olive Green #587030
RGB
CMYK
RGB Variations
Color information
#587030 (or 0x587030) is known color: Dark Olive Green. HEX triplet: 58, 70 and 30. RGB value is (88,112,48). Sum of RGB (Red+Green+Blue) = 88+112+48=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #587030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587030 is #A78FCF. Grayscale: #616161. Windows color (decimal): -10981328 or 3174488. OLE color: 3174488.
HSL color Cylindrical-coordinate representation of color #587030: hue angle of 82.5º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #587030 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 112 | 48 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.56 |
| HSL | 82.5º | 0.4% | 0.31% | - |
| HSV(B) | 82.5º | 0.57% | 0.44% | - |
| XYZ | 10.35 | 13.88 | 4.93 | - |
| YUV | 97.53 | 100.05 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 112 | 48 | 0.21 | 0 | 0.57 | 0.56 | 82.5 | 0.4 | 0.31 |
| Hex | 58 | 70 | 30 | 15 | 0 | 39 | 38 | 52 | 28 | 1F |
| Octal | 130 | 160 | 60 | 25 | 0 | 71 | 70 | 122 | 50 | 37 |
| Binary | 1011000 | 1110000 | 110000 | 10101 | 0 | 111001 | 111000 | 1010010 | 101000 | 11111 |
Color Harmonies of #587030
Complementary color
Monochromatic Colors of #587030
Black with #587030
Text Example
Text Example
White with #587030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587030; }
p { color: rgb(88,112,48); }
H1.HeaderClassName
{
color: #587030;
}
.AnyTagClassName
{
color: #587030;
}
</style>
background-color css
<style>
a { background-color: #587030; }
a { background-color: rgb(88,112,48); }
div.DivClassName
{
background-color: #587030;
}
.BgClassName
{
background-color: #587030;
}
</style>
border-color css
<style>
span { border-color: #587030; }
span { border-color: rgb(88,112,48); }
td.TdClassName
{
border-color: #587030;
}
.TagClassName
{
border-color: #587030;
}
</style>