Shades of Olive Drab #588201
Tints of Olive Drab #588201
RGB
CMYK
RGB Variations
Color information
#588201 (or 0x588201) is known color: Olive Drab. HEX triplet: 58, 82 and 01. RGB value is (88,130,1). Sum of RGB (Red+Green+Blue) = 88+130+1=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 130 (51.17% from 255 or 59.36% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 130 - color contains mainly: green. Hex color #588201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588201 is #A77DFE. Grayscale: #676767. Windows color (decimal): -10976767 or 98904. OLE color: 98904.
HSL color Cylindrical-coordinate representation of color #588201: hue angle of 79.53º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #588201 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 130 | 1 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.49 |
| HSL | 79.53º | 0.98% | 0.26% | - |
| HSV(B) | 79.53º | 0.99% | 0.51% | - |
| XYZ | 12.01 | 18.04 | 2.88 | - |
| YUV | 102.74 | 70.59 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 130 | 1 | 0.32 | 0 | 0.99 | 0.49 | 79.53 | 0.98 | 0.26 |
| Hex | 58 | 82 | 1 | 20 | 0 | 63 | 31 | 50 | 62 | 1A |
| Octal | 130 | 202 | 1 | 40 | 0 | 143 | 61 | 120 | 142 | 32 |
| Binary | 1011000 | 10000010 | 1 | 100000 | 0 | 1100011 | 110001 | 1010000 | 1100010 | 11010 |
Color Harmonies of #588201
Complementary color
Monochromatic Colors of #588201
Black with #588201
Text Example
Text Example
White with #588201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588201; }
p { color: rgb(88,130,1); }
H1.HeaderClassName
{
color: #588201;
}
.AnyTagClassName
{
color: #588201;
}
</style>
background-color css
<style>
a { background-color: #588201; }
a { background-color: rgb(88,130,1); }
div.DivClassName
{
background-color: #588201;
}
.BgClassName
{
background-color: #588201;
}
</style>
border-color css
<style>
span { border-color: #588201; }
span { border-color: rgb(88,130,1); }
td.TdClassName
{
border-color: #588201;
}
.TagClassName
{
border-color: #588201;
}
</style>