Shades of Army green #47491D
Tints of Army green #47491D
RGB
CMYK
RGB Variations
Color information
#47491D (or 0x47491D) is known color: Army green. HEX triplet: 47, 49 and 1D. RGB value is (71,73,29). Sum of RGB (Red+Green+Blue) = 71+73+29=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 73 - color contains mainly: green. Hex color #47491D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47491D is #B8B6E2. Grayscale: #434343. Windows color (decimal): -12105443 or 1919303. OLE color: 1919303.
HSL color Cylindrical-coordinate representation of color #47491D: hue angle of 62.73º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47491D is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 73 | 29 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.71 |
| HSL | 62.73º | 0.43% | 0.2% | - |
| HSV(B) | 62.73º | 0.6% | 0.29% | - |
| XYZ | 5.2 | 6.19 | 2.08 | - |
| YUV | 67.39 | 106.34 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 73 | 29 | 0.03 | 0 | 0.60 | 0.71 | 62.73 | 0.43 | 0.2 |
| Hex | 47 | 49 | 1D | 3 | 0 | 3C | 47 | 3F | 2B | 14 |
| Octal | 107 | 111 | 35 | 3 | 0 | 74 | 107 | 77 | 53 | 24 |
| Binary | 1000111 | 1001001 | 11101 | 11 | 0 | 111100 | 1000111 | 111111 | 101011 | 10100 |
Color Harmonies of #47491D
Complementary color
Monochromatic Colors of #47491D
Black with #47491D
Text Example
Text Example
White with #47491D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47491D; }
p { color: rgb(71,73,29); }
H1.HeaderClassName
{
color: #47491D;
}
.AnyTagClassName
{
color: #47491D;
}
</style>
background-color css
<style>
a { background-color: #47491D; }
a { background-color: rgb(71,73,29); }
div.DivClassName
{
background-color: #47491D;
}
.BgClassName
{
background-color: #47491D;
}
</style>
border-color css
<style>
span { border-color: #47491D; }
span { border-color: rgb(71,73,29); }
td.TdClassName
{
border-color: #47491D;
}
.TagClassName
{
border-color: #47491D;
}
</style>