Shades of Army green #4D5E24
Tints of Army green #4D5E24
RGB
CMYK
RGB Variations
Color information
#4D5E24 (or 0x4D5E24) is known color: Army green. HEX triplet: 4D, 5E and 24. RGB value is (77,94,36). Sum of RGB (Red+Green+Blue) = 77+94+36=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 94 (37.11% from 255 or 45.41% from 207); Blue value is 36 (14.45% from 255 or 17.39% from 207); Max value from RGB is 94 - color contains mainly: green. Hex color #4D5E24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5E24 is #B2A1DB. Grayscale: #525252. Windows color (decimal): -11706844 or 2383437. OLE color: 2383437.
HSL color Cylindrical-coordinate representation of color #4D5E24: hue angle of 77.59º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D5E24 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 77 | 94 | 36 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.63 |
| HSL | 77.59º | 0.45% | 0.25% | - |
| HSV(B) | 77.59º | 0.62% | 0.37% | - |
| XYZ | 7.38 | 9.71 | 3.15 | - |
| YUV | 82.31 | 101.87 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 94 | 36 | 0.18 | 0 | 0.62 | 0.63 | 77.59 | 0.45 | 0.25 |
| Hex | 4D | 5E | 24 | 12 | 0 | 3E | 3F | 4E | 2D | 19 |
| Octal | 115 | 136 | 44 | 22 | 0 | 76 | 77 | 116 | 55 | 31 |
| Binary | 1001101 | 1011110 | 100100 | 10010 | 0 | 111110 | 111111 | 1001110 | 101101 | 11001 |
Color Harmonies of #4D5E24
Complementary color
Monochromatic Colors of #4D5E24
Black with #4D5E24
Text Example
Text Example
White with #4D5E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5E24; }
p { color: rgb(77,94,36); }
H1.HeaderClassName
{
color: #4D5E24;
}
.AnyTagClassName
{
color: #4D5E24;
}
</style>
background-color css
<style>
a { background-color: #4D5E24; }
a { background-color: rgb(77,94,36); }
div.DivClassName
{
background-color: #4D5E24;
}
.BgClassName
{
background-color: #4D5E24;
}
</style>
border-color css
<style>
span { border-color: #4D5E24; }
span { border-color: rgb(77,94,36); }
td.TdClassName
{
border-color: #4D5E24;
}
.TagClassName
{
border-color: #4D5E24;
}
</style>