Shades of Army green #495626
Tints of Army green #495626
RGB
CMYK
RGB Variations
Color information
#495626 (or 0x495626) is known color: Army green. HEX triplet: 49, 56 and 26. RGB value is (73,86,38). Sum of RGB (Red+Green+Blue) = 73+86+38=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 86 - color contains mainly: green. Hex color #495626 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495626 is #B6A9D9. Grayscale: #4C4C4C. Windows color (decimal): -11971034 or 2512457. OLE color: 2512457.
HSL color Cylindrical-coordinate representation of color #495626: hue angle of 76.25º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #495626 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 86 | 38 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.66 |
| HSL | 76.25º | 0.39% | 0.24% | - |
| HSV(B) | 76.25º | 0.56% | 0.34% | - |
| XYZ | 6.43 | 8.21 | 3.08 | - |
| YUV | 76.64 | 106.19 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 38 | 0.15 | 0 | 0.56 | 0.66 | 76.25 | 0.39 | 0.24 |
| Hex | 49 | 56 | 26 | F | 0 | 38 | 42 | 4C | 27 | 18 |
| Octal | 111 | 126 | 46 | 17 | 0 | 70 | 102 | 114 | 47 | 30 |
| Binary | 1001001 | 1010110 | 100110 | 1111 | 0 | 111000 | 1000010 | 1001100 | 100111 | 11000 |
Color Harmonies of #495626
Complementary color
Monochromatic Colors of #495626
Black with #495626
Text Example
Text Example
White with #495626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495626; }
p { color: rgb(73,86,38); }
H1.HeaderClassName
{
color: #495626;
}
.AnyTagClassName
{
color: #495626;
}
</style>
background-color css
<style>
a { background-color: #495626; }
a { background-color: rgb(73,86,38); }
div.DivClassName
{
background-color: #495626;
}
.BgClassName
{
background-color: #495626;
}
</style>
border-color css
<style>
span { border-color: #495626; }
span { border-color: rgb(73,86,38); }
td.TdClassName
{
border-color: #495626;
}
.TagClassName
{
border-color: #495626;
}
</style>