Shades of Army green #4D562A
Tints of Army green #4D562A
RGB
CMYK
RGB Variations
Color information
#4D562A (or 0x4D562A) is known color: Army green. HEX triplet: 4D, 56 and 2A. RGB value is (77,86,42). Sum of RGB (Red+Green+Blue) = 77+86+42=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 86 - color contains mainly: green. Hex color #4D562A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D562A is #B2A9D5. Grayscale: #4E4E4E. Windows color (decimal): -11708886 or 2774605. OLE color: 2774605.
HSL color Cylindrical-coordinate representation of color #4D562A: hue angle of 72.27º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D562A is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 86 | 42 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.66 |
| HSL | 72.27º | 0.34% | 0.25% | - |
| HSV(B) | 72.27º | 0.51% | 0.34% | - |
| XYZ | 6.81 | 8.4 | 3.45 | - |
| YUV | 78.29 | 107.52 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 86 | 42 | 0.10 | 0 | 0.51 | 0.66 | 72.27 | 0.34 | 0.25 |
| Hex | 4D | 56 | 2A | A | 0 | 33 | 42 | 48 | 22 | 19 |
| Octal | 115 | 126 | 52 | 12 | 0 | 63 | 102 | 110 | 42 | 31 |
| Binary | 1001101 | 1010110 | 101010 | 1010 | 0 | 110011 | 1000010 | 1001000 | 100010 | 11001 |
Color Harmonies of #4D562A
Complementary color
Monochromatic Colors of #4D562A
Black with #4D562A
Text Example
Text Example
White with #4D562A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D562A; }
p { color: rgb(77,86,42); }
H1.HeaderClassName
{
color: #4D562A;
}
.AnyTagClassName
{
color: #4D562A;
}
</style>
background-color css
<style>
a { background-color: #4D562A; }
a { background-color: rgb(77,86,42); }
div.DivClassName
{
background-color: #4D562A;
}
.BgClassName
{
background-color: #4D562A;
}
</style>
border-color css
<style>
span { border-color: #4D562A; }
span { border-color: rgb(77,86,42); }
td.TdClassName
{
border-color: #4D562A;
}
.TagClassName
{
border-color: #4D562A;
}
</style>