Shades of Army green #495026
Tints of Army green #495026
RGB
CMYK
RGB Variations
Color information
#495026 (or 0x495026) is known color: Army green. HEX triplet: 49, 50 and 26. RGB value is (73,80,38). Sum of RGB (Red+Green+Blue) = 73+80+38=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 80 - color contains mainly: green. Hex color #495026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495026 is #B6AFD9. Grayscale: #494949. Windows color (decimal): -11972570 or 2510921. OLE color: 2510921.
HSL color Cylindrical-coordinate representation of color #495026: hue angle of 70º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #495026 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 80 | 38 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.69 |
| HSL | 70º | 0.36% | 0.23% | - |
| HSV(B) | 70º | 0.53% | 0.31% | - |
| XYZ | 5.97 | 7.29 | 2.93 | - |
| YUV | 73.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 38 | 0.09 | 0 | 0.52 | 0.69 | 70 | 0.36 | 0.23 |
| Hex | 49 | 50 | 26 | 9 | 0 | 34 | 45 | 46 | 24 | 17 |
| Octal | 111 | 120 | 46 | 11 | 0 | 64 | 105 | 106 | 44 | 27 |
| Binary | 1001001 | 1010000 | 100110 | 1001 | 0 | 110100 | 1000101 | 1000110 | 100100 | 10111 |
Color Harmonies of #495026
Complementary color
Monochromatic Colors of #495026
Black with #495026
Text Example
Text Example
White with #495026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495026; }
p { color: rgb(73,80,38); }
H1.HeaderClassName
{
color: #495026;
}
.AnyTagClassName
{
color: #495026;
}
</style>
background-color css
<style>
a { background-color: #495026; }
a { background-color: rgb(73,80,38); }
div.DivClassName
{
background-color: #495026;
}
.BgClassName
{
background-color: #495026;
}
</style>
border-color css
<style>
span { border-color: #495026; }
span { border-color: rgb(73,80,38); }
td.TdClassName
{
border-color: #495026;
}
.TagClassName
{
border-color: #495026;
}
</style>