Shades of Army green #4E5E1F
Tints of Army green #4E5E1F
RGB
CMYK
RGB Variations
Color information
#4E5E1F (or 0x4E5E1F) is known color: Army green. HEX triplet: 4E, 5E and 1F. RGB value is (78,94,31). Sum of RGB (Red+Green+Blue) = 78+94+31=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 94 (37.11% from 255 or 46.31% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 94 - color contains mainly: green. Hex color #4E5E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5E1F is #B1A1E0. Grayscale: #525252. Windows color (decimal): -11641313 or 2055758. OLE color: 2055758.
HSL color Cylindrical-coordinate representation of color #4E5E1F: hue angle of 75.24º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E5E1F is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 78 | 94 | 31 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.63 |
| HSL | 75.24º | 0.5% | 0.25% | - |
| HSV(B) | 75.24º | 0.67% | 0.37% | - |
| XYZ | 7.39 | 9.72 | 2.78 | - |
| YUV | 82.03 | 99.2 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 94 | 31 | 0.17 | 0 | 0.67 | 0.63 | 75.24 | 0.5 | 0.25 |
| Hex | 4E | 5E | 1F | 11 | 0 | 43 | 3F | 4B | 32 | 19 |
| Octal | 116 | 136 | 37 | 21 | 0 | 103 | 77 | 113 | 62 | 31 |
| Binary | 1001110 | 1011110 | 11111 | 10001 | 0 | 1000011 | 111111 | 1001011 | 110010 | 11001 |
Color Harmonies of #4E5E1F
Complementary color
Monochromatic Colors of #4E5E1F
Black with #4E5E1F
Text Example
Text Example
White with #4E5E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5E1F; }
p { color: rgb(78,94,31); }
H1.HeaderClassName
{
color: #4E5E1F;
}
.AnyTagClassName
{
color: #4E5E1F;
}
</style>
background-color css
<style>
a { background-color: #4E5E1F; }
a { background-color: rgb(78,94,31); }
div.DivClassName
{
background-color: #4E5E1F;
}
.BgClassName
{
background-color: #4E5E1F;
}
</style>
border-color css
<style>
span { border-color: #4E5E1F; }
span { border-color: rgb(78,94,31); }
td.TdClassName
{
border-color: #4E5E1F;
}
.TagClassName
{
border-color: #4E5E1F;
}
</style>