Shades of Army green #4D4913
Tints of Army green #4D4913
RGB
CMYK
RGB Variations
Color information
#4D4913 (or 0x4D4913) is known color: Army green. HEX triplet: 4D, 49 and 13. RGB value is (77,73,19). Sum of RGB (Red+Green+Blue) = 77+73+19=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4913 is #B2B6EC. Grayscale: #444444. Windows color (decimal): -11712237 or 1263949. OLE color: 1263949.
HSL color Cylindrical-coordinate representation of color #4D4913: hue angle of 55.86º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D4913 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 73 | 19 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.70 |
| HSL | 55.86º | 0.6% | 0.19% | - |
| HSV(B) | 55.86º | 0.75% | 0.3% | - |
| XYZ | 5.56 | 6.39 | 1.56 | - |
| YUV | 68.04 | 100.33 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 73 | 19 | 0 | 0.05 | 0.75 | 0.70 | 55.86 | 0.6 | 0.19 |
| Hex | 4D | 49 | 13 | 0 | 5 | 4B | 46 | 38 | 3C | 13 |
| Octal | 115 | 111 | 23 | 0 | 5 | 113 | 106 | 70 | 74 | 23 |
| Binary | 1001101 | 1001001 | 10011 | 0 | 101 | 1001011 | 1000110 | 111000 | 111100 | 10011 |
Color Harmonies of #4D4913
Complementary color
Monochromatic Colors of #4D4913
Black with #4D4913
Text Example
Text Example
White with #4D4913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4913; }
p { color: rgb(77,73,19); }
H1.HeaderClassName
{
color: #4D4913;
}
.AnyTagClassName
{
color: #4D4913;
}
</style>
background-color css
<style>
a { background-color: #4D4913; }
a { background-color: rgb(77,73,19); }
div.DivClassName
{
background-color: #4D4913;
}
.BgClassName
{
background-color: #4D4913;
}
</style>
border-color css
<style>
span { border-color: #4D4913; }
span { border-color: rgb(77,73,19); }
td.TdClassName
{
border-color: #4D4913;
}
.TagClassName
{
border-color: #4D4913;
}
</style>