Shades of Olive Drab #558302
Tints of Olive Drab #558302
RGB
CMYK
RGB Variations
Color information
#558302 (or 0x558302) is known color: Olive Drab. HEX triplet: 55, 83 and 02. RGB value is (85,131,2). Sum of RGB (Red+Green+Blue) = 85+131+2=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 131 (51.56% from 255 or 60.09% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 131 - color contains mainly: green. Hex color #558302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558302 is #AA7CFD. Grayscale: #676767. Windows color (decimal): -11173118 or 164693. OLE color: 164693.
HSL color Cylindrical-coordinate representation of color #558302: hue angle of 81.4º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #558302 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 131 | 2 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.49 |
| HSL | 81.4º | 0.97% | 0.26% | - |
| HSV(B) | 81.4º | 0.98% | 0.51% | - |
| XYZ | 11.87 | 18.17 | 2.94 | - |
| YUV | 102.54 | 71.26 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 131 | 2 | 0.35 | 0 | 0.98 | 0.49 | 81.4 | 0.97 | 0.26 |
| Hex | 55 | 83 | 2 | 23 | 0 | 62 | 31 | 51 | 61 | 1A |
| Octal | 125 | 203 | 2 | 43 | 0 | 142 | 61 | 121 | 141 | 32 |
| Binary | 1010101 | 10000011 | 10 | 100011 | 0 | 1100010 | 110001 | 1010001 | 1100001 | 11010 |
Color Harmonies of #558302
Complementary color
Monochromatic Colors of #558302
Black with #558302
Text Example
Text Example
White with #558302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558302; }
p { color: rgb(85,131,2); }
H1.HeaderClassName
{
color: #558302;
}
.AnyTagClassName
{
color: #558302;
}
</style>
background-color css
<style>
a { background-color: #558302; }
a { background-color: rgb(85,131,2); }
div.DivClassName
{
background-color: #558302;
}
.BgClassName
{
background-color: #558302;
}
</style>
border-color css
<style>
span { border-color: #558302; }
span { border-color: rgb(85,131,2); }
td.TdClassName
{
border-color: #558302;
}
.TagClassName
{
border-color: #558302;
}
</style>