Shades of Army green #4C4A15
Tints of Army green #4C4A15
RGB
CMYK
RGB Variations
Color information
#4C4A15 (or 0x4C4A15) is known color: Army green. HEX triplet: 4C, 4A and 15. RGB value is (76,74,21). Sum of RGB (Red+Green+Blue) = 76+74+21=171 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.44% from 171); Green value is 74 (29.30% from 255 or 43.27% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4A15 is #B3B5EA. Grayscale: #444444. Windows color (decimal): -11777515 or 1395276. OLE color: 1395276.
HSL color Cylindrical-coordinate representation of color #4C4A15: hue angle of 57.82º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C4A15 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 74 | 21 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.70 |
| HSL | 57.82º | 0.57% | 0.19% | - |
| HSV(B) | 57.82º | 0.72% | 0.3% | - |
| XYZ | 5.56 | 6.49 | 1.67 | - |
| YUV | 68.56 | 101.16 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 74 | 21 | 0 | 0.03 | 0.72 | 0.70 | 57.82 | 0.57 | 0.19 |
| Hex | 4C | 4A | 15 | 0 | 3 | 48 | 46 | 3A | 39 | 13 |
| Octal | 114 | 112 | 25 | 0 | 3 | 110 | 106 | 72 | 71 | 23 |
| Binary | 1001100 | 1001010 | 10101 | 0 | 11 | 1001000 | 1000110 | 111010 | 111001 | 10011 |
Color Harmonies of #4C4A15
Complementary color
Monochromatic Colors of #4C4A15
Black with #4C4A15
Text Example
Text Example
White with #4C4A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4A15; }
p { color: rgb(76,74,21); }
H1.HeaderClassName
{
color: #4C4A15;
}
.AnyTagClassName
{
color: #4C4A15;
}
</style>
background-color css
<style>
a { background-color: #4C4A15; }
a { background-color: rgb(76,74,21); }
div.DivClassName
{
background-color: #4C4A15;
}
.BgClassName
{
background-color: #4C4A15;
}
</style>
border-color css
<style>
span { border-color: #4C4A15; }
span { border-color: rgb(76,74,21); }
td.TdClassName
{
border-color: #4C4A15;
}
.TagClassName
{
border-color: #4C4A15;
}
</style>