Shades of Army green #4E5B1D
Tints of Army green #4E5B1D
RGB
CMYK
RGB Variations
Color information
#4E5B1D (or 0x4E5B1D) is known color: Army green. HEX triplet: 4E, 5B and 1D. RGB value is (78,91,29). Sum of RGB (Red+Green+Blue) = 78+91+29=198 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.39% from 198); Green value is 91 (35.94% from 255 or 45.96% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 91 - color contains mainly: green. Hex color #4E5B1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5B1D is #B1A4E2. Grayscale: #505050. Windows color (decimal): -11642083 or 1923918. OLE color: 1923918.
HSL color Cylindrical-coordinate representation of color #4E5B1D: hue angle of 72.58º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E5B1D is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 91 | 29 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.64 |
| HSL | 72.58º | 0.52% | 0.24% | - |
| HSV(B) | 72.58º | 0.68% | 0.36% | - |
| XYZ | 7.1 | 9.19 | 2.56 | - |
| YUV | 80.05 | 99.19 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 91 | 29 | 0.14 | 0 | 0.68 | 0.64 | 72.58 | 0.52 | 0.24 |
| Hex | 4E | 5B | 1D | E | 0 | 44 | 40 | 49 | 34 | 18 |
| Octal | 116 | 133 | 35 | 16 | 0 | 104 | 100 | 111 | 64 | 30 |
| Binary | 1001110 | 1011011 | 11101 | 1110 | 0 | 1000100 | 1000000 | 1001001 | 110100 | 11000 |
Color Harmonies of #4E5B1D
Complementary color
Monochromatic Colors of #4E5B1D
Black with #4E5B1D
Text Example
Text Example
White with #4E5B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5B1D; }
p { color: rgb(78,91,29); }
H1.HeaderClassName
{
color: #4E5B1D;
}
.AnyTagClassName
{
color: #4E5B1D;
}
</style>
background-color css
<style>
a { background-color: #4E5B1D; }
a { background-color: rgb(78,91,29); }
div.DivClassName
{
background-color: #4E5B1D;
}
.BgClassName
{
background-color: #4E5B1D;
}
</style>
border-color css
<style>
span { border-color: #4E5B1D; }
span { border-color: rgb(78,91,29); }
td.TdClassName
{
border-color: #4E5B1D;
}
.TagClassName
{
border-color: #4E5B1D;
}
</style>