Shades of Army green #47491C
Tints of Army green #47491C
RGB
CMYK
RGB Variations
Color information
#47491C (or 0x47491C) is known color: Army green. HEX triplet: 47, 49 and 1C. RGB value is (71,73,28). Sum of RGB (Red+Green+Blue) = 71+73+28=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 73 - color contains mainly: green. Hex color #47491C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47491C is #B8B6E3. Grayscale: #434343. Windows color (decimal): -12105444 or 1853767. OLE color: 1853767.
HSL color Cylindrical-coordinate representation of color #47491C: hue angle of 62.67º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47491C is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 73 | 28 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.71 |
| HSL | 62.67º | 0.45% | 0.2% | - |
| HSV(B) | 62.67º | 0.62% | 0.29% | - |
| XYZ | 5.19 | 6.19 | 2.02 | - |
| YUV | 67.27 | 105.84 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 73 | 28 | 0.03 | 0 | 0.62 | 0.71 | 62.67 | 0.45 | 0.2 |
| Hex | 47 | 49 | 1C | 3 | 0 | 3E | 47 | 3F | 2D | 14 |
| Octal | 107 | 111 | 34 | 3 | 0 | 76 | 107 | 77 | 55 | 24 |
| Binary | 1000111 | 1001001 | 11100 | 11 | 0 | 111110 | 1000111 | 111111 | 101101 | 10100 |
Color Harmonies of #47491C
Complementary color
Monochromatic Colors of #47491C
Black with #47491C
Text Example
Text Example
White with #47491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47491C; }
p { color: rgb(71,73,28); }
H1.HeaderClassName
{
color: #47491C;
}
.AnyTagClassName
{
color: #47491C;
}
</style>
background-color css
<style>
a { background-color: #47491C; }
a { background-color: rgb(71,73,28); }
div.DivClassName
{
background-color: #47491C;
}
.BgClassName
{
background-color: #47491C;
}
</style>
border-color css
<style>
span { border-color: #47491C; }
span { border-color: rgb(71,73,28); }
td.TdClassName
{
border-color: #47491C;
}
.TagClassName
{
border-color: #47491C;
}
</style>