Shades of Olive Drab #548600
Tints of Olive Drab #548600
RGB
CMYK
RGB Variations
Color information
#548600 (or 0x548600) is known color: Olive Drab. HEX triplet: 54, 86 and 00. RGB value is (84,134,0). Sum of RGB (Red+Green+Blue) = 84+134+0=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 134 (52.73% from 255 or 61.47% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 134 - color contains mainly: green. Hex color #548600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548600 is #AB79FF. Grayscale: #686868. Windows color (decimal): -11237888 or 34388. OLE color: 34388.
HSL color Cylindrical-coordinate representation of color #548600: hue angle of 82.39º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #548600 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 134 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.47 |
| HSL | 82.39º | 1% | 0.26% | - |
| HSV(B) | 82.39º | 1% | 0.53% | - |
| XYZ | 12.18 | 18.94 | 3.01 | - |
| YUV | 103.77 | 69.44 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 134 | 0 | 0.37 | 0 | 1 | 0.47 | 82.39 | 1 | 0.26 |
| Hex | 54 | 86 | 0 | 25 | 0 | 64 | 2F | 52 | 64 | 1A |
| Octal | 124 | 206 | 0 | 45 | 0 | 144 | 57 | 122 | 144 | 32 |
| Binary | 1010100 | 10000110 | 0 | 100101 | 0 | 1100100 | 101111 | 1010010 | 1100100 | 11010 |
Color Harmonies of #548600
Complementary color
Monochromatic Colors of #548600
Black with #548600
Text Example
Text Example
White with #548600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548600; }
p { color: rgb(84,134,0); }
H1.HeaderClassName
{
color: #548600;
}
.AnyTagClassName
{
color: #548600;
}
</style>
background-color css
<style>
a { background-color: #548600; }
a { background-color: rgb(84,134,0); }
div.DivClassName
{
background-color: #548600;
}
.BgClassName
{
background-color: #548600;
}
</style>
border-color css
<style>
span { border-color: #548600; }
span { border-color: rgb(84,134,0); }
td.TdClassName
{
border-color: #548600;
}
.TagClassName
{
border-color: #548600;
}
</style>