Shades of Army green #49471A
Tints of Army green #49471A
RGB
CMYK
RGB Variations
Color information
#49471A (or 0x49471A) is known color: Army green. HEX triplet: 49, 47 and 1A. RGB value is (73,71,26). Sum of RGB (Red+Green+Blue) = 73+71+26=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 73 - color contains mainly: red. Hex color #49471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49471A is #B6B8E5. Grayscale: #424242. Windows color (decimal): -11974886 or 1722185. OLE color: 1722185.
HSL color Cylindrical-coordinate representation of color #49471A: hue angle of 57.45º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49471A is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 71 | 26 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.71 |
| HSL | 57.45º | 0.47% | 0.19% | - |
| HSV(B) | 57.45º | 0.64% | 0.29% | - |
| XYZ | 5.19 | 6 | 1.86 | - |
| YUV | 66.47 | 105.16 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 71 | 26 | 0 | 0.03 | 0.64 | 0.71 | 57.45 | 0.47 | 0.19 |
| Hex | 49 | 47 | 1A | 0 | 3 | 40 | 47 | 39 | 2F | 13 |
| Octal | 111 | 107 | 32 | 0 | 3 | 100 | 107 | 71 | 57 | 23 |
| Binary | 1001001 | 1000111 | 11010 | 0 | 11 | 1000000 | 1000111 | 111001 | 101111 | 10011 |
Color Harmonies of #49471A
Complementary color
Monochromatic Colors of #49471A
Black with #49471A
Text Example
Text Example
White with #49471A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49471A; }
p { color: rgb(73,71,26); }
H1.HeaderClassName
{
color: #49471A;
}
.AnyTagClassName
{
color: #49471A;
}
</style>
background-color css
<style>
a { background-color: #49471A; }
a { background-color: rgb(73,71,26); }
div.DivClassName
{
background-color: #49471A;
}
.BgClassName
{
background-color: #49471A;
}
</style>
border-color css
<style>
span { border-color: #49471A; }
span { border-color: rgb(73,71,26); }
td.TdClassName
{
border-color: #49471A;
}
.TagClassName
{
border-color: #49471A;
}
</style>