Shades of Army green #495723
Tints of Army green #495723
RGB
CMYK
RGB Variations
Color information
#495723 (or 0x495723) is known color: Army green. HEX triplet: 49, 57 and 23. RGB value is (73,87,35). Sum of RGB (Red+Green+Blue) = 73+87+35=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 87 (34.38% from 255 or 44.62% from 195); Blue value is 35 (14.06% from 255 or 17.95% from 195); Max value from RGB is 87 - color contains mainly: green. Hex color #495723 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495723 is #B6A8DC. Grayscale: #4D4D4D. Windows color (decimal): -11970781 or 2316105. OLE color: 2316105.
HSL color Cylindrical-coordinate representation of color #495723: hue angle of 76.15º 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 #495723 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 87 | 35 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.66 |
| HSL | 76.15º | 0.43% | 0.24% | - |
| HSV(B) | 76.15º | 0.6% | 0.34% | - |
| XYZ | 6.46 | 8.35 | 2.86 | - |
| YUV | 76.89 | 104.36 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 35 | 0.16 | 0 | 0.60 | 0.66 | 76.15 | 0.43 | 0.24 |
| Hex | 49 | 57 | 23 | 10 | 0 | 3C | 42 | 4C | 2B | 18 |
| Octal | 111 | 127 | 43 | 20 | 0 | 74 | 102 | 114 | 53 | 30 |
| Binary | 1001001 | 1010111 | 100011 | 10000 | 0 | 111100 | 1000010 | 1001100 | 101011 | 11000 |
Color Harmonies of #495723
Complementary color
Monochromatic Colors of #495723
Black with #495723
Text Example
Text Example
White with #495723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495723; }
p { color: rgb(73,87,35); }
H1.HeaderClassName
{
color: #495723;
}
.AnyTagClassName
{
color: #495723;
}
</style>
background-color css
<style>
a { background-color: #495723; }
a { background-color: rgb(73,87,35); }
div.DivClassName
{
background-color: #495723;
}
.BgClassName
{
background-color: #495723;
}
</style>
border-color css
<style>
span { border-color: #495723; }
span { border-color: rgb(73,87,35); }
td.TdClassName
{
border-color: #495723;
}
.TagClassName
{
border-color: #495723;
}
</style>