Shades of Army green #4E4B13
Tints of Army green #4E4B13
RGB
CMYK
RGB Variations
Color information
#4E4B13 (or 0x4E4B13) is known color: Army green. HEX triplet: 4E, 4B and 13. RGB value is (78,75,19). Sum of RGB (Red+Green+Blue) = 78+75+19=172 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.35% from 172); Green value is 75 (29.69% from 255 or 43.60% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4B13 is #B1B4EC. Grayscale: #454545. Windows color (decimal): -11646189 or 1264462. OLE color: 1264462.
HSL color Cylindrical-coordinate representation of color #4E4B13: hue angle of 56.95º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E4B13 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 75 | 19 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.69 |
| HSL | 56.95º | 0.61% | 0.19% | - |
| HSV(B) | 56.95º | 0.76% | 0.31% | - |
| XYZ | 5.78 | 6.7 | 1.6 | - |
| YUV | 69.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 75 | 19 | 0 | 0.04 | 0.76 | 0.69 | 56.95 | 0.61 | 0.19 |
| Hex | 4E | 4B | 13 | 0 | 4 | 4C | 45 | 39 | 3D | 13 |
| Octal | 116 | 113 | 23 | 0 | 4 | 114 | 105 | 71 | 75 | 23 |
| Binary | 1001110 | 1001011 | 10011 | 0 | 100 | 1001100 | 1000101 | 111001 | 111101 | 10011 |
Color Harmonies of #4E4B13
Complementary color
Monochromatic Colors of #4E4B13
Black with #4E4B13
Text Example
Text Example
White with #4E4B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4B13; }
p { color: rgb(78,75,19); }
H1.HeaderClassName
{
color: #4E4B13;
}
.AnyTagClassName
{
color: #4E4B13;
}
</style>
background-color css
<style>
a { background-color: #4E4B13; }
a { background-color: rgb(78,75,19); }
div.DivClassName
{
background-color: #4E4B13;
}
.BgClassName
{
background-color: #4E4B13;
}
</style>
border-color css
<style>
span { border-color: #4E4B13; }
span { border-color: rgb(78,75,19); }
td.TdClassName
{
border-color: #4E4B13;
}
.TagClassName
{
border-color: #4E4B13;
}
</style>