Shades of Army green #4C4918
Tints of Army green #4C4918
RGB
CMYK
RGB Variations
Color information
#4C4918 (or 0x4C4918) is known color: Army green. HEX triplet: 4C, 49 and 18. RGB value is (76,73,24). Sum of RGB (Red+Green+Blue) = 76+73+24=173 (22% of max value = 765). Red value is 76 (30.08% from 255 or 43.93% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 24 (9.77% from 255 or 13.87% from 173); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4918 is #B3B6E7. Grayscale: #444444. Windows color (decimal): -11777768 or 1591628. OLE color: 1591628.
HSL color Cylindrical-coordinate representation of color #4C4918: hue angle of 56.54º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C4918 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 73 | 24 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.70 |
| HSL | 56.54º | 0.52% | 0.2% | - |
| HSV(B) | 56.54º | 0.68% | 0.3% | - |
| XYZ | 5.53 | 6.37 | 1.8 | - |
| YUV | 68.31 | 102.99 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 73 | 24 | 0 | 0.04 | 0.68 | 0.70 | 56.54 | 0.52 | 0.2 |
| Hex | 4C | 49 | 18 | 0 | 4 | 44 | 46 | 39 | 34 | 14 |
| Octal | 114 | 111 | 30 | 0 | 4 | 104 | 106 | 71 | 64 | 24 |
| Binary | 1001100 | 1001001 | 11000 | 0 | 100 | 1000100 | 1000110 | 111001 | 110100 | 10100 |
Color Harmonies of #4C4918
Complementary color
Monochromatic Colors of #4C4918
Black with #4C4918
Text Example
Text Example
White with #4C4918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4918; }
p { color: rgb(76,73,24); }
H1.HeaderClassName
{
color: #4C4918;
}
.AnyTagClassName
{
color: #4C4918;
}
</style>
background-color css
<style>
a { background-color: #4C4918; }
a { background-color: rgb(76,73,24); }
div.DivClassName
{
background-color: #4C4918;
}
.BgClassName
{
background-color: #4C4918;
}
</style>
border-color css
<style>
span { border-color: #4C4918; }
span { border-color: rgb(76,73,24); }
td.TdClassName
{
border-color: #4C4918;
}
.TagClassName
{
border-color: #4C4918;
}
</style>