Shades of Army green #495326
Tints of Army green #495326
RGB
CMYK
RGB Variations
Color information
#495326 (or 0x495326) is known color: Army green. HEX triplet: 49, 53 and 26. RGB value is (73,83,38). Sum of RGB (Red+Green+Blue) = 73+83+38=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 83 - color contains mainly: green. Hex color #495326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495326 is #B6ACD9. Grayscale: #4B4B4B. Windows color (decimal): -11971802 or 2511689. OLE color: 2511689.
HSL color Cylindrical-coordinate representation of color #495326: hue angle of 73.33º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #495326 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 83 | 38 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.67 |
| HSL | 73.33º | 0.37% | 0.24% | - |
| HSV(B) | 73.33º | 0.54% | 0.33% | - |
| XYZ | 6.19 | 7.74 | 3 | - |
| YUV | 74.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 38 | 0.12 | 0 | 0.54 | 0.67 | 73.33 | 0.37 | 0.24 |
| Hex | 49 | 53 | 26 | C | 0 | 36 | 43 | 49 | 25 | 18 |
| Octal | 111 | 123 | 46 | 14 | 0 | 66 | 103 | 111 | 45 | 30 |
| Binary | 1001001 | 1010011 | 100110 | 1100 | 0 | 110110 | 1000011 | 1001001 | 100101 | 11000 |
Color Harmonies of #495326
Complementary color
Monochromatic Colors of #495326
Black with #495326
Text Example
Text Example
White with #495326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495326; }
p { color: rgb(73,83,38); }
H1.HeaderClassName
{
color: #495326;
}
.AnyTagClassName
{
color: #495326;
}
</style>
background-color css
<style>
a { background-color: #495326; }
a { background-color: rgb(73,83,38); }
div.DivClassName
{
background-color: #495326;
}
.BgClassName
{
background-color: #495326;
}
</style>
border-color css
<style>
span { border-color: #495326; }
span { border-color: rgb(73,83,38); }
td.TdClassName
{
border-color: #495326;
}
.TagClassName
{
border-color: #495326;
}
</style>