Shades of Army green #4E4B12
Tints of Army green #4E4B12
RGB
CMYK
RGB Variations
Color information
#4E4B12 (or 0x4E4B12) is known color: Army green. HEX triplet: 4E, 4B and 12. RGB value is (78,75,18). Sum of RGB (Red+Green+Blue) = 78+75+18=171 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.61% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4B12 is #B1B4ED. Grayscale: #454545. Windows color (decimal): -11646190 or 1198926. OLE color: 1198926.
HSL color Cylindrical-coordinate representation of color #4E4B12: hue angle of 57º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E4B12 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 75 | 18 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.69 |
| HSL | 57º | 0.63% | 0.19% | - |
| HSV(B) | 57º | 0.77% | 0.31% | - |
| XYZ | 5.77 | 6.7 | 1.56 | - |
| YUV | 69.4 | 98.99 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 75 | 18 | 0 | 0.04 | 0.77 | 0.69 | 57 | 0.63 | 0.19 |
| Hex | 4E | 4B | 12 | 0 | 4 | 4D | 45 | 39 | 3E | 13 |
| Octal | 116 | 113 | 22 | 0 | 4 | 115 | 105 | 71 | 76 | 23 |
| Binary | 1001110 | 1001011 | 10010 | 0 | 100 | 1001101 | 1000101 | 111001 | 111110 | 10011 |
Color Harmonies of #4E4B12
Complementary color
Monochromatic Colors of #4E4B12
Black with #4E4B12
Text Example
Text Example
White with #4E4B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4B12; }
p { color: rgb(78,75,18); }
H1.HeaderClassName
{
color: #4E4B12;
}
.AnyTagClassName
{
color: #4E4B12;
}
</style>
background-color css
<style>
a { background-color: #4E4B12; }
a { background-color: rgb(78,75,18); }
div.DivClassName
{
background-color: #4E4B12;
}
.BgClassName
{
background-color: #4E4B12;
}
</style>
border-color css
<style>
span { border-color: #4E4B12; }
span { border-color: rgb(78,75,18); }
td.TdClassName
{
border-color: #4E4B12;
}
.TagClassName
{
border-color: #4E4B12;
}
</style>