Shades of Army green #4D5623
Tints of Army green #4D5623
RGB
CMYK
RGB Variations
Color information
#4D5623 (or 0x4D5623) is known color: Army green. HEX triplet: 4D, 56 and 23. RGB value is (77,86,35). Sum of RGB (Red+Green+Blue) = 77+86+35=198 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.89% from 198); Green value is 86 (33.98% from 255 or 43.43% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 86 - color contains mainly: green. Hex color #4D5623 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5623 is #B2A9DC. Grayscale: #4D4D4D. Windows color (decimal): -11708893 or 2315853. OLE color: 2315853.
HSL color Cylindrical-coordinate representation of color #4D5623: hue angle of 70.59º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D5623 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 86 | 35 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.66 |
| HSL | 70.59º | 0.42% | 0.24% | - |
| HSV(B) | 70.59º | 0.59% | 0.34% | - |
| XYZ | 6.69 | 8.35 | 2.85 | - |
| YUV | 77.5 | 104.02 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 86 | 35 | 0.10 | 0 | 0.59 | 0.66 | 70.59 | 0.42 | 0.24 |
| Hex | 4D | 56 | 23 | A | 0 | 3B | 42 | 47 | 2A | 18 |
| Octal | 115 | 126 | 43 | 12 | 0 | 73 | 102 | 107 | 52 | 30 |
| Binary | 1001101 | 1010110 | 100011 | 1010 | 0 | 111011 | 1000010 | 1000111 | 101010 | 11000 |
Color Harmonies of #4D5623
Complementary color
Monochromatic Colors of #4D5623
Black with #4D5623
Text Example
Text Example
White with #4D5623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5623; }
p { color: rgb(77,86,35); }
H1.HeaderClassName
{
color: #4D5623;
}
.AnyTagClassName
{
color: #4D5623;
}
</style>
background-color css
<style>
a { background-color: #4D5623; }
a { background-color: rgb(77,86,35); }
div.DivClassName
{
background-color: #4D5623;
}
.BgClassName
{
background-color: #4D5623;
}
</style>
border-color css
<style>
span { border-color: #4D5623; }
span { border-color: rgb(77,86,35); }
td.TdClassName
{
border-color: #4D5623;
}
.TagClassName
{
border-color: #4D5623;
}
</style>