Shades of Army green #47491A
Tints of Army green #47491A
RGB
CMYK
RGB Variations
Color information
#47491A (or 0x47491A) is known color: Army green. HEX triplet: 47, 49 and 1A. RGB value is (71,73,26). Sum of RGB (Red+Green+Blue) = 71+73+26=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 73 - color contains mainly: green. Hex color #47491A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47491A is #B8B6E5. Grayscale: #434343. Windows color (decimal): -12105446 or 1722695. OLE color: 1722695.
HSL color Cylindrical-coordinate representation of color #47491A: hue angle of 62.55º 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 #47491A is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 73 | 26 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.71 |
| HSL | 62.55º | 0.47% | 0.19% | - |
| HSV(B) | 62.55º | 0.64% | 0.29% | - |
| XYZ | 5.17 | 6.18 | 1.9 | - |
| YUV | 67.04 | 104.84 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 73 | 26 | 0.03 | 0 | 0.64 | 0.71 | 62.55 | 0.47 | 0.19 |
| Hex | 47 | 49 | 1A | 3 | 0 | 40 | 47 | 3F | 2F | 13 |
| Octal | 107 | 111 | 32 | 3 | 0 | 100 | 107 | 77 | 57 | 23 |
| Binary | 1000111 | 1001001 | 11010 | 11 | 0 | 1000000 | 1000111 | 111111 | 101111 | 10011 |
Color Harmonies of #47491A
Complementary color
Monochromatic Colors of #47491A
Black with #47491A
Text Example
Text Example
White with #47491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47491A; }
p { color: rgb(71,73,26); }
H1.HeaderClassName
{
color: #47491A;
}
.AnyTagClassName
{
color: #47491A;
}
</style>
background-color css
<style>
a { background-color: #47491A; }
a { background-color: rgb(71,73,26); }
div.DivClassName
{
background-color: #47491A;
}
.BgClassName
{
background-color: #47491A;
}
</style>
border-color css
<style>
span { border-color: #47491A; }
span { border-color: rgb(71,73,26); }
td.TdClassName
{
border-color: #47491A;
}
.TagClassName
{
border-color: #47491A;
}
</style>