Shades of Army green #4E5023
Tints of Army green #4E5023
RGB
CMYK
RGB Variations
Color information
#4E5023 (or 0x4E5023) is known color: Army green. HEX triplet: 4E, 50 and 23. RGB value is (78,80,35). Sum of RGB (Red+Green+Blue) = 78+80+35=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 80 - color contains mainly: green. Hex color #4E5023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5023 is #B1AFDC. Grayscale: #4A4A4A. Windows color (decimal): -11644893 or 2314318. OLE color: 2314318.
HSL color Cylindrical-coordinate representation of color #4E5023: hue angle of 62.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E5023 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 80 | 35 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.69 |
| HSL | 62.67º | 0.39% | 0.23% | - |
| HSV(B) | 62.67º | 0.56% | 0.31% | - |
| XYZ | 6.31 | 7.48 | 2.7 | - |
| YUV | 74.27 | 105.84 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 80 | 35 | 0.02 | 0 | 0.56 | 0.69 | 62.67 | 0.39 | 0.23 |
| Hex | 4E | 50 | 23 | 2 | 0 | 38 | 45 | 3F | 27 | 17 |
| Octal | 116 | 120 | 43 | 2 | 0 | 70 | 105 | 77 | 47 | 27 |
| Binary | 1001110 | 1010000 | 100011 | 10 | 0 | 111000 | 1000101 | 111111 | 100111 | 10111 |
Color Harmonies of #4E5023
Complementary color
Monochromatic Colors of #4E5023
Black with #4E5023
Text Example
Text Example
White with #4E5023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5023; }
p { color: rgb(78,80,35); }
H1.HeaderClassName
{
color: #4E5023;
}
.AnyTagClassName
{
color: #4E5023;
}
</style>
background-color css
<style>
a { background-color: #4E5023; }
a { background-color: rgb(78,80,35); }
div.DivClassName
{
background-color: #4E5023;
}
.BgClassName
{
background-color: #4E5023;
}
</style>
border-color css
<style>
span { border-color: #4E5023; }
span { border-color: rgb(78,80,35); }
td.TdClassName
{
border-color: #4E5023;
}
.TagClassName
{
border-color: #4E5023;
}
</style>