Shades of Olive Drab #558404
Tints of Olive Drab #558404
RGB
CMYK
RGB Variations
Color information
#558404 (or 0x558404) is known color: Olive Drab. HEX triplet: 55, 84 and 04. RGB value is (85,132,4). Sum of RGB (Red+Green+Blue) = 85+132+4=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 132 (51.95% from 255 or 59.73% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 132 - color contains mainly: green. Hex color #558404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558404 is #AA7BFB. Grayscale: #676767. Windows color (decimal): -11172860 or 296021. OLE color: 296021.
HSL color Cylindrical-coordinate representation of color #558404: hue angle of 82.03º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #558404 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 132 | 4 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.48 |
| HSL | 82.03º | 0.94% | 0.27% | - |
| HSV(B) | 82.03º | 0.97% | 0.52% | - |
| XYZ | 12.02 | 18.44 | 3.04 | - |
| YUV | 103.36 | 71.93 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 132 | 4 | 0.36 | 0 | 0.97 | 0.48 | 82.03 | 0.94 | 0.27 |
| Hex | 55 | 84 | 4 | 24 | 0 | 61 | 30 | 52 | 5E | 1B |
| Octal | 125 | 204 | 4 | 44 | 0 | 141 | 60 | 122 | 136 | 33 |
| Binary | 1010101 | 10000100 | 100 | 100100 | 0 | 1100001 | 110000 | 1010010 | 1011110 | 11011 |
Color Harmonies of #558404
Complementary color
Monochromatic Colors of #558404
Black with #558404
Text Example
Text Example
White with #558404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558404; }
p { color: rgb(85,132,4); }
H1.HeaderClassName
{
color: #558404;
}
.AnyTagClassName
{
color: #558404;
}
</style>
background-color css
<style>
a { background-color: #558404; }
a { background-color: rgb(85,132,4); }
div.DivClassName
{
background-color: #558404;
}
.BgClassName
{
background-color: #558404;
}
</style>
border-color css
<style>
span { border-color: #558404; }
span { border-color: rgb(85,132,4); }
td.TdClassName
{
border-color: #558404;
}
.TagClassName
{
border-color: #558404;
}
</style>