Shades of Olive Drab #558304
Tints of Olive Drab #558304
RGB
CMYK
RGB Variations
Color information
#558304 (or 0x558304) is known color: Olive Drab. HEX triplet: 55, 83 and 04. RGB value is (85,131,4). Sum of RGB (Red+Green+Blue) = 85+131+4=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 131 (51.56% from 255 or 59.55% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 131 - color contains mainly: green. Hex color #558304 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558304 is #AA7CFB. Grayscale: #676767. Windows color (decimal): -11173116 or 295765. OLE color: 295765.
HSL color Cylindrical-coordinate representation of color #558304: hue angle of 81.73º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #558304 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 131 | 4 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.49 |
| HSL | 81.73º | 0.94% | 0.26% | - |
| HSV(B) | 81.73º | 0.97% | 0.51% | - |
| XYZ | 11.88 | 18.17 | 3 | - |
| YUV | 102.77 | 72.26 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 131 | 4 | 0.35 | 0 | 0.97 | 0.49 | 81.73 | 0.94 | 0.26 |
| Hex | 55 | 83 | 4 | 23 | 0 | 61 | 31 | 52 | 5E | 1A |
| Octal | 125 | 203 | 4 | 43 | 0 | 141 | 61 | 122 | 136 | 32 |
| Binary | 1010101 | 10000011 | 100 | 100011 | 0 | 1100001 | 110001 | 1010010 | 1011110 | 11010 |
Color Harmonies of #558304
Complementary color
Monochromatic Colors of #558304
Black with #558304
Text Example
Text Example
White with #558304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558304; }
p { color: rgb(85,131,4); }
H1.HeaderClassName
{
color: #558304;
}
.AnyTagClassName
{
color: #558304;
}
</style>
background-color css
<style>
a { background-color: #558304; }
a { background-color: rgb(85,131,4); }
div.DivClassName
{
background-color: #558304;
}
.BgClassName
{
background-color: #558304;
}
</style>
border-color css
<style>
span { border-color: #558304; }
span { border-color: rgb(85,131,4); }
td.TdClassName
{
border-color: #558304;
}
.TagClassName
{
border-color: #558304;
}
</style>