Shades of Army green #545E18
Tints of Army green #545E18
RGB
CMYK
RGB Variations
Color information
#545E18 (or 0x545E18) is known color: Army green. HEX triplet: 54, 5E and 18. RGB value is (84,94,24). Sum of RGB (Red+Green+Blue) = 84+94+24=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 94 (37.11% from 255 or 46.53% from 202); Blue value is 24 (9.77% from 255 or 11.88% from 202); Max value from RGB is 94 - color contains mainly: green. Hex color #545E18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545E18 is #ABA1E7. Grayscale: #535353. Windows color (decimal): -11248104 or 1597012. OLE color: 1597012.
HSL color Cylindrical-coordinate representation of color #545E18: hue angle of 68.57º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #545E18 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 84 | 94 | 24 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.63 |
| HSL | 68.57º | 0.59% | 0.23% | - |
| HSV(B) | 68.57º | 0.74% | 0.37% | - |
| XYZ | 7.82 | 9.96 | 2.37 | - |
| YUV | 83.03 | 94.69 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 24 | 0.11 | 0 | 0.74 | 0.63 | 68.57 | 0.59 | 0.23 |
| Hex | 54 | 5E | 18 | B | 0 | 4A | 3F | 45 | 3B | 17 |
| Octal | 124 | 136 | 30 | 13 | 0 | 112 | 77 | 105 | 73 | 27 |
| Binary | 1010100 | 1011110 | 11000 | 1011 | 0 | 1001010 | 111111 | 1000101 | 111011 | 10111 |
Color Harmonies of #545E18
Complementary color
Monochromatic Colors of #545E18
Black with #545E18
Text Example
Text Example
White with #545E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545E18; }
p { color: rgb(84,94,24); }
H1.HeaderClassName
{
color: #545E18;
}
.AnyTagClassName
{
color: #545E18;
}
</style>
background-color css
<style>
a { background-color: #545E18; }
a { background-color: rgb(84,94,24); }
div.DivClassName
{
background-color: #545E18;
}
.BgClassName
{
background-color: #545E18;
}
</style>
border-color css
<style>
span { border-color: #545E18; }
span { border-color: rgb(84,94,24); }
td.TdClassName
{
border-color: #545E18;
}
.TagClassName
{
border-color: #545E18;
}
</style>