Shades of Army green #494718
Tints of Army green #494718
RGB
CMYK
RGB Variations
Color information
#494718 (or 0x494718) is known color: Army green. HEX triplet: 49, 47 and 18. RGB value is (73,71,24). Sum of RGB (Red+Green+Blue) = 73+71+24=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 24 (9.77% from 255 or 14.29% from 168); Max value from RGB is 73 - color contains mainly: red. Hex color #494718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494718 is #B6B8E7. Grayscale: #424242. Windows color (decimal): -11974888 or 1591113. OLE color: 1591113.
HSL color Cylindrical-coordinate representation of color #494718: hue angle of 57.55º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #494718 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 71 | 24 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.71 |
| HSL | 57.55º | 0.51% | 0.19% | - |
| HSV(B) | 57.55º | 0.67% | 0.29% | - |
| XYZ | 5.17 | 5.99 | 1.75 | - |
| YUV | 66.24 | 104.16 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 71 | 24 | 0 | 0.03 | 0.67 | 0.71 | 57.55 | 0.51 | 0.19 |
| Hex | 49 | 47 | 18 | 0 | 3 | 43 | 47 | 3A | 33 | 13 |
| Octal | 111 | 107 | 30 | 0 | 3 | 103 | 107 | 72 | 63 | 23 |
| Binary | 1001001 | 1000111 | 11000 | 0 | 11 | 1000011 | 1000111 | 111010 | 110011 | 10011 |
Color Harmonies of #494718
Complementary color
Monochromatic Colors of #494718
Black with #494718
Text Example
Text Example
White with #494718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494718; }
p { color: rgb(73,71,24); }
H1.HeaderClassName
{
color: #494718;
}
.AnyTagClassName
{
color: #494718;
}
</style>
background-color css
<style>
a { background-color: #494718; }
a { background-color: rgb(73,71,24); }
div.DivClassName
{
background-color: #494718;
}
.BgClassName
{
background-color: #494718;
}
</style>
border-color css
<style>
span { border-color: #494718; }
span { border-color: rgb(73,71,24); }
td.TdClassName
{
border-color: #494718;
}
.TagClassName
{
border-color: #494718;
}
</style>