Shades of Army green #474B1E
Tints of Army green #474B1E
RGB
CMYK
RGB Variations
Color information
#474B1E (or 0x474B1E) is known color: Army green. HEX triplet: 47, 4B and 1E. RGB value is (71,75,30). Sum of RGB (Red+Green+Blue) = 71+75+30=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 75 - color contains mainly: green. Hex color #474B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474B1E is #B8B4E1. Grayscale: #444444. Windows color (decimal): -12104930 or 1985351. OLE color: 1985351.
HSL color Cylindrical-coordinate representation of color #474B1E: hue angle of 65.33º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #474B1E is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 75 | 30 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.71 |
| HSL | 65.33º | 0.43% | 0.21% | - |
| HSV(B) | 65.33º | 0.6% | 0.29% | - |
| XYZ | 5.35 | 6.47 | 2.19 | - |
| YUV | 68.67 | 106.17 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 30 | 0.05 | 0 | 0.60 | 0.71 | 65.33 | 0.43 | 0.21 |
| Hex | 47 | 4B | 1E | 5 | 0 | 3C | 47 | 41 | 2B | 15 |
| Octal | 107 | 113 | 36 | 5 | 0 | 74 | 107 | 101 | 53 | 25 |
| Binary | 1000111 | 1001011 | 11110 | 101 | 0 | 111100 | 1000111 | 1000001 | 101011 | 10101 |
Color Harmonies of #474B1E
Complementary color
Monochromatic Colors of #474B1E
Black with #474B1E
Text Example
Text Example
White with #474B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474B1E; }
p { color: rgb(71,75,30); }
H1.HeaderClassName
{
color: #474B1E;
}
.AnyTagClassName
{
color: #474B1E;
}
</style>
background-color css
<style>
a { background-color: #474B1E; }
a { background-color: rgb(71,75,30); }
div.DivClassName
{
background-color: #474B1E;
}
.BgClassName
{
background-color: #474B1E;
}
</style>
border-color css
<style>
span { border-color: #474B1E; }
span { border-color: rgb(71,75,30); }
td.TdClassName
{
border-color: #474B1E;
}
.TagClassName
{
border-color: #474B1E;
}
</style>