Shades of Army green #494A20
Tints of Army green #494A20
RGB
CMYK
RGB Variations
Color information
#494A20 (or 0x494A20) is known color: Army green. HEX triplet: 49, 4A and 20. RGB value is (73,74,32). Sum of RGB (Red+Green+Blue) = 73+74+32=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 74 - color contains mainly: green. Hex color #494A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494A20 is #B6B5DF. Grayscale: #454545. Windows color (decimal): -11974112 or 2116169. OLE color: 2116169.
HSL color Cylindrical-coordinate representation of color #494A20: hue angle of 61.43º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #494A20 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 74 | 32 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.71 |
| HSL | 61.43º | 0.4% | 0.21% | - |
| HSV(B) | 61.43º | 0.57% | 0.29% | - |
| XYZ | 5.46 | 6.42 | 2.32 | - |
| YUV | 68.91 | 107.17 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 74 | 32 | 0.01 | 0 | 0.57 | 0.71 | 61.43 | 0.4 | 0.21 |
| Hex | 49 | 4A | 20 | 1 | 0 | 39 | 47 | 3D | 28 | 15 |
| Octal | 111 | 112 | 40 | 1 | 0 | 71 | 107 | 75 | 50 | 25 |
| Binary | 1001001 | 1001010 | 100000 | 1 | 0 | 111001 | 1000111 | 111101 | 101000 | 10101 |
Color Harmonies of #494A20
Complementary color
Monochromatic Colors of #494A20
Black with #494A20
Text Example
Text Example
White with #494A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494A20; }
p { color: rgb(73,74,32); }
H1.HeaderClassName
{
color: #494A20;
}
.AnyTagClassName
{
color: #494A20;
}
</style>
background-color css
<style>
a { background-color: #494A20; }
a { background-color: rgb(73,74,32); }
div.DivClassName
{
background-color: #494A20;
}
.BgClassName
{
background-color: #494A20;
}
</style>
border-color css
<style>
span { border-color: #494A20; }
span { border-color: rgb(73,74,32); }
td.TdClassName
{
border-color: #494A20;
}
.TagClassName
{
border-color: #494A20;
}
</style>