Shades of Army green #495220
Tints of Army green #495220
RGB
CMYK
RGB Variations
Color information
#495220 (or 0x495220) is known color: Army green. HEX triplet: 49, 52 and 20. RGB value is (73,82,32). Sum of RGB (Red+Green+Blue) = 73+82+32=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 82 - color contains mainly: green. Hex color #495220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495220 is #B6ADDF. Grayscale: #494949. Windows color (decimal): -11972064 or 2118217. OLE color: 2118217.
HSL color Cylindrical-coordinate representation of color #495220: hue angle of 70.8º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #495220 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 82 | 32 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.68 |
| HSL | 70.8º | 0.44% | 0.22% | - |
| HSV(B) | 70.8º | 0.61% | 0.32% | - |
| XYZ | 6.03 | 7.56 | 2.51 | - |
| YUV | 73.61 | 104.52 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 32 | 0.11 | 0 | 0.61 | 0.68 | 70.8 | 0.44 | 0.22 |
| Hex | 49 | 52 | 20 | B | 0 | 3D | 44 | 47 | 2C | 16 |
| Octal | 111 | 122 | 40 | 13 | 0 | 75 | 104 | 107 | 54 | 26 |
| Binary | 1001001 | 1010010 | 100000 | 1011 | 0 | 111101 | 1000100 | 1000111 | 101100 | 10110 |
Color Harmonies of #495220
Complementary color
Monochromatic Colors of #495220
Black with #495220
Text Example
Text Example
White with #495220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495220; }
p { color: rgb(73,82,32); }
H1.HeaderClassName
{
color: #495220;
}
.AnyTagClassName
{
color: #495220;
}
</style>
background-color css
<style>
a { background-color: #495220; }
a { background-color: rgb(73,82,32); }
div.DivClassName
{
background-color: #495220;
}
.BgClassName
{
background-color: #495220;
}
</style>
border-color css
<style>
span { border-color: #495220; }
span { border-color: rgb(73,82,32); }
td.TdClassName
{
border-color: #495220;
}
.TagClassName
{
border-color: #495220;
}
</style>