Shades of Army green #4D581D
Tints of Army green #4D581D
RGB
CMYK
RGB Variations
Color information
#4D581D (or 0x4D581D) is known color: Army green. HEX triplet: 4D, 58 and 1D. RGB value is (77,88,29). Sum of RGB (Red+Green+Blue) = 77+88+29=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 88 - color contains mainly: green. Hex color #4D581D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D581D is #B2A7E2. Grayscale: #4E4E4E. Windows color (decimal): -11708387 or 1923149. OLE color: 1923149.
HSL color Cylindrical-coordinate representation of color #4D581D: hue angle of 71.19º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D581D is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 88 | 29 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.65 |
| HSL | 71.19º | 0.5% | 0.23% | - |
| HSV(B) | 71.19º | 0.67% | 0.35% | - |
| XYZ | 6.77 | 8.65 | 2.47 | - |
| YUV | 77.99 | 100.36 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 29 | 0.12 | 0 | 0.67 | 0.65 | 71.19 | 0.5 | 0.23 |
| Hex | 4D | 58 | 1D | C | 0 | 43 | 41 | 47 | 32 | 17 |
| Octal | 115 | 130 | 35 | 14 | 0 | 103 | 101 | 107 | 62 | 27 |
| Binary | 1001101 | 1011000 | 11101 | 1100 | 0 | 1000011 | 1000001 | 1000111 | 110010 | 10111 |
Color Harmonies of #4D581D
Complementary color
Monochromatic Colors of #4D581D
Black with #4D581D
Text Example
Text Example
White with #4D581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D581D; }
p { color: rgb(77,88,29); }
H1.HeaderClassName
{
color: #4D581D;
}
.AnyTagClassName
{
color: #4D581D;
}
</style>
background-color css
<style>
a { background-color: #4D581D; }
a { background-color: rgb(77,88,29); }
div.DivClassName
{
background-color: #4D581D;
}
.BgClassName
{
background-color: #4D581D;
}
</style>
border-color css
<style>
span { border-color: #4D581D; }
span { border-color: rgb(77,88,29); }
td.TdClassName
{
border-color: #4D581D;
}
.TagClassName
{
border-color: #4D581D;
}
</style>