Shades of Army green #495622
Tints of Army green #495622
RGB
CMYK
RGB Variations
Color information
#495622 (or 0x495622) is known color: Army green. HEX triplet: 49, 56 and 22. RGB value is (73,86,34). Sum of RGB (Red+Green+Blue) = 73+86+34=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 34 (13.67% from 255 or 17.62% from 193); Max value from RGB is 86 - color contains mainly: green. Hex color #495622 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495622 is #B6A9DD. Grayscale: #4C4C4C. Windows color (decimal): -11971038 or 2250313. OLE color: 2250313.
HSL color Cylindrical-coordinate representation of color #495622: hue angle of 75º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #495622 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 86 | 34 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.66 |
| HSL | 75º | 0.43% | 0.24% | - |
| HSV(B) | 75º | 0.6% | 0.34% | - |
| XYZ | 6.36 | 8.19 | 2.76 | - |
| YUV | 76.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 34 | 0.15 | 0 | 0.60 | 0.66 | 75 | 0.43 | 0.24 |
| Hex | 49 | 56 | 22 | F | 0 | 3C | 42 | 4B | 2B | 18 |
| Octal | 111 | 126 | 42 | 17 | 0 | 74 | 102 | 113 | 53 | 30 |
| Binary | 1001001 | 1010110 | 100010 | 1111 | 0 | 111100 | 1000010 | 1001011 | 101011 | 11000 |
Color Harmonies of #495622
Complementary color
Monochromatic Colors of #495622
Black with #495622
Text Example
Text Example
White with #495622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495622; }
p { color: rgb(73,86,34); }
H1.HeaderClassName
{
color: #495622;
}
.AnyTagClassName
{
color: #495622;
}
</style>
background-color css
<style>
a { background-color: #495622; }
a { background-color: rgb(73,86,34); }
div.DivClassName
{
background-color: #495622;
}
.BgClassName
{
background-color: #495622;
}
</style>
border-color css
<style>
span { border-color: #495622; }
span { border-color: rgb(73,86,34); }
td.TdClassName
{
border-color: #495622;
}
.TagClassName
{
border-color: #495622;
}
</style>