Shades of Army green #494921
Tints of Army green #494921
RGB
CMYK
RGB Variations
Color information
#494921 (or 0x494921) is known color: Army green. HEX triplet: 49, 49 and 21. RGB value is (73,73,33). Sum of RGB (Red+Green+Blue) = 73+73+33=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 73 - color contains mainly: red, green. Hex color #494921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494921 is #B6B6DE. Grayscale: #444444. Windows color (decimal): -11974367 or 2181449. OLE color: 2181449.
HSL color Cylindrical-coordinate representation of color #494921: hue angle of 60º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #494921 is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 73 | 33 | - |
| CMYK | 0 | 0 | 0.55 | 0.71 |
| HSL | 60º | 0.38% | 0.21% | - |
| HSV(B) | 60º | 0.55% | 0.29% | - |
| XYZ | 5.4 | 6.29 | 2.37 | - |
| YUV | 68.44 | 108 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 33 | 0 | 0 | 0.55 | 0.71 | 60 | 0.38 | 0.21 |
| Hex | 49 | 49 | 21 | 0 | 0 | 37 | 47 | 3C | 26 | 15 |
| Octal | 111 | 111 | 41 | 0 | 0 | 67 | 107 | 74 | 46 | 25 |
| Binary | 1001001 | 1001001 | 100001 | 0 | 0 | 110111 | 1000111 | 111100 | 100110 | 10101 |
Color Harmonies of #494921
Complementary color
Monochromatic Colors of #494921
Black with #494921
Text Example
Text Example
White with #494921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494921; }
p { color: rgb(73,73,33); }
H1.HeaderClassName
{
color: #494921;
}
.AnyTagClassName
{
color: #494921;
}
</style>
background-color css
<style>
a { background-color: #494921; }
a { background-color: rgb(73,73,33); }
div.DivClassName
{
background-color: #494921;
}
.BgClassName
{
background-color: #494921;
}
</style>
border-color css
<style>
span { border-color: #494921; }
span { border-color: rgb(73,73,33); }
td.TdClassName
{
border-color: #494921;
}
.TagClassName
{
border-color: #494921;
}
</style>