Shades of Army green #495526
Tints of Army green #495526
RGB
CMYK
RGB Variations
Color information
#495526 (or 0x495526) is known color: Army green. HEX triplet: 49, 55 and 26. RGB value is (73,85,38). Sum of RGB (Red+Green+Blue) = 73+85+38=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 85 - color contains mainly: green. Hex color #495526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495526 is #B6AAD9. Grayscale: #4C4C4C. Windows color (decimal): -11971290 or 2512201. OLE color: 2512201.
HSL color Cylindrical-coordinate representation of color #495526: hue angle of 75.32º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #495526 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 38 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.67 |
| HSL | 75.32º | 0.38% | 0.24% | - |
| HSV(B) | 75.32º | 0.55% | 0.33% | - |
| XYZ | 6.35 | 8.05 | 3.05 | - |
| YUV | 76.05 | 106.52 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 38 | 0.14 | 0 | 0.55 | 0.67 | 75.32 | 0.38 | 0.24 |
| Hex | 49 | 55 | 26 | E | 0 | 37 | 43 | 4B | 26 | 18 |
| Octal | 111 | 125 | 46 | 16 | 0 | 67 | 103 | 113 | 46 | 30 |
| Binary | 1001001 | 1010101 | 100110 | 1110 | 0 | 110111 | 1000011 | 1001011 | 100110 | 11000 |
Color Harmonies of #495526
Complementary color
Monochromatic Colors of #495526
Black with #495526
Text Example
Text Example
White with #495526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495526; }
p { color: rgb(73,85,38); }
H1.HeaderClassName
{
color: #495526;
}
.AnyTagClassName
{
color: #495526;
}
</style>
background-color css
<style>
a { background-color: #495526; }
a { background-color: rgb(73,85,38); }
div.DivClassName
{
background-color: #495526;
}
.BgClassName
{
background-color: #495526;
}
</style>
border-color css
<style>
span { border-color: #495526; }
span { border-color: rgb(73,85,38); }
td.TdClassName
{
border-color: #495526;
}
.TagClassName
{
border-color: #495526;
}
</style>