Shades of Army green #474D1E
Tints of Army green #474D1E
RGB
CMYK
RGB Variations
Color information
#474D1E (or 0x474D1E) is known color: Army green. HEX triplet: 47, 4D and 1E. RGB value is (71,77,30). Sum of RGB (Red+Green+Blue) = 71+77+30=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 77 - color contains mainly: green. Hex color #474D1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474D1E is #B8B2E1. Grayscale: #464646. Windows color (decimal): -12104418 or 1985863. OLE color: 1985863.
HSL color Cylindrical-coordinate representation of color #474D1E: hue angle of 67.66º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #474D1E is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 77 | 30 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.70 |
| HSL | 67.66º | 0.44% | 0.21% | - |
| HSV(B) | 67.66º | 0.61% | 0.3% | - |
| XYZ | 5.49 | 6.74 | 2.24 | - |
| YUV | 69.85 | 105.51 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 77 | 30 | 0.08 | 0 | 0.61 | 0.70 | 67.66 | 0.44 | 0.21 |
| Hex | 47 | 4D | 1E | 8 | 0 | 3D | 46 | 44 | 2C | 15 |
| Octal | 107 | 115 | 36 | 10 | 0 | 75 | 106 | 104 | 54 | 25 |
| Binary | 1000111 | 1001101 | 11110 | 1000 | 0 | 111101 | 1000110 | 1000100 | 101100 | 10101 |
Color Harmonies of #474D1E
Complementary color
Monochromatic Colors of #474D1E
Black with #474D1E
Text Example
Text Example
White with #474D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474D1E; }
p { color: rgb(71,77,30); }
H1.HeaderClassName
{
color: #474D1E;
}
.AnyTagClassName
{
color: #474D1E;
}
</style>
background-color css
<style>
a { background-color: #474D1E; }
a { background-color: rgb(71,77,30); }
div.DivClassName
{
background-color: #474D1E;
}
.BgClassName
{
background-color: #474D1E;
}
</style>
border-color css
<style>
span { border-color: #474D1E; }
span { border-color: rgb(71,77,30); }
td.TdClassName
{
border-color: #474D1E;
}
.TagClassName
{
border-color: #474D1E;
}
</style>