Shades of Olive Drab #588E00
Tints of Olive Drab #588E00
RGB
CMYK
RGB Variations
Color information
#588E00 (or 0x588E00) is known color: Olive Drab. HEX triplet: 58, 8E and 00. RGB value is (88,142,0). Sum of RGB (Red+Green+Blue) = 88+142+0=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 142 (55.86% from 255 or 61.74% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 142 - color contains mainly: green. Hex color #588E00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588E00 is #A771FF. Grayscale: #6E6E6E. Windows color (decimal): -10973696 or 36440. OLE color: 36440.
HSL color Cylindrical-coordinate representation of color #588E00: hue angle of 82.82º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #588E00 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 142 | 0 | - |
| CMYK | 0.38 | 0 | 1 | 0.44 |
| HSL | 82.82º | 1% | 0.28% | - |
| HSV(B) | 82.82º | 1% | 0.56% | - |
| XYZ | 13.7 | 21.42 | 3.41 | - |
| YUV | 109.67 | 66.11 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 142 | 0 | 0.38 | 0 | 1 | 0.44 | 82.82 | 1 | 0.28 |
| Hex | 58 | 8E | 0 | 26 | 0 | 64 | 2C | 53 | 64 | 1C |
| Octal | 130 | 216 | 0 | 46 | 0 | 144 | 54 | 123 | 144 | 34 |
| Binary | 1011000 | 10001110 | 0 | 100110 | 0 | 1100100 | 101100 | 1010011 | 1100100 | 11100 |
Color Harmonies of #588E00
Complementary color
Monochromatic Colors of #588E00
Black with #588E00
Text Example
Text Example
White with #588E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588E00; }
p { color: rgb(88,142,0); }
H1.HeaderClassName
{
color: #588E00;
}
.AnyTagClassName
{
color: #588E00;
}
</style>
background-color css
<style>
a { background-color: #588E00; }
a { background-color: rgb(88,142,0); }
div.DivClassName
{
background-color: #588E00;
}
.BgClassName
{
background-color: #588E00;
}
</style>
border-color css
<style>
span { border-color: #588E00; }
span { border-color: rgb(88,142,0); }
td.TdClassName
{
border-color: #588E00;
}
.TagClassName
{
border-color: #588E00;
}
</style>