Shades of Olive Drab #548800
Tints of Olive Drab #548800
RGB
CMYK
RGB Variations
Color information
#548800 (or 0x548800) is known color: Olive Drab. HEX triplet: 54, 88 and 00. RGB value is (84,136,0). Sum of RGB (Red+Green+Blue) = 84+136+0=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 136 (53.52% from 255 or 61.82% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 136 - color contains mainly: green. Hex color #548800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548800 is #AB77FF. Grayscale: #696969. Windows color (decimal): -11237376 or 34900. OLE color: 34900.
HSL color Cylindrical-coordinate representation of color #548800: hue angle of 82.94º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #548800 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 136 | 0 | - |
| CMYK | 0.38 | 0 | 1 | 0.47 |
| HSL | 82.94º | 1% | 0.27% | - |
| HSV(B) | 82.94º | 1% | 0.53% | - |
| XYZ | 12.46 | 19.49 | 3.11 | - |
| YUV | 104.95 | 68.77 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 136 | 0 | 0.38 | 0 | 1 | 0.47 | 82.94 | 1 | 0.27 |
| Hex | 54 | 88 | 0 | 26 | 0 | 64 | 2F | 53 | 64 | 1B |
| Octal | 124 | 210 | 0 | 46 | 0 | 144 | 57 | 123 | 144 | 33 |
| Binary | 1010100 | 10001000 | 0 | 100110 | 0 | 1100100 | 101111 | 1010011 | 1100100 | 11011 |
Color Harmonies of #548800
Complementary color
Monochromatic Colors of #548800
Black with #548800
Text Example
Text Example
White with #548800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548800; }
p { color: rgb(84,136,0); }
H1.HeaderClassName
{
color: #548800;
}
.AnyTagClassName
{
color: #548800;
}
</style>
background-color css
<style>
a { background-color: #548800; }
a { background-color: rgb(84,136,0); }
div.DivClassName
{
background-color: #548800;
}
.BgClassName
{
background-color: #548800;
}
</style>
border-color css
<style>
span { border-color: #548800; }
span { border-color: rgb(84,136,0); }
td.TdClassName
{
border-color: #548800;
}
.TagClassName
{
border-color: #548800;
}
</style>