Shades of Olive Drab #588D00
Tints of Olive Drab #588D00
RGB
CMYK
RGB Variations
Color information
#588D00 (or 0x588D00) is known color: Olive Drab. HEX triplet: 58, 8D and 00. RGB value is (88,141,0). Sum of RGB (Red+Green+Blue) = 88+141+0=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 141 (55.47% from 255 or 61.57% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 141 - color contains mainly: green. Hex color #588D00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588D00 is #A772FF. Grayscale: #6D6D6D. Windows color (decimal): -10973952 or 36184. OLE color: 36184.
HSL color Cylindrical-coordinate representation of color #588D00: hue angle of 82.55º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #588D00 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 141 | 0 | - |
| CMYK | 0.38 | 0 | 1 | 0.45 |
| HSL | 82.55º | 1% | 0.28% | - |
| HSV(B) | 82.55º | 1% | 0.55% | - |
| XYZ | 13.55 | 21.12 | 3.36 | - |
| YUV | 109.08 | 66.44 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 141 | 0 | 0.38 | 0 | 1 | 0.45 | 82.55 | 1 | 0.28 |
| Hex | 58 | 8D | 0 | 26 | 0 | 64 | 2D | 53 | 64 | 1C |
| Octal | 130 | 215 | 0 | 46 | 0 | 144 | 55 | 123 | 144 | 34 |
| Binary | 1011000 | 10001101 | 0 | 100110 | 0 | 1100100 | 101101 | 1010011 | 1100100 | 11100 |
Color Harmonies of #588D00
Complementary color
Monochromatic Colors of #588D00
Black with #588D00
Text Example
Text Example
White with #588D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588D00; }
p { color: rgb(88,141,0); }
H1.HeaderClassName
{
color: #588D00;
}
.AnyTagClassName
{
color: #588D00;
}
</style>
background-color css
<style>
a { background-color: #588D00; }
a { background-color: rgb(88,141,0); }
div.DivClassName
{
background-color: #588D00;
}
.BgClassName
{
background-color: #588D00;
}
</style>
border-color css
<style>
span { border-color: #588D00; }
span { border-color: rgb(88,141,0); }
td.TdClassName
{
border-color: #588D00;
}
.TagClassName
{
border-color: #588D00;
}
</style>