Shades of Army green #4E5B26
Tints of Army green #4E5B26
RGB
CMYK
RGB Variations
Color information
#4E5B26 (or 0x4E5B26) is known color: Army green. HEX triplet: 4E, 5B and 26. RGB value is (78,91,38). Sum of RGB (Red+Green+Blue) = 78+91+38=207 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.68% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 91 - color contains mainly: green. Hex color #4E5B26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5B26 is #B1A4D9. Grayscale: #515151. Windows color (decimal): -11642074 or 2513742. OLE color: 2513742.
HSL color Cylindrical-coordinate representation of color #4E5B26: hue angle of 74.72º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E5B26 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 91 | 38 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.64 |
| HSL | 74.72º | 0.41% | 0.25% | - |
| HSV(B) | 74.72º | 0.58% | 0.36% | - |
| XYZ | 7.23 | 9.24 | 3.24 | - |
| YUV | 81.07 | 103.69 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 91 | 38 | 0.14 | 0 | 0.58 | 0.64 | 74.72 | 0.41 | 0.25 |
| Hex | 4E | 5B | 26 | E | 0 | 3A | 40 | 4B | 29 | 19 |
| Octal | 116 | 133 | 46 | 16 | 0 | 72 | 100 | 113 | 51 | 31 |
| Binary | 1001110 | 1011011 | 100110 | 1110 | 0 | 111010 | 1000000 | 1001011 | 101001 | 11001 |
Color Harmonies of #4E5B26
Complementary color
Monochromatic Colors of #4E5B26
Black with #4E5B26
Text Example
Text Example
White with #4E5B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5B26; }
p { color: rgb(78,91,38); }
H1.HeaderClassName
{
color: #4E5B26;
}
.AnyTagClassName
{
color: #4E5B26;
}
</style>
background-color css
<style>
a { background-color: #4E5B26; }
a { background-color: rgb(78,91,38); }
div.DivClassName
{
background-color: #4E5B26;
}
.BgClassName
{
background-color: #4E5B26;
}
</style>
border-color css
<style>
span { border-color: #4E5B26; }
span { border-color: rgb(78,91,38); }
td.TdClassName
{
border-color: #4E5B26;
}
.TagClassName
{
border-color: #4E5B26;
}
</style>