Shades of Olive Drab #588402
Tints of Olive Drab #588402
RGB
CMYK
RGB Variations
Color information
#588402 (or 0x588402) is known color: Olive Drab. HEX triplet: 58, 84 and 02. RGB value is (88,132,2). Sum of RGB (Red+Green+Blue) = 88+132+2=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 132 (51.95% from 255 or 59.46% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 132 - color contains mainly: green. Hex color #588402 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588402 is #A77BFD. Grayscale: #686868. Windows color (decimal): -10976254 or 164952. OLE color: 164952.
HSL color Cylindrical-coordinate representation of color #588402: hue angle of 80.31º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #588402 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 88 | 132 | 2 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.48 |
| HSL | 80.31º | 0.97% | 0.26% | - |
| HSV(B) | 80.31º | 0.98% | 0.52% | - |
| XYZ | 12.29 | 18.58 | 3 | - |
| YUV | 104.02 | 70.42 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 132 | 2 | 0.33 | 0 | 0.98 | 0.48 | 80.31 | 0.97 | 0.26 |
| Hex | 58 | 84 | 2 | 21 | 0 | 62 | 30 | 50 | 61 | 1A |
| Octal | 130 | 204 | 2 | 41 | 0 | 142 | 60 | 120 | 141 | 32 |
| Binary | 1011000 | 10000100 | 10 | 100001 | 0 | 1100010 | 110000 | 1010000 | 1100001 | 11010 |
Color Harmonies of #588402
Complementary color
Monochromatic Colors of #588402
Black with #588402
Text Example
Text Example
White with #588402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588402; }
p { color: rgb(88,132,2); }
H1.HeaderClassName
{
color: #588402;
}
.AnyTagClassName
{
color: #588402;
}
</style>
background-color css
<style>
a { background-color: #588402; }
a { background-color: rgb(88,132,2); }
div.DivClassName
{
background-color: #588402;
}
.BgClassName
{
background-color: #588402;
}
</style>
border-color css
<style>
span { border-color: #588402; }
span { border-color: rgb(88,132,2); }
td.TdClassName
{
border-color: #588402;
}
.TagClassName
{
border-color: #588402;
}
</style>