Shades of Army green #495725
Tints of Army green #495725
RGB
CMYK
RGB Variations
Color information
#495725 (or 0x495725) is known color: Army green. HEX triplet: 49, 57 and 25. RGB value is (73,87,37). Sum of RGB (Red+Green+Blue) = 73+87+37=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 37 (14.84% from 255 or 18.78% from 197); Max value from RGB is 87 - color contains mainly: green. Hex color #495725 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495725 is #B6A8DA. Grayscale: #4D4D4D. Windows color (decimal): -11970779 or 2447177. OLE color: 2447177.
HSL color Cylindrical-coordinate representation of color #495725: hue angle of 76.8º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #495725 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 87 | 37 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.66 |
| HSL | 76.8º | 0.4% | 0.24% | - |
| HSV(B) | 76.8º | 0.57% | 0.34% | - |
| XYZ | 6.49 | 8.37 | 3.02 | - |
| YUV | 77.11 | 105.36 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 37 | 0.16 | 0 | 0.57 | 0.66 | 76.8 | 0.4 | 0.24 |
| Hex | 49 | 57 | 25 | 10 | 0 | 39 | 42 | 4D | 28 | 18 |
| Octal | 111 | 127 | 45 | 20 | 0 | 71 | 102 | 115 | 50 | 30 |
| Binary | 1001001 | 1010111 | 100101 | 10000 | 0 | 111001 | 1000010 | 1001101 | 101000 | 11000 |
Color Harmonies of #495725
Complementary color
Monochromatic Colors of #495725
Black with #495725
Text Example
Text Example
White with #495725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495725; }
p { color: rgb(73,87,37); }
H1.HeaderClassName
{
color: #495725;
}
.AnyTagClassName
{
color: #495725;
}
</style>
background-color css
<style>
a { background-color: #495725; }
a { background-color: rgb(73,87,37); }
div.DivClassName
{
background-color: #495725;
}
.BgClassName
{
background-color: #495725;
}
</style>
border-color css
<style>
span { border-color: #495725; }
span { border-color: rgb(73,87,37); }
td.TdClassName
{
border-color: #495725;
}
.TagClassName
{
border-color: #495725;
}
</style>