Shades of Army green #4C4A14
Tints of Army green #4C4A14
RGB
CMYK
RGB Variations
Color information
#4C4A14 (or 0x4C4A14) is known color: Army green. HEX triplet: 4C, 4A and 14. RGB value is (76,74,20). Sum of RGB (Red+Green+Blue) = 76+74+20=170 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.71% from 170); Green value is 74 (29.30% from 255 or 43.53% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4A14 is #B3B5EB. Grayscale: #444444. Windows color (decimal): -11777516 or 1329740. OLE color: 1329740.
HSL color Cylindrical-coordinate representation of color #4C4A14: hue angle of 57.86º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C4A14 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 74 | 20 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.70 |
| HSL | 57.86º | 0.58% | 0.19% | - |
| HSV(B) | 57.86º | 0.74% | 0.3% | - |
| XYZ | 5.56 | 6.48 | 1.62 | - |
| YUV | 68.44 | 100.66 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 74 | 20 | 0 | 0.03 | 0.74 | 0.70 | 57.86 | 0.58 | 0.19 |
| Hex | 4C | 4A | 14 | 0 | 3 | 4A | 46 | 3A | 3A | 13 |
| Octal | 114 | 112 | 24 | 0 | 3 | 112 | 106 | 72 | 72 | 23 |
| Binary | 1001100 | 1001010 | 10100 | 0 | 11 | 1001010 | 1000110 | 111010 | 111010 | 10011 |
Color Harmonies of #4C4A14
Complementary color
Monochromatic Colors of #4C4A14
Black with #4C4A14
Text Example
Text Example
White with #4C4A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4A14; }
p { color: rgb(76,74,20); }
H1.HeaderClassName
{
color: #4C4A14;
}
.AnyTagClassName
{
color: #4C4A14;
}
</style>
background-color css
<style>
a { background-color: #4C4A14; }
a { background-color: rgb(76,74,20); }
div.DivClassName
{
background-color: #4C4A14;
}
.BgClassName
{
background-color: #4C4A14;
}
</style>
border-color css
<style>
span { border-color: #4C4A14; }
span { border-color: rgb(76,74,20); }
td.TdClassName
{
border-color: #4C4A14;
}
.TagClassName
{
border-color: #4C4A14;
}
</style>