Shades of Olive Drab #548005
Tints of Olive Drab #548005
RGB
CMYK
RGB Variations
Color information
#548005 (or 0x548005) is known color: Olive Drab. HEX triplet: 54, 80 and 05. RGB value is (84,128,5). Sum of RGB (Red+Green+Blue) = 84+128+5=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 128 (50.39% from 255 or 58.99% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 128 - color contains mainly: green. Hex color #548005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548005 is #AB7FFA. Grayscale: #656565. Windows color (decimal): -11239419 or 360532. OLE color: 360532.
HSL color Cylindrical-coordinate representation of color #548005: hue angle of 81.46º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #548005 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 128 | 5 | - |
| CMYK | 0.34 | 0 | 0.96 | 0.50 |
| HSL | 81.46º | 0.92% | 0.26% | - |
| HSV(B) | 81.46º | 0.96% | 0.5% | - |
| XYZ | 11.4 | 17.33 | 2.89 | - |
| YUV | 100.82 | 73.92 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 128 | 5 | 0.34 | 0 | 0.96 | 0.50 | 81.46 | 0.92 | 0.26 |
| Hex | 54 | 80 | 5 | 22 | 0 | 60 | 32 | 51 | 5C | 1A |
| Octal | 124 | 200 | 5 | 42 | 0 | 140 | 62 | 121 | 134 | 32 |
| Binary | 1010100 | 10000000 | 101 | 100010 | 0 | 1100000 | 110010 | 1010001 | 1011100 | 11010 |
Color Harmonies of #548005
Complementary color
Monochromatic Colors of #548005
Black with #548005
Text Example
Text Example
White with #548005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548005; }
p { color: rgb(84,128,5); }
H1.HeaderClassName
{
color: #548005;
}
.AnyTagClassName
{
color: #548005;
}
</style>
background-color css
<style>
a { background-color: #548005; }
a { background-color: rgb(84,128,5); }
div.DivClassName
{
background-color: #548005;
}
.BgClassName
{
background-color: #548005;
}
</style>
border-color css
<style>
span { border-color: #548005; }
span { border-color: rgb(84,128,5); }
td.TdClassName
{
border-color: #548005;
}
.TagClassName
{
border-color: #548005;
}
</style>