Shades of Olive Drab #598213
Tints of Olive Drab #598213
RGB
CMYK
RGB Variations
Color information
#598213 (or 0x598213) is known color: Olive Drab. HEX triplet: 59, 82 and 13. RGB value is (89,130,19). Sum of RGB (Red+Green+Blue) = 89+130+19=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 130 (51.17% from 255 or 54.62% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 130 - color contains mainly: green. Hex color #598213 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598213 is #A67DEC. Grayscale: #696969. Windows color (decimal): -10911213 or 1278553. OLE color: 1278553.
HSL color Cylindrical-coordinate representation of color #598213: hue angle of 82.16º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #598213 is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 130 | 19 | - |
| CMYK | 0.32 | 0 | 0.85 | 0.49 |
| HSL | 82.16º | 0.74% | 0.29% | - |
| HSV(B) | 82.16º | 0.85% | 0.51% | - |
| XYZ | 12.22 | 18.14 | 3.47 | - |
| YUV | 105.09 | 79.42 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 130 | 19 | 0.32 | 0 | 0.85 | 0.49 | 82.16 | 0.74 | 0.29 |
| Hex | 59 | 82 | 13 | 20 | 0 | 55 | 31 | 52 | 4A | 1D |
| Octal | 131 | 202 | 23 | 40 | 0 | 125 | 61 | 122 | 112 | 35 |
| Binary | 1011001 | 10000010 | 10011 | 100000 | 0 | 1010101 | 110001 | 1010010 | 1001010 | 11101 |
Color Harmonies of #598213
Complementary color
Monochromatic Colors of #598213
Black with #598213
Text Example
Text Example
White with #598213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598213; }
p { color: rgb(89,130,19); }
H1.HeaderClassName
{
color: #598213;
}
.AnyTagClassName
{
color: #598213;
}
</style>
background-color css
<style>
a { background-color: #598213; }
a { background-color: rgb(89,130,19); }
div.DivClassName
{
background-color: #598213;
}
.BgClassName
{
background-color: #598213;
}
</style>
border-color css
<style>
span { border-color: #598213; }
span { border-color: rgb(89,130,19); }
td.TdClassName
{
border-color: #598213;
}
.TagClassName
{
border-color: #598213;
}
</style>