Shades of Olive Drab #558A04
Tints of Olive Drab #558A04
RGB
CMYK
RGB Variations
Color information
#558A04 (or 0x558A04) is known color: Olive Drab. HEX triplet: 55, 8A and 04. RGB value is (85,138,4). Sum of RGB (Red+Green+Blue) = 85+138+4=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 138 (54.30% from 255 or 60.79% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 138 - color contains mainly: green. Hex color #558A04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558A04 is #AA75FB. Grayscale: #6B6B6B. Windows color (decimal): -11171324 or 297557. OLE color: 297557.
HSL color Cylindrical-coordinate representation of color #558A04: hue angle of 83.73º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #558A04 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 138 | 4 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.46 |
| HSL | 83.73º | 0.94% | 0.28% | - |
| HSV(B) | 83.73º | 0.97% | 0.54% | - |
| XYZ | 12.86 | 20.12 | 3.32 | - |
| YUV | 106.88 | 69.94 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 4 | 0.38 | 0 | 0.97 | 0.46 | 83.73 | 0.94 | 0.28 |
| Hex | 55 | 8A | 4 | 26 | 0 | 61 | 2E | 54 | 5E | 1C |
| Octal | 125 | 212 | 4 | 46 | 0 | 141 | 56 | 124 | 136 | 34 |
| Binary | 1010101 | 10001010 | 100 | 100110 | 0 | 1100001 | 101110 | 1010100 | 1011110 | 11100 |
Color Harmonies of #558A04
Complementary color
Monochromatic Colors of #558A04
Black with #558A04
Text Example
Text Example
White with #558A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558A04; }
p { color: rgb(85,138,4); }
H1.HeaderClassName
{
color: #558A04;
}
.AnyTagClassName
{
color: #558A04;
}
</style>
background-color css
<style>
a { background-color: #558A04; }
a { background-color: rgb(85,138,4); }
div.DivClassName
{
background-color: #558A04;
}
.BgClassName
{
background-color: #558A04;
}
</style>
border-color css
<style>
span { border-color: #558A04; }
span { border-color: rgb(85,138,4); }
td.TdClassName
{
border-color: #558A04;
}
.TagClassName
{
border-color: #558A04;
}
</style>