Shades of Army green #4D542A
Tints of Army green #4D542A
RGB
CMYK
RGB Variations
Color information
#4D542A (or 0x4D542A) is known color: Army green. HEX triplet: 4D, 54 and 2A. RGB value is (77,84,42). Sum of RGB (Red+Green+Blue) = 77+84+42=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #4D542A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D542A is #B2ABD5. Grayscale: #4D4D4D. Windows color (decimal): -11709398 or 2774093. OLE color: 2774093.
HSL color Cylindrical-coordinate representation of color #4D542A: hue angle of 70º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D542A is Cyan = 0.08, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 84 | 42 | - |
| CMYK | 0.08 | 0 | 0.5 | 0.67 |
| HSL | 70º | 0.33% | 0.25% | - |
| HSV(B) | 70º | 0.5% | 0.33% | - |
| XYZ | 6.65 | 8.09 | 3.4 | - |
| YUV | 77.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 42 | 0.08 | 0 | 0.5 | 0.67 | 70 | 0.33 | 0.25 |
| Hex | 4D | 54 | 2A | 8 | 0 | 32 | 43 | 46 | 21 | 19 |
| Octal | 115 | 124 | 52 | 10 | 0 | 62 | 103 | 106 | 41 | 31 |
| Binary | 1001101 | 1010100 | 101010 | 1000 | 0 | 110010 | 1000011 | 1000110 | 100001 | 11001 |
Color Harmonies of #4D542A
Complementary color
Monochromatic Colors of #4D542A
Black with #4D542A
Text Example
Text Example
White with #4D542A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D542A; }
p { color: rgb(77,84,42); }
H1.HeaderClassName
{
color: #4D542A;
}
.AnyTagClassName
{
color: #4D542A;
}
</style>
background-color css
<style>
a { background-color: #4D542A; }
a { background-color: rgb(77,84,42); }
div.DivClassName
{
background-color: #4D542A;
}
.BgClassName
{
background-color: #4D542A;
}
</style>
border-color css
<style>
span { border-color: #4D542A; }
span { border-color: rgb(77,84,42); }
td.TdClassName
{
border-color: #4D542A;
}
.TagClassName
{
border-color: #4D542A;
}
</style>