Shades of Olive Drab #588204
Tints of Olive Drab #588204
RGB
CMYK
RGB Variations
Color information
#588204 (or 0x588204) is known color: Olive Drab. HEX triplet: 58, 82 and 04. RGB value is (88,130,4). Sum of RGB (Red+Green+Blue) = 88+130+4=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #588204 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588204 is #A77DFB. Grayscale: #676767. Windows color (decimal): -10976764 or 295512. OLE color: 295512.
HSL color Cylindrical-coordinate representation of color #588204: hue angle of 80º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #588204 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 130 | 4 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.49 |
| HSL | 80º | 0.94% | 0.26% | - |
| HSV(B) | 80º | 0.97% | 0.51% | - |
| XYZ | 12.03 | 18.05 | 2.96 | - |
| YUV | 103.08 | 72.09 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 130 | 4 | 0.32 | 0 | 0.97 | 0.49 | 80 | 0.94 | 0.26 |
| Hex | 58 | 82 | 4 | 20 | 0 | 61 | 31 | 50 | 5E | 1A |
| Octal | 130 | 202 | 4 | 40 | 0 | 141 | 61 | 120 | 136 | 32 |
| Binary | 1011000 | 10000010 | 100 | 100000 | 0 | 1100001 | 110001 | 1010000 | 1011110 | 11010 |
Color Harmonies of #588204
Complementary color
Monochromatic Colors of #588204
Black with #588204
Text Example
Text Example
White with #588204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588204; }
p { color: rgb(88,130,4); }
H1.HeaderClassName
{
color: #588204;
}
.AnyTagClassName
{
color: #588204;
}
</style>
background-color css
<style>
a { background-color: #588204; }
a { background-color: rgb(88,130,4); }
div.DivClassName
{
background-color: #588204;
}
.BgClassName
{
background-color: #588204;
}
</style>
border-color css
<style>
span { border-color: #588204; }
span { border-color: rgb(88,130,4); }
td.TdClassName
{
border-color: #588204;
}
.TagClassName
{
border-color: #588204;
}
</style>