Shades of Army green #4A4C21
Tints of Army green #4A4C21
RGB
CMYK
RGB Variations
Color information
#4A4C21 (or 0x4A4C21) is known color: Army green. HEX triplet: 4A, 4C and 21. RGB value is (74,76,33). Sum of RGB (Red+Green+Blue) = 74+76+33=183 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.44% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 76 - color contains mainly: green. Hex color #4A4C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4C21 is #B5B3DE. Grayscale: #464646. Windows color (decimal): -11908063 or 2182218. OLE color: 2182218.
HSL color Cylindrical-coordinate representation of color #4A4C21: hue angle of 62.79º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A4C21 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 74 | 76 | 33 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.70 |
| HSL | 62.79º | 0.39% | 0.21% | - |
| HSV(B) | 62.79º | 0.57% | 0.3% | - |
| XYZ | 5.68 | 6.73 | 2.44 | - |
| YUV | 70.5 | 106.84 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 76 | 33 | 0.03 | 0 | 0.57 | 0.70 | 62.79 | 0.39 | 0.21 |
| Hex | 4A | 4C | 21 | 3 | 0 | 39 | 46 | 3F | 27 | 15 |
| Octal | 112 | 114 | 41 | 3 | 0 | 71 | 106 | 77 | 47 | 25 |
| Binary | 1001010 | 1001100 | 100001 | 11 | 0 | 111001 | 1000110 | 111111 | 100111 | 10101 |
Color Harmonies of #4A4C21
Complementary color
Monochromatic Colors of #4A4C21
Black with #4A4C21
Text Example
Text Example
White with #4A4C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4C21; }
p { color: rgb(74,76,33); }
H1.HeaderClassName
{
color: #4A4C21;
}
.AnyTagClassName
{
color: #4A4C21;
}
</style>
background-color css
<style>
a { background-color: #4A4C21; }
a { background-color: rgb(74,76,33); }
div.DivClassName
{
background-color: #4A4C21;
}
.BgClassName
{
background-color: #4A4C21;
}
</style>
border-color css
<style>
span { border-color: #4A4C21; }
span { border-color: rgb(74,76,33); }
td.TdClassName
{
border-color: #4A4C21;
}
.TagClassName
{
border-color: #4A4C21;
}
</style>