Shades of Olive Drab #548302
Tints of Olive Drab #548302
RGB
CMYK
RGB Variations
Color information
#548302 (or 0x548302) is known color: Olive Drab. HEX triplet: 54, 83 and 02. RGB value is (84,131,2). Sum of RGB (Red+Green+Blue) = 84+131+2=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 131 (51.56% from 255 or 60.37% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 131 - color contains mainly: green. Hex color #548302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548302 is #AB7CFD. Grayscale: #666666. Windows color (decimal): -11238654 or 164692. OLE color: 164692.
HSL color Cylindrical-coordinate representation of color #548302: hue angle of 81.86º 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 #548302 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 131 | 2 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.49 |
| HSL | 81.86º | 0.97% | 0.26% | - |
| HSV(B) | 81.86º | 0.98% | 0.51% | - |
| XYZ | 11.78 | 18.12 | 2.93 | - |
| YUV | 102.24 | 71.43 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 131 | 2 | 0.36 | 0 | 0.98 | 0.49 | 81.86 | 0.97 | 0.26 |
| Hex | 54 | 83 | 2 | 24 | 0 | 62 | 31 | 52 | 61 | 1A |
| Octal | 124 | 203 | 2 | 44 | 0 | 142 | 61 | 122 | 141 | 32 |
| Binary | 1010100 | 10000011 | 10 | 100100 | 0 | 1100010 | 110001 | 1010010 | 1100001 | 11010 |
Color Harmonies of #548302
Complementary color
Monochromatic Colors of #548302
Black with #548302
Text Example
Text Example
White with #548302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548302; }
p { color: rgb(84,131,2); }
H1.HeaderClassName
{
color: #548302;
}
.AnyTagClassName
{
color: #548302;
}
</style>
background-color css
<style>
a { background-color: #548302; }
a { background-color: rgb(84,131,2); }
div.DivClassName
{
background-color: #548302;
}
.BgClassName
{
background-color: #548302;
}
</style>
border-color css
<style>
span { border-color: #548302; }
span { border-color: rgb(84,131,2); }
td.TdClassName
{
border-color: #548302;
}
.TagClassName
{
border-color: #548302;
}
</style>