Shades of Army green #494815
Tints of Army green #494815
RGB
CMYK
RGB Variations
Color information
#494815 (or 0x494815) is known color: Army green. HEX triplet: 49, 48 and 15. RGB value is (73,72,21). Sum of RGB (Red+Green+Blue) = 73+72+21=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 73 - color contains mainly: red. Hex color #494815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494815 is #B6B7EA. Grayscale: #424242. Windows color (decimal): -11974635 or 1394761. OLE color: 1394761.
HSL color Cylindrical-coordinate representation of color #494815: hue angle of 58.85º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #494815 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 72 | 21 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.71 |
| HSL | 58.85º | 0.55% | 0.18% | - |
| HSV(B) | 58.85º | 0.71% | 0.29% | - |
| XYZ | 5.2 | 6.11 | 1.61 | - |
| YUV | 66.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 21 | 0 | 0.01 | 0.71 | 0.71 | 58.85 | 0.55 | 0.18 |
| Hex | 49 | 48 | 15 | 0 | 1 | 47 | 47 | 3B | 37 | 12 |
| Octal | 111 | 110 | 25 | 0 | 1 | 107 | 107 | 73 | 67 | 22 |
| Binary | 1001001 | 1001000 | 10101 | 0 | 1 | 1000111 | 1000111 | 111011 | 110111 | 10010 |
Color Harmonies of #494815
Complementary color
Monochromatic Colors of #494815
Black with #494815
Text Example
Text Example
White with #494815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494815; }
p { color: rgb(73,72,21); }
H1.HeaderClassName
{
color: #494815;
}
.AnyTagClassName
{
color: #494815;
}
</style>
background-color css
<style>
a { background-color: #494815; }
a { background-color: rgb(73,72,21); }
div.DivClassName
{
background-color: #494815;
}
.BgClassName
{
background-color: #494815;
}
</style>
border-color css
<style>
span { border-color: #494815; }
span { border-color: rgb(73,72,21); }
td.TdClassName
{
border-color: #494815;
}
.TagClassName
{
border-color: #494815;
}
</style>