Shades of Army green #47481C
Tints of Army green #47481C
RGB
CMYK
RGB Variations
Color information
#47481C (or 0x47481C) is known color: Army green. HEX triplet: 47, 48 and 1C. RGB value is (71,72,28). Sum of RGB (Red+Green+Blue) = 71+72+28=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 72 - color contains mainly: green. Hex color #47481C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47481C is #B8B7E3. Grayscale: #424242. Windows color (decimal): -12105700 or 1853511. OLE color: 1853511.
HSL color Cylindrical-coordinate representation of color #47481C: hue angle of 61.36º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47481C is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 72 | 28 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.72 |
| HSL | 61.36º | 0.44% | 0.2% | - |
| HSV(B) | 61.36º | 0.61% | 0.28% | - |
| XYZ | 5.13 | 6.06 | 2 | - |
| YUV | 66.69 | 106.17 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 72 | 28 | 0.01 | 0 | 0.61 | 0.72 | 61.36 | 0.44 | 0.2 |
| Hex | 47 | 48 | 1C | 1 | 0 | 3D | 48 | 3D | 2C | 14 |
| Octal | 107 | 110 | 34 | 1 | 0 | 75 | 110 | 75 | 54 | 24 |
| Binary | 1000111 | 1001000 | 11100 | 1 | 0 | 111101 | 1001000 | 111101 | 101100 | 10100 |
Color Harmonies of #47481C
Complementary color
Monochromatic Colors of #47481C
Black with #47481C
Text Example
Text Example
White with #47481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47481C; }
p { color: rgb(71,72,28); }
H1.HeaderClassName
{
color: #47481C;
}
.AnyTagClassName
{
color: #47481C;
}
</style>
background-color css
<style>
a { background-color: #47481C; }
a { background-color: rgb(71,72,28); }
div.DivClassName
{
background-color: #47481C;
}
.BgClassName
{
background-color: #47481C;
}
</style>
border-color css
<style>
span { border-color: #47481C; }
span { border-color: rgb(71,72,28); }
td.TdClassName
{
border-color: #47481C;
}
.TagClassName
{
border-color: #47481C;
}
</style>