Shades of Army green #4D501E
Tints of Army green #4D501E
RGB
CMYK
RGB Variations
Color information
#4D501E (or 0x4D501E) is known color: Army green. HEX triplet: 4D, 50 and 1E. RGB value is (77,80,30). Sum of RGB (Red+Green+Blue) = 77+80+30=187 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.18% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 80 - color contains mainly: green. Hex color #4D501E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D501E is #B2AFE1. Grayscale: #494949. Windows color (decimal): -11710434 or 1986637. OLE color: 1986637.
HSL color Cylindrical-coordinate representation of color #4D501E: hue angle of 63.6º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D501E is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 80 | 30 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.69 |
| HSL | 63.6º | 0.45% | 0.22% | - |
| HSV(B) | 63.6º | 0.63% | 0.31% | - |
| XYZ | 6.16 | 7.41 | 2.33 | - |
| YUV | 73.4 | 103.51 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 80 | 30 | 0.04 | 0 | 0.62 | 0.69 | 63.6 | 0.45 | 0.22 |
| Hex | 4D | 50 | 1E | 4 | 0 | 3E | 45 | 40 | 2D | 16 |
| Octal | 115 | 120 | 36 | 4 | 0 | 76 | 105 | 100 | 55 | 26 |
| Binary | 1001101 | 1010000 | 11110 | 100 | 0 | 111110 | 1000101 | 1000000 | 101101 | 10110 |
Color Harmonies of #4D501E
Complementary color
Monochromatic Colors of #4D501E
Black with #4D501E
Text Example
Text Example
White with #4D501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D501E; }
p { color: rgb(77,80,30); }
H1.HeaderClassName
{
color: #4D501E;
}
.AnyTagClassName
{
color: #4D501E;
}
</style>
background-color css
<style>
a { background-color: #4D501E; }
a { background-color: rgb(77,80,30); }
div.DivClassName
{
background-color: #4D501E;
}
.BgClassName
{
background-color: #4D501E;
}
</style>
border-color css
<style>
span { border-color: #4D501E; }
span { border-color: rgb(77,80,30); }
td.TdClassName
{
border-color: #4D501E;
}
.TagClassName
{
border-color: #4D501E;
}
</style>