Shades of Army green #4D581F
Tints of Army green #4D581F
RGB
CMYK
RGB Variations
Color information
#4D581F (or 0x4D581F) is known color: Army green. HEX triplet: 4D, 58 and 1F. RGB value is (77,88,31). Sum of RGB (Red+Green+Blue) = 77+88+31=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 88 (34.77% from 255 or 44.90% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 88 - color contains mainly: green. Hex color #4D581F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D581F is #B2A7E0. Grayscale: #4E4E4E. Windows color (decimal): -11708385 or 2054221. OLE color: 2054221.
HSL color Cylindrical-coordinate representation of color #4D581F: hue angle of 71.58º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D581F is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 88 | 31 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.65 |
| HSL | 71.58º | 0.48% | 0.23% | - |
| HSV(B) | 71.58º | 0.65% | 0.35% | - |
| XYZ | 6.8 | 8.66 | 2.61 | - |
| YUV | 78.21 | 101.36 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 31 | 0.12 | 0 | 0.65 | 0.65 | 71.58 | 0.48 | 0.23 |
| Hex | 4D | 58 | 1F | C | 0 | 41 | 41 | 48 | 30 | 17 |
| Octal | 115 | 130 | 37 | 14 | 0 | 101 | 101 | 110 | 60 | 27 |
| Binary | 1001101 | 1011000 | 11111 | 1100 | 0 | 1000001 | 1000001 | 1001000 | 110000 | 10111 |
Color Harmonies of #4D581F
Complementary color
Monochromatic Colors of #4D581F
Black with #4D581F
Text Example
Text Example
White with #4D581F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D581F; }
p { color: rgb(77,88,31); }
H1.HeaderClassName
{
color: #4D581F;
}
.AnyTagClassName
{
color: #4D581F;
}
</style>
background-color css
<style>
a { background-color: #4D581F; }
a { background-color: rgb(77,88,31); }
div.DivClassName
{
background-color: #4D581F;
}
.BgClassName
{
background-color: #4D581F;
}
</style>
border-color css
<style>
span { border-color: #4D581F; }
span { border-color: rgb(77,88,31); }
td.TdClassName
{
border-color: #4D581F;
}
.TagClassName
{
border-color: #4D581F;
}
</style>