Shades of Army green #545716
Tints of Army green #545716
RGB
CMYK
RGB Variations
Color information
#545716 (or 0x545716) is known color: Army green. HEX triplet: 54, 57 and 16. RGB value is (84,87,22). Sum of RGB (Red+Green+Blue) = 84+87+22=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 87 - color contains mainly: green. Hex color #545716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545716 is #ABA8E9. Grayscale: #4E4E4E. Windows color (decimal): -11249898 or 1464148. OLE color: 1464148.
HSL color Cylindrical-coordinate representation of color #545716: hue angle of 62.77º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #545716 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 87 | 22 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.66 |
| HSL | 62.77º | 0.6% | 0.21% | - |
| HSV(B) | 62.77º | 0.75% | 0.34% | - |
| XYZ | 7.21 | 8.76 | 2.07 | - |
| YUV | 78.69 | 96.01 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 87 | 22 | 0.03 | 0 | 0.75 | 0.66 | 62.77 | 0.6 | 0.21 |
| Hex | 54 | 57 | 16 | 3 | 0 | 4B | 42 | 3F | 3C | 15 |
| Octal | 124 | 127 | 26 | 3 | 0 | 113 | 102 | 77 | 74 | 25 |
| Binary | 1010100 | 1010111 | 10110 | 11 | 0 | 1001011 | 1000010 | 111111 | 111100 | 10101 |
Color Harmonies of #545716
Complementary color
Monochromatic Colors of #545716
Black with #545716
Text Example
Text Example
White with #545716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545716; }
p { color: rgb(84,87,22); }
H1.HeaderClassName
{
color: #545716;
}
.AnyTagClassName
{
color: #545716;
}
</style>
background-color css
<style>
a { background-color: #545716; }
a { background-color: rgb(84,87,22); }
div.DivClassName
{
background-color: #545716;
}
.BgClassName
{
background-color: #545716;
}
</style>
border-color css
<style>
span { border-color: #545716; }
span { border-color: rgb(84,87,22); }
td.TdClassName
{
border-color: #545716;
}
.TagClassName
{
border-color: #545716;
}
</style>