Shades of Army green #495020
Tints of Army green #495020
RGB
CMYK
RGB Variations
Color information
#495020 (or 0x495020) is known color: Army green. HEX triplet: 49, 50 and 20. RGB value is (73,80,32). Sum of RGB (Red+Green+Blue) = 73+80+32=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 80 - color contains mainly: green. Hex color #495020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495020 is #B6AFDF. Grayscale: #484848. Windows color (decimal): -11972576 or 2117705. OLE color: 2117705.
HSL color Cylindrical-coordinate representation of color #495020: hue angle of 68.75º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #495020 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 80 | 32 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.69 |
| HSL | 68.75º | 0.43% | 0.22% | - |
| HSV(B) | 68.75º | 0.6% | 0.31% | - |
| XYZ | 5.88 | 7.26 | 2.46 | - |
| YUV | 72.44 | 105.18 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 32 | 0.09 | 0 | 0.60 | 0.69 | 68.75 | 0.43 | 0.22 |
| Hex | 49 | 50 | 20 | 9 | 0 | 3C | 45 | 45 | 2B | 16 |
| Octal | 111 | 120 | 40 | 11 | 0 | 74 | 105 | 105 | 53 | 26 |
| Binary | 1001001 | 1010000 | 100000 | 1001 | 0 | 111100 | 1000101 | 1000101 | 101011 | 10110 |
Color Harmonies of #495020
Complementary color
Monochromatic Colors of #495020
Black with #495020
Text Example
Text Example
White with #495020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495020; }
p { color: rgb(73,80,32); }
H1.HeaderClassName
{
color: #495020;
}
.AnyTagClassName
{
color: #495020;
}
</style>
background-color css
<style>
a { background-color: #495020; }
a { background-color: rgb(73,80,32); }
div.DivClassName
{
background-color: #495020;
}
.BgClassName
{
background-color: #495020;
}
</style>
border-color css
<style>
span { border-color: #495020; }
span { border-color: rgb(73,80,32); }
td.TdClassName
{
border-color: #495020;
}
.TagClassName
{
border-color: #495020;
}
</style>