Shades of Army green #545916
Tints of Army green #545916
RGB
CMYK
RGB Variations
Color information
#545916 (or 0x545916) is known color: Army green. HEX triplet: 54, 59 and 16. RGB value is (84,89,22). Sum of RGB (Red+Green+Blue) = 84+89+22=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 89 - color contains mainly: green. Hex color #545916 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545916 is #ABA6E9. Grayscale: #505050. Windows color (decimal): -11249386 or 1464660. OLE color: 1464660.
HSL color Cylindrical-coordinate representation of color #545916: hue angle of 64.48º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #545916 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 89 | 22 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.65 |
| HSL | 64.48º | 0.6% | 0.22% | - |
| HSV(B) | 64.48º | 0.75% | 0.35% | - |
| XYZ | 7.37 | 9.09 | 2.12 | - |
| YUV | 79.87 | 95.34 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 22 | 0.06 | 0 | 0.75 | 0.65 | 64.48 | 0.6 | 0.22 |
| Hex | 54 | 59 | 16 | 6 | 0 | 4B | 41 | 40 | 3C | 16 |
| Octal | 124 | 131 | 26 | 6 | 0 | 113 | 101 | 100 | 74 | 26 |
| Binary | 1010100 | 1011001 | 10110 | 110 | 0 | 1001011 | 1000001 | 1000000 | 111100 | 10110 |
Color Harmonies of #545916
Complementary color
Monochromatic Colors of #545916
Black with #545916
Text Example
Text Example
White with #545916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545916; }
p { color: rgb(84,89,22); }
H1.HeaderClassName
{
color: #545916;
}
.AnyTagClassName
{
color: #545916;
}
</style>
background-color css
<style>
a { background-color: #545916; }
a { background-color: rgb(84,89,22); }
div.DivClassName
{
background-color: #545916;
}
.BgClassName
{
background-color: #545916;
}
</style>
border-color css
<style>
span { border-color: #545916; }
span { border-color: rgb(84,89,22); }
td.TdClassName
{
border-color: #545916;
}
.TagClassName
{
border-color: #545916;
}
</style>