Shades of Army green #4D541F
Tints of Army green #4D541F
RGB
CMYK
RGB Variations
Color information
#4D541F (or 0x4D541F) is known color: Army green. HEX triplet: 4D, 54 and 1F. RGB value is (77,84,31). Sum of RGB (Red+Green+Blue) = 77+84+31=192 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.10% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 84 - color contains mainly: green. Hex color #4D541F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D541F is #B2ABE0. Grayscale: #4C4C4C. Windows color (decimal): -11709409 or 2053197. OLE color: 2053197.
HSL color Cylindrical-coordinate representation of color #4D541F: hue angle of 67.92º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D541F is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 84 | 31 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.67 |
| HSL | 67.92º | 0.46% | 0.23% | - |
| HSV(B) | 67.92º | 0.63% | 0.33% | - |
| XYZ | 6.48 | 8.02 | 2.5 | - |
| YUV | 75.87 | 102.68 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 31 | 0.08 | 0 | 0.63 | 0.67 | 67.92 | 0.46 | 0.23 |
| Hex | 4D | 54 | 1F | 8 | 0 | 3F | 43 | 44 | 2E | 17 |
| Octal | 115 | 124 | 37 | 10 | 0 | 77 | 103 | 104 | 56 | 27 |
| Binary | 1001101 | 1010100 | 11111 | 1000 | 0 | 111111 | 1000011 | 1000100 | 101110 | 10111 |
Color Harmonies of #4D541F
Complementary color
Monochromatic Colors of #4D541F
Black with #4D541F
Text Example
Text Example
White with #4D541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D541F; }
p { color: rgb(77,84,31); }
H1.HeaderClassName
{
color: #4D541F;
}
.AnyTagClassName
{
color: #4D541F;
}
</style>
background-color css
<style>
a { background-color: #4D541F; }
a { background-color: rgb(77,84,31); }
div.DivClassName
{
background-color: #4D541F;
}
.BgClassName
{
background-color: #4D541F;
}
</style>
border-color css
<style>
span { border-color: #4D541F; }
span { border-color: rgb(77,84,31); }
td.TdClassName
{
border-color: #4D541F;
}
.TagClassName
{
border-color: #4D541F;
}
</style>