Shades of Army green #47471D
Tints of Army green #47471D
RGB
CMYK
RGB Variations
Color information
#47471D (or 0x47471D) is known color: Army green. HEX triplet: 47, 47 and 1D. RGB value is (71,71,29). Sum of RGB (Red+Green+Blue) = 71+71+29=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 71 - color contains mainly: red, green. Hex color #47471D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47471D is #B8B8E2. Grayscale: #424242. Windows color (decimal): -12105955 or 1918791. OLE color: 1918791.
HSL color Cylindrical-coordinate representation of color #47471D: hue angle of 60º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47471D is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 71 | 29 | - |
| CMYK | 0 | 0 | 0.59 | 0.72 |
| HSL | 60º | 0.42% | 0.2% | - |
| HSV(B) | 60º | 0.59% | 0.28% | - |
| XYZ | 5.07 | 5.93 | 2.04 | - |
| YUV | 66.21 | 107 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 71 | 29 | 0 | 0 | 0.59 | 0.72 | 60 | 0.42 | 0.2 |
| Hex | 47 | 47 | 1D | 0 | 0 | 3B | 48 | 3C | 2A | 14 |
| Octal | 107 | 107 | 35 | 0 | 0 | 73 | 110 | 74 | 52 | 24 |
| Binary | 1000111 | 1000111 | 11101 | 0 | 0 | 111011 | 1001000 | 111100 | 101010 | 10100 |
Color Harmonies of #47471D
Complementary color
Monochromatic Colors of #47471D
Black with #47471D
Text Example
Text Example
White with #47471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47471D; }
p { color: rgb(71,71,29); }
H1.HeaderClassName
{
color: #47471D;
}
.AnyTagClassName
{
color: #47471D;
}
</style>
background-color css
<style>
a { background-color: #47471D; }
a { background-color: rgb(71,71,29); }
div.DivClassName
{
background-color: #47471D;
}
.BgClassName
{
background-color: #47471D;
}
</style>
border-color css
<style>
span { border-color: #47471D; }
span { border-color: rgb(71,71,29); }
td.TdClassName
{
border-color: #47471D;
}
.TagClassName
{
border-color: #47471D;
}
</style>