Shades of Army green #4A4819
Tints of Army green #4A4819
RGB
CMYK
RGB Variations
Color information
#4A4819 (or 0x4A4819) is known color: Army green. HEX triplet: 4A, 48 and 19. RGB value is (74,72,25). Sum of RGB (Red+Green+Blue) = 74+72+25=171 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.27% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 25 (10.16% from 255 or 14.62% from 171); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4819 is #B5B7E6. Grayscale: #434343. Windows color (decimal): -11909095 or 1656906. OLE color: 1656906.
HSL color Cylindrical-coordinate representation of color #4A4819: hue angle of 57.55º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A4819 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 72 | 25 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.71 |
| HSL | 57.55º | 0.49% | 0.19% | - |
| HSV(B) | 57.55º | 0.66% | 0.29% | - |
| XYZ | 5.32 | 6.16 | 1.83 | - |
| YUV | 67.24 | 104.16 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 72 | 25 | 0 | 0.03 | 0.66 | 0.71 | 57.55 | 0.49 | 0.19 |
| Hex | 4A | 48 | 19 | 0 | 3 | 42 | 47 | 3A | 31 | 13 |
| Octal | 112 | 110 | 31 | 0 | 3 | 102 | 107 | 72 | 61 | 23 |
| Binary | 1001010 | 1001000 | 11001 | 0 | 11 | 1000010 | 1000111 | 111010 | 110001 | 10011 |
Color Harmonies of #4A4819
Complementary color
Monochromatic Colors of #4A4819
Black with #4A4819
Text Example
Text Example
White with #4A4819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4819; }
p { color: rgb(74,72,25); }
H1.HeaderClassName
{
color: #4A4819;
}
.AnyTagClassName
{
color: #4A4819;
}
</style>
background-color css
<style>
a { background-color: #4A4819; }
a { background-color: rgb(74,72,25); }
div.DivClassName
{
background-color: #4A4819;
}
.BgClassName
{
background-color: #4A4819;
}
</style>
border-color css
<style>
span { border-color: #4A4819; }
span { border-color: rgb(74,72,25); }
td.TdClassName
{
border-color: #4A4819;
}
.TagClassName
{
border-color: #4A4819;
}
</style>