Shades of Army green #495320
Tints of Army green #495320
RGB
CMYK
RGB Variations
Color information
#495320 (or 0x495320) is known color: Army green. HEX triplet: 49, 53 and 20. RGB value is (73,83,32). Sum of RGB (Red+Green+Blue) = 73+83+32=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #495320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495320 is #B6ACDF. Grayscale: #4A4A4A. Windows color (decimal): -11971808 or 2118473. OLE color: 2118473.
HSL color Cylindrical-coordinate representation of color #495320: hue angle of 71.76º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #495320 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 83 | 32 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.67 |
| HSL | 71.76º | 0.44% | 0.23% | - |
| HSV(B) | 71.76º | 0.61% | 0.33% | - |
| XYZ | 6.1 | 7.71 | 2.53 | - |
| YUV | 74.2 | 104.19 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 32 | 0.12 | 0 | 0.61 | 0.67 | 71.76 | 0.44 | 0.23 |
| Hex | 49 | 53 | 20 | C | 0 | 3D | 43 | 48 | 2C | 17 |
| Octal | 111 | 123 | 40 | 14 | 0 | 75 | 103 | 110 | 54 | 27 |
| Binary | 1001001 | 1010011 | 100000 | 1100 | 0 | 111101 | 1000011 | 1001000 | 101100 | 10111 |
Color Harmonies of #495320
Complementary color
Monochromatic Colors of #495320
Black with #495320
Text Example
Text Example
White with #495320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495320; }
p { color: rgb(73,83,32); }
H1.HeaderClassName
{
color: #495320;
}
.AnyTagClassName
{
color: #495320;
}
</style>
background-color css
<style>
a { background-color: #495320; }
a { background-color: rgb(73,83,32); }
div.DivClassName
{
background-color: #495320;
}
.BgClassName
{
background-color: #495320;
}
</style>
border-color css
<style>
span { border-color: #495320; }
span { border-color: rgb(73,83,32); }
td.TdClassName
{
border-color: #495320;
}
.TagClassName
{
border-color: #495320;
}
</style>