Shades of Army green #494916
Tints of Army green #494916
RGB
CMYK
RGB Variations
Color information
#494916 (or 0x494916) is known color: Army green. HEX triplet: 49, 49 and 16. RGB value is (73,73,22). Sum of RGB (Red+Green+Blue) = 73+73+22=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 73 - color contains mainly: red, green. Hex color #494916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494916 is #B6B6E9. Grayscale: #434343. Windows color (decimal): -11974378 or 1460553. OLE color: 1460553.
HSL color Cylindrical-coordinate representation of color #494916: hue angle of 60º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #494916 is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 73 | 22 | - |
| CMYK | 0 | 0 | 0.70 | 0.71 |
| HSL | 60º | 0.54% | 0.19% | - |
| HSV(B) | 60º | 0.7% | 0.29% | - |
| XYZ | 5.28 | 6.24 | 1.69 | - |
| YUV | 67.19 | 102.5 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 22 | 0 | 0 | 0.70 | 0.71 | 60 | 0.54 | 0.19 |
| Hex | 49 | 49 | 16 | 0 | 0 | 46 | 47 | 3C | 36 | 13 |
| Octal | 111 | 111 | 26 | 0 | 0 | 106 | 107 | 74 | 66 | 23 |
| Binary | 1001001 | 1001001 | 10110 | 0 | 0 | 1000110 | 1000111 | 111100 | 110110 | 10011 |
Color Harmonies of #494916
Complementary color
Monochromatic Colors of #494916
Black with #494916
Text Example
Text Example
White with #494916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494916; }
p { color: rgb(73,73,22); }
H1.HeaderClassName
{
color: #494916;
}
.AnyTagClassName
{
color: #494916;
}
</style>
background-color css
<style>
a { background-color: #494916; }
a { background-color: rgb(73,73,22); }
div.DivClassName
{
background-color: #494916;
}
.BgClassName
{
background-color: #494916;
}
</style>
border-color css
<style>
span { border-color: #494916; }
span { border-color: rgb(73,73,22); }
td.TdClassName
{
border-color: #494916;
}
.TagClassName
{
border-color: #494916;
}
</style>