Shades of Army green #4D5526
Tints of Army green #4D5526
RGB
CMYK
RGB Variations
Color information
#4D5526 (or 0x4D5526) is known color: Army green. HEX triplet: 4D, 55 and 26. RGB value is (77,85,38). Sum of RGB (Red+Green+Blue) = 77+85+38=200 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.5% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #4D5526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5526 is #B2AAD9. Grayscale: #4D4D4D. Windows color (decimal): -11709146 or 2512205. OLE color: 2512205.
HSL color Cylindrical-coordinate representation of color #4D5526: hue angle of 70.21º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D5526 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 85 | 38 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.67 |
| HSL | 70.21º | 0.38% | 0.24% | - |
| HSV(B) | 70.21º | 0.55% | 0.33% | - |
| XYZ | 6.66 | 8.21 | 3.07 | - |
| YUV | 77.25 | 105.85 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 38 | 0.09 | 0 | 0.55 | 0.67 | 70.21 | 0.38 | 0.24 |
| Hex | 4D | 55 | 26 | 9 | 0 | 37 | 43 | 46 | 26 | 18 |
| Octal | 115 | 125 | 46 | 11 | 0 | 67 | 103 | 106 | 46 | 30 |
| Binary | 1001101 | 1010101 | 100110 | 1001 | 0 | 110111 | 1000011 | 1000110 | 100110 | 11000 |
Color Harmonies of #4D5526
Complementary color
Monochromatic Colors of #4D5526
Black with #4D5526
Text Example
Text Example
White with #4D5526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5526; }
p { color: rgb(77,85,38); }
H1.HeaderClassName
{
color: #4D5526;
}
.AnyTagClassName
{
color: #4D5526;
}
</style>
background-color css
<style>
a { background-color: #4D5526; }
a { background-color: rgb(77,85,38); }
div.DivClassName
{
background-color: #4D5526;
}
.BgClassName
{
background-color: #4D5526;
}
</style>
border-color css
<style>
span { border-color: #4D5526; }
span { border-color: rgb(77,85,38); }
td.TdClassName
{
border-color: #4D5526;
}
.TagClassName
{
border-color: #4D5526;
}
</style>