Shades of Army green #4C4916
Tints of Army green #4C4916
RGB
CMYK
RGB Variations
Color information
#4C4916 (or 0x4C4916) is known color: Army green. HEX triplet: 4C, 49 and 16. RGB value is (76,73,22). Sum of RGB (Red+Green+Blue) = 76+73+22=171 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.44% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4916 is #B3B6E9. Grayscale: #444444. Windows color (decimal): -11777770 or 1460556. OLE color: 1460556.
HSL color Cylindrical-coordinate representation of color #4C4916: hue angle of 56.67º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C4916 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 73 | 22 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.70 |
| HSL | 56.67º | 0.55% | 0.19% | - |
| HSV(B) | 56.67º | 0.71% | 0.3% | - |
| XYZ | 5.51 | 6.36 | 1.7 | - |
| YUV | 68.08 | 101.99 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 73 | 22 | 0 | 0.04 | 0.71 | 0.70 | 56.67 | 0.55 | 0.19 |
| Hex | 4C | 49 | 16 | 0 | 4 | 47 | 46 | 39 | 37 | 13 |
| Octal | 114 | 111 | 26 | 0 | 4 | 107 | 106 | 71 | 67 | 23 |
| Binary | 1001100 | 1001001 | 10110 | 0 | 100 | 1000111 | 1000110 | 111001 | 110111 | 10011 |
Color Harmonies of #4C4916
Complementary color
Monochromatic Colors of #4C4916
Black with #4C4916
Text Example
Text Example
White with #4C4916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4916; }
p { color: rgb(76,73,22); }
H1.HeaderClassName
{
color: #4C4916;
}
.AnyTagClassName
{
color: #4C4916;
}
</style>
background-color css
<style>
a { background-color: #4C4916; }
a { background-color: rgb(76,73,22); }
div.DivClassName
{
background-color: #4C4916;
}
.BgClassName
{
background-color: #4C4916;
}
</style>
border-color css
<style>
span { border-color: #4C4916; }
span { border-color: rgb(76,73,22); }
td.TdClassName
{
border-color: #4C4916;
}
.TagClassName
{
border-color: #4C4916;
}
</style>