Shades of Army green #4D5429
Tints of Army green #4D5429
RGB
CMYK
RGB Variations
Color information
#4D5429 (or 0x4D5429) is known color: Army green. HEX triplet: 4D, 54 and 29. RGB value is (77,84,41). Sum of RGB (Red+Green+Blue) = 77+84+41=202 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.12% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 84 - color contains mainly: green. Hex color #4D5429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5429 is #B2ABD6. Grayscale: #4D4D4D. Windows color (decimal): -11709399 or 2708557. OLE color: 2708557.
HSL color Cylindrical-coordinate representation of color #4D5429: hue angle of 69.77º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D5429 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 84 | 41 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.67 |
| HSL | 69.77º | 0.34% | 0.25% | - |
| HSV(B) | 69.77º | 0.51% | 0.33% | - |
| XYZ | 6.63 | 8.08 | 3.31 | - |
| YUV | 77.01 | 107.68 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 41 | 0.08 | 0 | 0.51 | 0.67 | 69.77 | 0.34 | 0.25 |
| Hex | 4D | 54 | 29 | 8 | 0 | 33 | 43 | 46 | 22 | 19 |
| Octal | 115 | 124 | 51 | 10 | 0 | 63 | 103 | 106 | 42 | 31 |
| Binary | 1001101 | 1010100 | 101001 | 1000 | 0 | 110011 | 1000011 | 1000110 | 100010 | 11001 |
Color Harmonies of #4D5429
Complementary color
Monochromatic Colors of #4D5429
Black with #4D5429
Text Example
Text Example
White with #4D5429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5429; }
p { color: rgb(77,84,41); }
H1.HeaderClassName
{
color: #4D5429;
}
.AnyTagClassName
{
color: #4D5429;
}
</style>
background-color css
<style>
a { background-color: #4D5429; }
a { background-color: rgb(77,84,41); }
div.DivClassName
{
background-color: #4D5429;
}
.BgClassName
{
background-color: #4D5429;
}
</style>
border-color css
<style>
span { border-color: #4D5429; }
span { border-color: rgb(77,84,41); }
td.TdClassName
{
border-color: #4D5429;
}
.TagClassName
{
border-color: #4D5429;
}
</style>