Shades of Army green #4D5024
Tints of Army green #4D5024
RGB
CMYK
RGB Variations
Color information
#4D5024 (or 0x4D5024) is known color: Army green. HEX triplet: 4D, 50 and 24. RGB value is (77,80,36). Sum of RGB (Red+Green+Blue) = 77+80+36=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 80 - color contains mainly: green. Hex color #4D5024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5024 is #B2AFDB. Grayscale: #4A4A4A. Windows color (decimal): -11710428 or 2379853. OLE color: 2379853.
HSL color Cylindrical-coordinate representation of color #4D5024: hue angle of 64.09º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D5024 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 80 | 36 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.69 |
| HSL | 64.09º | 0.38% | 0.23% | - |
| HSV(B) | 64.09º | 0.55% | 0.31% | - |
| XYZ | 6.25 | 7.44 | 2.78 | - |
| YUV | 74.09 | 106.51 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 80 | 36 | 0.04 | 0 | 0.55 | 0.69 | 64.09 | 0.38 | 0.23 |
| Hex | 4D | 50 | 24 | 4 | 0 | 37 | 45 | 40 | 26 | 17 |
| Octal | 115 | 120 | 44 | 4 | 0 | 67 | 105 | 100 | 46 | 27 |
| Binary | 1001101 | 1010000 | 100100 | 100 | 0 | 110111 | 1000101 | 1000000 | 100110 | 10111 |
Color Harmonies of #4D5024
Complementary color
Monochromatic Colors of #4D5024
Black with #4D5024
Text Example
Text Example
White with #4D5024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5024; }
p { color: rgb(77,80,36); }
H1.HeaderClassName
{
color: #4D5024;
}
.AnyTagClassName
{
color: #4D5024;
}
</style>
background-color css
<style>
a { background-color: #4D5024; }
a { background-color: rgb(77,80,36); }
div.DivClassName
{
background-color: #4D5024;
}
.BgClassName
{
background-color: #4D5024;
}
</style>
border-color css
<style>
span { border-color: #4D5024; }
span { border-color: rgb(77,80,36); }
td.TdClassName
{
border-color: #4D5024;
}
.TagClassName
{
border-color: #4D5024;
}
</style>