Shades of Army green #495321
Tints of Army green #495321
RGB
CMYK
RGB Variations
Color information
#495321 (or 0x495321) is known color: Army green. HEX triplet: 49, 53 and 21. RGB value is (73,83,33). Sum of RGB (Red+Green+Blue) = 73+83+33=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #495321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495321 is #B6ACDE. Grayscale: #4A4A4A. Windows color (decimal): -11971807 or 2184009. OLE color: 2184009.
HSL color Cylindrical-coordinate representation of color #495321: hue angle of 72º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #495321 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 83 | 33 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.67 |
| HSL | 72º | 0.43% | 0.23% | - |
| HSV(B) | 72º | 0.6% | 0.33% | - |
| XYZ | 6.12 | 7.71 | 2.61 | - |
| YUV | 74.31 | 104.69 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 33 | 0.12 | 0 | 0.60 | 0.67 | 72 | 0.43 | 0.23 |
| Hex | 49 | 53 | 21 | C | 0 | 3C | 43 | 48 | 2B | 17 |
| Octal | 111 | 123 | 41 | 14 | 0 | 74 | 103 | 110 | 53 | 27 |
| Binary | 1001001 | 1010011 | 100001 | 1100 | 0 | 111100 | 1000011 | 1001000 | 101011 | 10111 |
Color Harmonies of #495321
Complementary color
Monochromatic Colors of #495321
Black with #495321
Text Example
Text Example
White with #495321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495321; }
p { color: rgb(73,83,33); }
H1.HeaderClassName
{
color: #495321;
}
.AnyTagClassName
{
color: #495321;
}
</style>
background-color css
<style>
a { background-color: #495321; }
a { background-color: rgb(73,83,33); }
div.DivClassName
{
background-color: #495321;
}
.BgClassName
{
background-color: #495321;
}
</style>
border-color css
<style>
span { border-color: #495321; }
span { border-color: rgb(73,83,33); }
td.TdClassName
{
border-color: #495321;
}
.TagClassName
{
border-color: #495321;
}
</style>