Shades of Army green #495721
Tints of Army green #495721
RGB
CMYK
RGB Variations
Color information
#495721 (or 0x495721) is known color: Army green. HEX triplet: 49, 57 and 21. RGB value is (73,87,33). Sum of RGB (Red+Green+Blue) = 73+87+33=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 87 - color contains mainly: green. Hex color #495721 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495721 is #B6A8DE. Grayscale: #4C4C4C. Windows color (decimal): -11970783 or 2185033. OLE color: 2185033.
HSL color Cylindrical-coordinate representation of color #495721: hue angle of 75.56º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #495721 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 87 | 33 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.66 |
| HSL | 75.56º | 0.45% | 0.24% | - |
| HSV(B) | 75.56º | 0.62% | 0.34% | - |
| XYZ | 6.43 | 8.34 | 2.71 | - |
| YUV | 76.66 | 103.36 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 33 | 0.16 | 0 | 0.62 | 0.66 | 75.56 | 0.45 | 0.24 |
| Hex | 49 | 57 | 21 | 10 | 0 | 3E | 42 | 4C | 2D | 18 |
| Octal | 111 | 127 | 41 | 20 | 0 | 76 | 102 | 114 | 55 | 30 |
| Binary | 1001001 | 1010111 | 100001 | 10000 | 0 | 111110 | 1000010 | 1001100 | 101101 | 11000 |
Color Harmonies of #495721
Complementary color
Monochromatic Colors of #495721
Black with #495721
Text Example
Text Example
White with #495721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495721; }
p { color: rgb(73,87,33); }
H1.HeaderClassName
{
color: #495721;
}
.AnyTagClassName
{
color: #495721;
}
</style>
background-color css
<style>
a { background-color: #495721; }
a { background-color: rgb(73,87,33); }
div.DivClassName
{
background-color: #495721;
}
.BgClassName
{
background-color: #495721;
}
</style>
border-color css
<style>
span { border-color: #495721; }
span { border-color: rgb(73,87,33); }
td.TdClassName
{
border-color: #495721;
}
.TagClassName
{
border-color: #495721;
}
</style>