Shades of Army green #4A4814
Tints of Army green #4A4814
RGB
CMYK
RGB Variations
Color information
#4A4814 (or 0x4A4814) is known color: Army green. HEX triplet: 4A, 48 and 14. RGB value is (74,72,20). Sum of RGB (Red+Green+Blue) = 74+72+20=166 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.58% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4814 is #B5B7EB. Grayscale: #424242. Windows color (decimal): -11909100 or 1329226. OLE color: 1329226.
HSL color Cylindrical-coordinate representation of color #4A4814: hue angle of 57.78º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A4814 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 72 | 20 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.71 |
| HSL | 57.78º | 0.57% | 0.18% | - |
| HSV(B) | 57.78º | 0.73% | 0.29% | - |
| XYZ | 5.27 | 6.14 | 1.57 | - |
| YUV | 66.67 | 101.66 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 72 | 20 | 0 | 0.03 | 0.73 | 0.71 | 57.78 | 0.57 | 0.18 |
| Hex | 4A | 48 | 14 | 0 | 3 | 49 | 47 | 3A | 39 | 12 |
| Octal | 112 | 110 | 24 | 0 | 3 | 111 | 107 | 72 | 71 | 22 |
| Binary | 1001010 | 1001000 | 10100 | 0 | 11 | 1001001 | 1000111 | 111010 | 111001 | 10010 |
Color Harmonies of #4A4814
Complementary color
Monochromatic Colors of #4A4814
Black with #4A4814
Text Example
Text Example
White with #4A4814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4814; }
p { color: rgb(74,72,20); }
H1.HeaderClassName
{
color: #4A4814;
}
.AnyTagClassName
{
color: #4A4814;
}
</style>
background-color css
<style>
a { background-color: #4A4814; }
a { background-color: rgb(74,72,20); }
div.DivClassName
{
background-color: #4A4814;
}
.BgClassName
{
background-color: #4A4814;
}
</style>
border-color css
<style>
span { border-color: #4A4814; }
span { border-color: rgb(74,72,20); }
td.TdClassName
{
border-color: #4A4814;
}
.TagClassName
{
border-color: #4A4814;
}
</style>