Shades of Army green #47481B
Tints of Army green #47481B
RGB
CMYK
RGB Variations
Color information
#47481B (or 0x47481B) is known color: Army green. HEX triplet: 47, 48 and 1B. RGB value is (71,72,27). Sum of RGB (Red+Green+Blue) = 71+72+27=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 27 (10.94% from 255 or 15.88% from 170); Max value from RGB is 72 - color contains mainly: green. Hex color #47481B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47481B is #B8B7E4. Grayscale: #424242. Windows color (decimal): -12105701 or 1787975. OLE color: 1787975.
HSL color Cylindrical-coordinate representation of color #47481B: hue angle of 61.33º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47481B is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 72 | 27 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.72 |
| HSL | 61.33º | 0.45% | 0.19% | - |
| HSV(B) | 61.33º | 0.63% | 0.28% | - |
| XYZ | 5.11 | 6.05 | 1.94 | - |
| YUV | 66.57 | 105.67 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 72 | 27 | 0.01 | 0 | 0.62 | 0.72 | 61.33 | 0.45 | 0.19 |
| Hex | 47 | 48 | 1B | 1 | 0 | 3E | 48 | 3D | 2D | 13 |
| Octal | 107 | 110 | 33 | 1 | 0 | 76 | 110 | 75 | 55 | 23 |
| Binary | 1000111 | 1001000 | 11011 | 1 | 0 | 111110 | 1001000 | 111101 | 101101 | 10011 |
Color Harmonies of #47481B
Complementary color
Monochromatic Colors of #47481B
Black with #47481B
Text Example
Text Example
White with #47481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47481B; }
p { color: rgb(71,72,27); }
H1.HeaderClassName
{
color: #47481B;
}
.AnyTagClassName
{
color: #47481B;
}
</style>
background-color css
<style>
a { background-color: #47481B; }
a { background-color: rgb(71,72,27); }
div.DivClassName
{
background-color: #47481B;
}
.BgClassName
{
background-color: #47481B;
}
</style>
border-color css
<style>
span { border-color: #47481B; }
span { border-color: rgb(71,72,27); }
td.TdClassName
{
border-color: #47481B;
}
.TagClassName
{
border-color: #47481B;
}
</style>