Shades of Army green #4C4912
Tints of Army green #4C4912
RGB
CMYK
RGB Variations
Color information
#4C4912 (or 0x4C4912) is known color: Army green. HEX triplet: 4C, 49 and 12. RGB value is (76,73,18). Sum of RGB (Red+Green+Blue) = 76+73+18=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4912 is #B3B6ED. Grayscale: #434343. Windows color (decimal): -11777774 or 1198412. OLE color: 1198412.
HSL color Cylindrical-coordinate representation of color #4C4912: hue angle of 56.9º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C4912 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 73 | 18 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.70 |
| HSL | 56.9º | 0.62% | 0.18% | - |
| HSV(B) | 56.9º | 0.76% | 0.3% | - |
| XYZ | 5.47 | 6.35 | 1.51 | - |
| YUV | 67.63 | 99.99 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 73 | 18 | 0 | 0.04 | 0.76 | 0.70 | 56.9 | 0.62 | 0.18 |
| Hex | 4C | 49 | 12 | 0 | 4 | 4C | 46 | 39 | 3E | 12 |
| Octal | 114 | 111 | 22 | 0 | 4 | 114 | 106 | 71 | 76 | 22 |
| Binary | 1001100 | 1001001 | 10010 | 0 | 100 | 1001100 | 1000110 | 111001 | 111110 | 10010 |
Color Harmonies of #4C4912
Complementary color
Monochromatic Colors of #4C4912
Black with #4C4912
Text Example
Text Example
White with #4C4912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4912; }
p { color: rgb(76,73,18); }
H1.HeaderClassName
{
color: #4C4912;
}
.AnyTagClassName
{
color: #4C4912;
}
</style>
background-color css
<style>
a { background-color: #4C4912; }
a { background-color: rgb(76,73,18); }
div.DivClassName
{
background-color: #4C4912;
}
.BgClassName
{
background-color: #4C4912;
}
</style>
border-color css
<style>
span { border-color: #4C4912; }
span { border-color: rgb(76,73,18); }
td.TdClassName
{
border-color: #4C4912;
}
.TagClassName
{
border-color: #4C4912;
}
</style>