Shades of Army green #4D511D
Tints of Army green #4D511D
RGB
CMYK
RGB Variations
Color information
#4D511D (or 0x4D511D) is known color: Army green. HEX triplet: 4D, 51 and 1D. RGB value is (77,81,29). Sum of RGB (Red+Green+Blue) = 77+81+29=187 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.18% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 81 - color contains mainly: green. Hex color #4D511D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D511D is #B2AEE2. Grayscale: #4A4A4A. Windows color (decimal): -11710179 or 1921357. OLE color: 1921357.
HSL color Cylindrical-coordinate representation of color #4D511D: hue angle of 64.62º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D511D is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 81 | 29 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.68 |
| HSL | 64.62º | 0.47% | 0.22% | - |
| HSV(B) | 64.62º | 0.64% | 0.32% | - |
| XYZ | 6.22 | 7.55 | 2.29 | - |
| YUV | 73.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 81 | 29 | 0.05 | 0 | 0.64 | 0.68 | 64.62 | 0.47 | 0.22 |
| Hex | 4D | 51 | 1D | 5 | 0 | 40 | 44 | 41 | 2F | 16 |
| Octal | 115 | 121 | 35 | 5 | 0 | 100 | 104 | 101 | 57 | 26 |
| Binary | 1001101 | 1010001 | 11101 | 101 | 0 | 1000000 | 1000100 | 1000001 | 101111 | 10110 |
Color Harmonies of #4D511D
Complementary color
Monochromatic Colors of #4D511D
Black with #4D511D
Text Example
Text Example
White with #4D511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D511D; }
p { color: rgb(77,81,29); }
H1.HeaderClassName
{
color: #4D511D;
}
.AnyTagClassName
{
color: #4D511D;
}
</style>
background-color css
<style>
a { background-color: #4D511D; }
a { background-color: rgb(77,81,29); }
div.DivClassName
{
background-color: #4D511D;
}
.BgClassName
{
background-color: #4D511D;
}
</style>
border-color css
<style>
span { border-color: #4D511D; }
span { border-color: rgb(77,81,29); }
td.TdClassName
{
border-color: #4D511D;
}
.TagClassName
{
border-color: #4D511D;
}
</style>