Shades of Olive Drab #548004
Tints of Olive Drab #548004
RGB
CMYK
RGB Variations
Color information
#548004 (or 0x548004) is known color: Olive Drab. HEX triplet: 54, 80 and 04. RGB value is (84,128,4). Sum of RGB (Red+Green+Blue) = 84+128+4=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 128 (50.39% from 255 or 59.26% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 128 - color contains mainly: green. Hex color #548004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548004 is #AB7FFB. Grayscale: #656565. Windows color (decimal): -11239420 or 294996. OLE color: 294996.
HSL color Cylindrical-coordinate representation of color #548004: hue angle of 81.29º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #548004 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 128 | 4 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.50 |
| HSL | 81.29º | 0.94% | 0.26% | - |
| HSV(B) | 81.29º | 0.97% | 0.5% | - |
| XYZ | 11.4 | 17.33 | 2.86 | - |
| YUV | 100.71 | 73.42 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 128 | 4 | 0.34 | 0 | 0.97 | 0.50 | 81.29 | 0.94 | 0.26 |
| Hex | 54 | 80 | 4 | 22 | 0 | 61 | 32 | 51 | 5E | 1A |
| Octal | 124 | 200 | 4 | 42 | 0 | 141 | 62 | 121 | 136 | 32 |
| Binary | 1010100 | 10000000 | 100 | 100010 | 0 | 1100001 | 110010 | 1010001 | 1011110 | 11010 |
Color Harmonies of #548004
Complementary color
Monochromatic Colors of #548004
Black with #548004
Text Example
Text Example
White with #548004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548004; }
p { color: rgb(84,128,4); }
H1.HeaderClassName
{
color: #548004;
}
.AnyTagClassName
{
color: #548004;
}
</style>
background-color css
<style>
a { background-color: #548004; }
a { background-color: rgb(84,128,4); }
div.DivClassName
{
background-color: #548004;
}
.BgClassName
{
background-color: #548004;
}
</style>
border-color css
<style>
span { border-color: #548004; }
span { border-color: rgb(84,128,4); }
td.TdClassName
{
border-color: #548004;
}
.TagClassName
{
border-color: #548004;
}
</style>