Shades of Olive Drab #548A01
Tints of Olive Drab #548A01
RGB
CMYK
RGB Variations
Color information
#548A01 (or 0x548A01) is known color: Olive Drab. HEX triplet: 54, 8A and 01. RGB value is (84,138,1). Sum of RGB (Red+Green+Blue) = 84+138+1=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 138 (54.30% from 255 or 61.88% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 138 - color contains mainly: green. Hex color #548A01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548A01 is #AB75FE. Grayscale: #6A6A6A. Windows color (decimal): -11236863 or 100948. OLE color: 100948.
HSL color Cylindrical-coordinate representation of color #548A01: hue angle of 83.65º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #548A01 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 138 | 1 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.46 |
| HSL | 83.65º | 0.99% | 0.27% | - |
| HSV(B) | 83.65º | 0.99% | 0.54% | - |
| XYZ | 12.75 | 20.06 | 3.23 | - |
| YUV | 106.24 | 68.61 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 138 | 1 | 0.39 | 0 | 0.99 | 0.46 | 83.65 | 0.99 | 0.27 |
| Hex | 54 | 8A | 1 | 27 | 0 | 63 | 2E | 54 | 63 | 1B |
| Octal | 124 | 212 | 1 | 47 | 0 | 143 | 56 | 124 | 143 | 33 |
| Binary | 1010100 | 10001010 | 1 | 100111 | 0 | 1100011 | 101110 | 1010100 | 1100011 | 11011 |
Color Harmonies of #548A01
Complementary color
Monochromatic Colors of #548A01
Black with #548A01
Text Example
Text Example
White with #548A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548A01; }
p { color: rgb(84,138,1); }
H1.HeaderClassName
{
color: #548A01;
}
.AnyTagClassName
{
color: #548A01;
}
</style>
background-color css
<style>
a { background-color: #548A01; }
a { background-color: rgb(84,138,1); }
div.DivClassName
{
background-color: #548A01;
}
.BgClassName
{
background-color: #548A01;
}
</style>
border-color css
<style>
span { border-color: #548A01; }
span { border-color: rgb(84,138,1); }
td.TdClassName
{
border-color: #548A01;
}
.TagClassName
{
border-color: #548A01;
}
</style>