Shades of Army green #4A4918
Tints of Army green #4A4918
RGB
CMYK
RGB Variations
Color information
#4A4918 (or 0x4A4918) is known color: Army green. HEX triplet: 4A, 49 and 18. RGB value is (74,73,24). Sum of RGB (Red+Green+Blue) = 74+73+24=171 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.27% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4918 is #B5B6E7. Grayscale: #434343. Windows color (decimal): -11908840 or 1591626. OLE color: 1591626.
HSL color Cylindrical-coordinate representation of color #4A4918: hue angle of 58.8º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A4918 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 73 | 24 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.71 |
| HSL | 58.8º | 0.51% | 0.19% | - |
| HSV(B) | 58.8º | 0.68% | 0.29% | - |
| XYZ | 5.37 | 6.29 | 1.79 | - |
| YUV | 67.71 | 103.33 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 73 | 24 | 0 | 0.01 | 0.68 | 0.71 | 58.8 | 0.51 | 0.19 |
| Hex | 4A | 49 | 18 | 0 | 1 | 44 | 47 | 3B | 33 | 13 |
| Octal | 112 | 111 | 30 | 0 | 1 | 104 | 107 | 73 | 63 | 23 |
| Binary | 1001010 | 1001001 | 11000 | 0 | 1 | 1000100 | 1000111 | 111011 | 110011 | 10011 |
Color Harmonies of #4A4918
Complementary color
Monochromatic Colors of #4A4918
Black with #4A4918
Text Example
Text Example
White with #4A4918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4918; }
p { color: rgb(74,73,24); }
H1.HeaderClassName
{
color: #4A4918;
}
.AnyTagClassName
{
color: #4A4918;
}
</style>
background-color css
<style>
a { background-color: #4A4918; }
a { background-color: rgb(74,73,24); }
div.DivClassName
{
background-color: #4A4918;
}
.BgClassName
{
background-color: #4A4918;
}
</style>
border-color css
<style>
span { border-color: #4A4918; }
span { border-color: rgb(74,73,24); }
td.TdClassName
{
border-color: #4A4918;
}
.TagClassName
{
border-color: #4A4918;
}
</style>