Shades of Army green #4D5528
Tints of Army green #4D5528
RGB
CMYK
RGB Variations
Color information
#4D5528 (or 0x4D5528) is known color: Army green. HEX triplet: 4D, 55 and 28. RGB value is (77,85,40). Sum of RGB (Red+Green+Blue) = 77+85+40=202 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.12% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 85 - color contains mainly: green. Hex color #4D5528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5528 is #B2AAD7. Grayscale: #4D4D4D. Windows color (decimal): -11709144 or 2643277. OLE color: 2643277.
HSL color Cylindrical-coordinate representation of color #4D5528: hue angle of 70.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D5528 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 85 | 40 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.67 |
| HSL | 70.67º | 0.36% | 0.25% | - |
| HSV(B) | 70.67º | 0.53% | 0.33% | - |
| XYZ | 6.69 | 8.23 | 3.24 | - |
| YUV | 77.48 | 106.85 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 40 | 0.09 | 0 | 0.53 | 0.67 | 70.67 | 0.36 | 0.25 |
| Hex | 4D | 55 | 28 | 9 | 0 | 35 | 43 | 47 | 24 | 19 |
| Octal | 115 | 125 | 50 | 11 | 0 | 65 | 103 | 107 | 44 | 31 |
| Binary | 1001101 | 1010101 | 101000 | 1001 | 0 | 110101 | 1000011 | 1000111 | 100100 | 11001 |
Color Harmonies of #4D5528
Complementary color
Monochromatic Colors of #4D5528
Black with #4D5528
Text Example
Text Example
White with #4D5528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5528; }
p { color: rgb(77,85,40); }
H1.HeaderClassName
{
color: #4D5528;
}
.AnyTagClassName
{
color: #4D5528;
}
</style>
background-color css
<style>
a { background-color: #4D5528; }
a { background-color: rgb(77,85,40); }
div.DivClassName
{
background-color: #4D5528;
}
.BgClassName
{
background-color: #4D5528;
}
</style>
border-color css
<style>
span { border-color: #4D5528; }
span { border-color: rgb(77,85,40); }
td.TdClassName
{
border-color: #4D5528;
}
.TagClassName
{
border-color: #4D5528;
}
</style>