Shades of Army green #495421
Tints of Army green #495421
RGB
CMYK
RGB Variations
Color information
#495421 (or 0x495421) is known color: Army green. HEX triplet: 49, 54 and 21. RGB value is (73,84,33). Sum of RGB (Red+Green+Blue) = 73+84+33=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #495421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495421 is #B6ABDE. Grayscale: #4B4B4B. Windows color (decimal): -11971551 or 2184265. OLE color: 2184265.
HSL color Cylindrical-coordinate representation of color #495421: hue angle of 72.94º 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 #495421 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 84 | 33 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.67 |
| HSL | 72.94º | 0.44% | 0.23% | - |
| HSV(B) | 72.94º | 0.61% | 0.33% | - |
| XYZ | 6.19 | 7.87 | 2.63 | - |
| YUV | 74.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 33 | 0.13 | 0 | 0.61 | 0.67 | 72.94 | 0.44 | 0.23 |
| Hex | 49 | 54 | 21 | D | 0 | 3D | 43 | 49 | 2C | 17 |
| Octal | 111 | 124 | 41 | 15 | 0 | 75 | 103 | 111 | 54 | 27 |
| Binary | 1001001 | 1010100 | 100001 | 1101 | 0 | 111101 | 1000011 | 1001001 | 101100 | 10111 |
Color Harmonies of #495421
Complementary color
Monochromatic Colors of #495421
Black with #495421
Text Example
Text Example
White with #495421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495421; }
p { color: rgb(73,84,33); }
H1.HeaderClassName
{
color: #495421;
}
.AnyTagClassName
{
color: #495421;
}
</style>
background-color css
<style>
a { background-color: #495421; }
a { background-color: rgb(73,84,33); }
div.DivClassName
{
background-color: #495421;
}
.BgClassName
{
background-color: #495421;
}
</style>
border-color css
<style>
span { border-color: #495421; }
span { border-color: rgb(73,84,33); }
td.TdClassName
{
border-color: #495421;
}
.TagClassName
{
border-color: #495421;
}
</style>