Shades of Army green #4D551F
Tints of Army green #4D551F
RGB
CMYK
RGB Variations
Color information
#4D551F (or 0x4D551F) is known color: Army green. HEX triplet: 4D, 55 and 1F. RGB value is (77,85,31). Sum of RGB (Red+Green+Blue) = 77+85+31=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #4D551F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D551F is #B2AAE0. Grayscale: #4C4C4C. Windows color (decimal): -11709153 or 2053453. OLE color: 2053453.
HSL color Cylindrical-coordinate representation of color #4D551F: hue angle of 68.89º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D551F is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 85 | 31 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.67 |
| HSL | 68.89º | 0.47% | 0.23% | - |
| HSV(B) | 68.89º | 0.64% | 0.33% | - |
| XYZ | 6.56 | 8.17 | 2.53 | - |
| YUV | 76.45 | 102.35 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 31 | 0.09 | 0 | 0.64 | 0.67 | 68.89 | 0.47 | 0.23 |
| Hex | 4D | 55 | 1F | 9 | 0 | 40 | 43 | 45 | 2F | 17 |
| Octal | 115 | 125 | 37 | 11 | 0 | 100 | 103 | 105 | 57 | 27 |
| Binary | 1001101 | 1010101 | 11111 | 1001 | 0 | 1000000 | 1000011 | 1000101 | 101111 | 10111 |
Color Harmonies of #4D551F
Complementary color
Monochromatic Colors of #4D551F
Black with #4D551F
Text Example
Text Example
White with #4D551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D551F; }
p { color: rgb(77,85,31); }
H1.HeaderClassName
{
color: #4D551F;
}
.AnyTagClassName
{
color: #4D551F;
}
</style>
background-color css
<style>
a { background-color: #4D551F; }
a { background-color: rgb(77,85,31); }
div.DivClassName
{
background-color: #4D551F;
}
.BgClassName
{
background-color: #4D551F;
}
</style>
border-color css
<style>
span { border-color: #4D551F; }
span { border-color: rgb(77,85,31); }
td.TdClassName
{
border-color: #4D551F;
}
.TagClassName
{
border-color: #4D551F;
}
</style>