Shades of Army green #495322
Tints of Army green #495322
RGB
CMYK
RGB Variations
Color information
#495322 (or 0x495322) is known color: Army green. HEX triplet: 49, 53 and 22. RGB value is (73,83,34). Sum of RGB (Red+Green+Blue) = 73+83+34=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 34 (13.67% from 255 or 17.89% from 190); Max value from RGB is 83 - color contains mainly: green. Hex color #495322 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495322 is #B6ACDD. Grayscale: #4A4A4A. Windows color (decimal): -11971806 or 2249545. OLE color: 2249545.
HSL color Cylindrical-coordinate representation of color #495322: hue angle of 72.24º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #495322 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 83 | 34 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.67 |
| HSL | 72.24º | 0.42% | 0.23% | - |
| HSV(B) | 72.24º | 0.59% | 0.33% | - |
| XYZ | 6.13 | 7.72 | 2.68 | - |
| YUV | 74.42 | 105.19 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 34 | 0.12 | 0 | 0.59 | 0.67 | 72.24 | 0.42 | 0.23 |
| Hex | 49 | 53 | 22 | C | 0 | 3B | 43 | 48 | 2A | 17 |
| Octal | 111 | 123 | 42 | 14 | 0 | 73 | 103 | 110 | 52 | 27 |
| Binary | 1001001 | 1010011 | 100010 | 1100 | 0 | 111011 | 1000011 | 1001000 | 101010 | 10111 |
Color Harmonies of #495322
Complementary color
Monochromatic Colors of #495322
Black with #495322
Text Example
Text Example
White with #495322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495322; }
p { color: rgb(73,83,34); }
H1.HeaderClassName
{
color: #495322;
}
.AnyTagClassName
{
color: #495322;
}
</style>
background-color css
<style>
a { background-color: #495322; }
a { background-color: rgb(73,83,34); }
div.DivClassName
{
background-color: #495322;
}
.BgClassName
{
background-color: #495322;
}
</style>
border-color css
<style>
span { border-color: #495322; }
span { border-color: rgb(73,83,34); }
td.TdClassName
{
border-color: #495322;
}
.TagClassName
{
border-color: #495322;
}
</style>