Shades of Army green #4D561B
Tints of Army green #4D561B
RGB
CMYK
RGB Variations
Color information
#4D561B (or 0x4D561B) is known color: Army green. HEX triplet: 4D, 56 and 1B. RGB value is (77,86,27). Sum of RGB (Red+Green+Blue) = 77+86+27=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 86 (33.98% from 255 or 45.26% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 86 - color contains mainly: green. Hex color #4D561B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D561B is #B2A9E4. Grayscale: #4C4C4C. Windows color (decimal): -11708901 or 1791565. OLE color: 1791565.
HSL color Cylindrical-coordinate representation of color #4D561B: hue angle of 69.15º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D561B is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 86 | 27 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.66 |
| HSL | 69.15º | 0.52% | 0.22% | - |
| HSV(B) | 69.15º | 0.69% | 0.34% | - |
| XYZ | 6.59 | 8.31 | 2.29 | - |
| YUV | 76.58 | 100.02 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 86 | 27 | 0.10 | 0 | 0.69 | 0.66 | 69.15 | 0.52 | 0.22 |
| Hex | 4D | 56 | 1B | A | 0 | 45 | 42 | 45 | 34 | 16 |
| Octal | 115 | 126 | 33 | 12 | 0 | 105 | 102 | 105 | 64 | 26 |
| Binary | 1001101 | 1010110 | 11011 | 1010 | 0 | 1000101 | 1000010 | 1000101 | 110100 | 10110 |
Color Harmonies of #4D561B
Complementary color
Monochromatic Colors of #4D561B
Black with #4D561B
Text Example
Text Example
White with #4D561B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D561B; }
p { color: rgb(77,86,27); }
H1.HeaderClassName
{
color: #4D561B;
}
.AnyTagClassName
{
color: #4D561B;
}
</style>
background-color css
<style>
a { background-color: #4D561B; }
a { background-color: rgb(77,86,27); }
div.DivClassName
{
background-color: #4D561B;
}
.BgClassName
{
background-color: #4D561B;
}
</style>
border-color css
<style>
span { border-color: #4D561B; }
span { border-color: rgb(77,86,27); }
td.TdClassName
{
border-color: #4D561B;
}
.TagClassName
{
border-color: #4D561B;
}
</style>