Shades of Army green #4A4916
Tints of Army green #4A4916
RGB
CMYK
RGB Variations
Color information
#4A4916 (or 0x4A4916) is known color: Army green. HEX triplet: 4A, 49 and 16. RGB value is (74,73,22). Sum of RGB (Red+Green+Blue) = 74+73+22=169 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.79% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4916 is #B5B6E9. Grayscale: #434343. Windows color (decimal): -11908842 or 1460554. OLE color: 1460554.
HSL color Cylindrical-coordinate representation of color #4A4916: hue angle of 58.85º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A4916 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 73 | 22 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.71 |
| HSL | 58.85º | 0.54% | 0.19% | - |
| HSV(B) | 58.85º | 0.7% | 0.29% | - |
| XYZ | 5.35 | 6.28 | 1.69 | - |
| YUV | 67.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 73 | 22 | 0 | 0.01 | 0.70 | 0.71 | 58.85 | 0.54 | 0.19 |
| Hex | 4A | 49 | 16 | 0 | 1 | 46 | 47 | 3B | 36 | 13 |
| Octal | 112 | 111 | 26 | 0 | 1 | 106 | 107 | 73 | 66 | 23 |
| Binary | 1001010 | 1001001 | 10110 | 0 | 1 | 1000110 | 1000111 | 111011 | 110110 | 10011 |
Color Harmonies of #4A4916
Complementary color
Monochromatic Colors of #4A4916
Black with #4A4916
Text Example
Text Example
White with #4A4916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4916; }
p { color: rgb(74,73,22); }
H1.HeaderClassName
{
color: #4A4916;
}
.AnyTagClassName
{
color: #4A4916;
}
</style>
background-color css
<style>
a { background-color: #4A4916; }
a { background-color: rgb(74,73,22); }
div.DivClassName
{
background-color: #4A4916;
}
.BgClassName
{
background-color: #4A4916;
}
</style>
border-color css
<style>
span { border-color: #4A4916; }
span { border-color: rgb(74,73,22); }
td.TdClassName
{
border-color: #4A4916;
}
.TagClassName
{
border-color: #4A4916;
}
</style>