Shades of Army green #4D511F
Tints of Army green #4D511F
RGB
CMYK
RGB Variations
Color information
#4D511F (or 0x4D511F) is known color: Army green. HEX triplet: 4D, 51 and 1F. RGB value is (77,81,31). Sum of RGB (Red+Green+Blue) = 77+81+31=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 81 - color contains mainly: green. Hex color #4D511F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D511F is #B2AEE0. Grayscale: #4A4A4A. Windows color (decimal): -11710177 or 2052429. OLE color: 2052429.
HSL color Cylindrical-coordinate representation of color #4D511F: hue angle of 64.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D511F is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 81 | 31 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.68 |
| HSL | 64.8º | 0.45% | 0.22% | - |
| HSV(B) | 64.8º | 0.62% | 0.32% | - |
| XYZ | 6.25 | 7.56 | 2.43 | - |
| YUV | 74.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 81 | 31 | 0.05 | 0 | 0.62 | 0.68 | 64.8 | 0.45 | 0.22 |
| Hex | 4D | 51 | 1F | 5 | 0 | 3E | 44 | 41 | 2D | 16 |
| Octal | 115 | 121 | 37 | 5 | 0 | 76 | 104 | 101 | 55 | 26 |
| Binary | 1001101 | 1010001 | 11111 | 101 | 0 | 111110 | 1000100 | 1000001 | 101101 | 10110 |
Color Harmonies of #4D511F
Complementary color
Monochromatic Colors of #4D511F
Black with #4D511F
Text Example
Text Example
White with #4D511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D511F; }
p { color: rgb(77,81,31); }
H1.HeaderClassName
{
color: #4D511F;
}
.AnyTagClassName
{
color: #4D511F;
}
</style>
background-color css
<style>
a { background-color: #4D511F; }
a { background-color: rgb(77,81,31); }
div.DivClassName
{
background-color: #4D511F;
}
.BgClassName
{
background-color: #4D511F;
}
</style>
border-color css
<style>
span { border-color: #4D511F; }
span { border-color: rgb(77,81,31); }
td.TdClassName
{
border-color: #4D511F;
}
.TagClassName
{
border-color: #4D511F;
}
</style>