Shades of Army green #494817
Tints of Army green #494817
RGB
CMYK
RGB Variations
Color information
#494817 (or 0x494817) is known color: Army green. HEX triplet: 49, 48 and 17. RGB value is (73,72,23). Sum of RGB (Red+Green+Blue) = 73+72+23=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 23 (9.38% from 255 or 13.69% from 168); Max value from RGB is 73 - color contains mainly: red. Hex color #494817 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494817 is #B6B7E8. Grayscale: #424242. Windows color (decimal): -11974633 or 1525833. OLE color: 1525833.
HSL color Cylindrical-coordinate representation of color #494817: hue angle of 58.8º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #494817 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 72 | 23 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.71 |
| HSL | 58.8º | 0.52% | 0.19% | - |
| HSV(B) | 58.8º | 0.68% | 0.29% | - |
| XYZ | 5.22 | 6.11 | 1.72 | - |
| YUV | 66.71 | 103.33 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 23 | 0 | 0.01 | 0.68 | 0.71 | 58.8 | 0.52 | 0.19 |
| Hex | 49 | 48 | 17 | 0 | 1 | 44 | 47 | 3B | 34 | 13 |
| Octal | 111 | 110 | 27 | 0 | 1 | 104 | 107 | 73 | 64 | 23 |
| Binary | 1001001 | 1001000 | 10111 | 0 | 1 | 1000100 | 1000111 | 111011 | 110100 | 10011 |
Color Harmonies of #494817
Complementary color
Monochromatic Colors of #494817
Black with #494817
Text Example
Text Example
White with #494817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494817; }
p { color: rgb(73,72,23); }
H1.HeaderClassName
{
color: #494817;
}
.AnyTagClassName
{
color: #494817;
}
</style>
background-color css
<style>
a { background-color: #494817; }
a { background-color: rgb(73,72,23); }
div.DivClassName
{
background-color: #494817;
}
.BgClassName
{
background-color: #494817;
}
</style>
border-color css
<style>
span { border-color: #494817; }
span { border-color: rgb(73,72,23); }
td.TdClassName
{
border-color: #494817;
}
.TagClassName
{
border-color: #494817;
}
</style>