Shades of Army green #495021
Tints of Army green #495021
RGB
CMYK
RGB Variations
Color information
#495021 (or 0x495021) is known color: Army green. HEX triplet: 49, 50 and 21. RGB value is (73,80,33). Sum of RGB (Red+Green+Blue) = 73+80+33=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 80 - color contains mainly: green. Hex color #495021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495021 is #B6AFDE. Grayscale: #484848. Windows color (decimal): -11972575 or 2183241. OLE color: 2183241.
HSL color Cylindrical-coordinate representation of color #495021: hue angle of 68.94º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #495021 is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 80 | 33 | - |
| CMYK | 0.09 | 0 | 0.59 | 0.69 |
| HSL | 68.94º | 0.42% | 0.22% | - |
| HSV(B) | 68.94º | 0.59% | 0.31% | - |
| XYZ | 5.89 | 7.26 | 2.53 | - |
| YUV | 72.55 | 105.68 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 33 | 0.09 | 0 | 0.59 | 0.69 | 68.94 | 0.42 | 0.22 |
| Hex | 49 | 50 | 21 | 9 | 0 | 3B | 45 | 45 | 2A | 16 |
| Octal | 111 | 120 | 41 | 11 | 0 | 73 | 105 | 105 | 52 | 26 |
| Binary | 1001001 | 1010000 | 100001 | 1001 | 0 | 111011 | 1000101 | 1000101 | 101010 | 10110 |
Color Harmonies of #495021
Complementary color
Monochromatic Colors of #495021
Black with #495021
Text Example
Text Example
White with #495021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495021; }
p { color: rgb(73,80,33); }
H1.HeaderClassName
{
color: #495021;
}
.AnyTagClassName
{
color: #495021;
}
</style>
background-color css
<style>
a { background-color: #495021; }
a { background-color: rgb(73,80,33); }
div.DivClassName
{
background-color: #495021;
}
.BgClassName
{
background-color: #495021;
}
</style>
border-color css
<style>
span { border-color: #495021; }
span { border-color: rgb(73,80,33); }
td.TdClassName
{
border-color: #495021;
}
.TagClassName
{
border-color: #495021;
}
</style>