Shades of Army green #47491E
Tints of Army green #47491E
RGB
CMYK
RGB Variations
Color information
#47491E (or 0x47491E) is known color: Army green. HEX triplet: 47, 49 and 1E. RGB value is (71,73,30). Sum of RGB (Red+Green+Blue) = 71+73+30=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 73 - color contains mainly: green. Hex color #47491E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47491E is #B8B6E1. Grayscale: #434343. Windows color (decimal): -12105442 or 1984839. OLE color: 1984839.
HSL color Cylindrical-coordinate representation of color #47491E: hue angle of 62.79º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47491E is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 73 | 30 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.71 |
| HSL | 62.79º | 0.42% | 0.2% | - |
| HSV(B) | 62.79º | 0.59% | 0.29% | - |
| XYZ | 5.22 | 6.2 | 2.15 | - |
| YUV | 67.5 | 106.84 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 73 | 30 | 0.03 | 0 | 0.59 | 0.71 | 62.79 | 0.42 | 0.2 |
| Hex | 47 | 49 | 1E | 3 | 0 | 3B | 47 | 3F | 2A | 14 |
| Octal | 107 | 111 | 36 | 3 | 0 | 73 | 107 | 77 | 52 | 24 |
| Binary | 1000111 | 1001001 | 11110 | 11 | 0 | 111011 | 1000111 | 111111 | 101010 | 10100 |
Color Harmonies of #47491E
Complementary color
Monochromatic Colors of #47491E
Black with #47491E
Text Example
Text Example
White with #47491E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47491E; }
p { color: rgb(71,73,30); }
H1.HeaderClassName
{
color: #47491E;
}
.AnyTagClassName
{
color: #47491E;
}
</style>
background-color css
<style>
a { background-color: #47491E; }
a { background-color: rgb(71,73,30); }
div.DivClassName
{
background-color: #47491E;
}
.BgClassName
{
background-color: #47491E;
}
</style>
border-color css
<style>
span { border-color: #47491E; }
span { border-color: rgb(71,73,30); }
td.TdClassName
{
border-color: #47491E;
}
.TagClassName
{
border-color: #47491E;
}
</style>