Shades of Army green #4D581E
Tints of Army green #4D581E
RGB
CMYK
RGB Variations
Color information
#4D581E (or 0x4D581E) is known color: Army green. HEX triplet: 4D, 58 and 1E. RGB value is (77,88,30). Sum of RGB (Red+Green+Blue) = 77+88+30=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 88 - color contains mainly: green. Hex color #4D581E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D581E is #B2A7E1. Grayscale: #4E4E4E. Windows color (decimal): -11708386 or 1988685. OLE color: 1988685.
HSL color Cylindrical-coordinate representation of color #4D581E: hue angle of 71.38º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D581E is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 88 | 30 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.65 |
| HSL | 71.38º | 0.49% | 0.23% | - |
| HSV(B) | 71.38º | 0.66% | 0.35% | - |
| XYZ | 6.78 | 8.65 | 2.54 | - |
| YUV | 78.1 | 100.86 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 30 | 0.12 | 0 | 0.66 | 0.65 | 71.38 | 0.49 | 0.23 |
| Hex | 4D | 58 | 1E | C | 0 | 42 | 41 | 47 | 31 | 17 |
| Octal | 115 | 130 | 36 | 14 | 0 | 102 | 101 | 107 | 61 | 27 |
| Binary | 1001101 | 1011000 | 11110 | 1100 | 0 | 1000010 | 1000001 | 1000111 | 110001 | 10111 |
Color Harmonies of #4D581E
Complementary color
Monochromatic Colors of #4D581E
Black with #4D581E
Text Example
Text Example
White with #4D581E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D581E; }
p { color: rgb(77,88,30); }
H1.HeaderClassName
{
color: #4D581E;
}
.AnyTagClassName
{
color: #4D581E;
}
</style>
background-color css
<style>
a { background-color: #4D581E; }
a { background-color: rgb(77,88,30); }
div.DivClassName
{
background-color: #4D581E;
}
.BgClassName
{
background-color: #4D581E;
}
</style>
border-color css
<style>
span { border-color: #4D581E; }
span { border-color: rgb(77,88,30); }
td.TdClassName
{
border-color: #4D581E;
}
.TagClassName
{
border-color: #4D581E;
}
</style>