Shades of Army green #474616
Tints of Army green #474616
RGB
CMYK
RGB Variations
Color information
#474616 (or 0x474616) is known color: Army green. HEX triplet: 47, 46 and 16. RGB value is (71,70,22). Sum of RGB (Red+Green+Blue) = 71+70+22=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #474616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474616 is #B8B9E9. Grayscale: #414141. Windows color (decimal): -12106218 or 1459783. OLE color: 1459783.
HSL color Cylindrical-coordinate representation of color #474616: hue angle of 58.78º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #474616 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 70 | 22 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.72 |
| HSL | 58.78º | 0.53% | 0.18% | - |
| HSV(B) | 58.78º | 0.69% | 0.28% | - |
| XYZ | 4.93 | 5.78 | 1.61 | - |
| YUV | 64.83 | 103.83 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 70 | 22 | 0 | 0.01 | 0.69 | 0.72 | 58.78 | 0.53 | 0.18 |
| Hex | 47 | 46 | 16 | 0 | 1 | 45 | 48 | 3B | 35 | 12 |
| Octal | 107 | 106 | 26 | 0 | 1 | 105 | 110 | 73 | 65 | 22 |
| Binary | 1000111 | 1000110 | 10110 | 0 | 1 | 1000101 | 1001000 | 111011 | 110101 | 10010 |
Color Harmonies of #474616
Complementary color
Monochromatic Colors of #474616
Black with #474616
Text Example
Text Example
White with #474616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474616; }
p { color: rgb(71,70,22); }
H1.HeaderClassName
{
color: #474616;
}
.AnyTagClassName
{
color: #474616;
}
</style>
background-color css
<style>
a { background-color: #474616; }
a { background-color: rgb(71,70,22); }
div.DivClassName
{
background-color: #474616;
}
.BgClassName
{
background-color: #474616;
}
</style>
border-color css
<style>
span { border-color: #474616; }
span { border-color: rgb(71,70,22); }
td.TdClassName
{
border-color: #474616;
}
.TagClassName
{
border-color: #474616;
}
</style>