Shades of Army green #4D511C
Tints of Army green #4D511C
RGB
CMYK
RGB Variations
Color information
#4D511C (or 0x4D511C) is known color: Army green. HEX triplet: 4D, 51 and 1C. RGB value is (77,81,28). Sum of RGB (Red+Green+Blue) = 77+81+28=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 81 - color contains mainly: green. Hex color #4D511C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D511C is #B2AEE3. Grayscale: #494949. Windows color (decimal): -11710180 or 1855821. OLE color: 1855821.
HSL color Cylindrical-coordinate representation of color #4D511C: hue angle of 64.53º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D511C is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 81 | 28 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.68 |
| HSL | 64.53º | 0.49% | 0.21% | - |
| HSV(B) | 64.53º | 0.65% | 0.32% | - |
| XYZ | 6.21 | 7.55 | 2.23 | - |
| YUV | 73.76 | 102.17 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 81 | 28 | 0.05 | 0 | 0.65 | 0.68 | 64.53 | 0.49 | 0.21 |
| Hex | 4D | 51 | 1C | 5 | 0 | 41 | 44 | 41 | 31 | 15 |
| Octal | 115 | 121 | 34 | 5 | 0 | 101 | 104 | 101 | 61 | 25 |
| Binary | 1001101 | 1010001 | 11100 | 101 | 0 | 1000001 | 1000100 | 1000001 | 110001 | 10101 |
Color Harmonies of #4D511C
Complementary color
Monochromatic Colors of #4D511C
Black with #4D511C
Text Example
Text Example
White with #4D511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D511C; }
p { color: rgb(77,81,28); }
H1.HeaderClassName
{
color: #4D511C;
}
.AnyTagClassName
{
color: #4D511C;
}
</style>
background-color css
<style>
a { background-color: #4D511C; }
a { background-color: rgb(77,81,28); }
div.DivClassName
{
background-color: #4D511C;
}
.BgClassName
{
background-color: #4D511C;
}
</style>
border-color css
<style>
span { border-color: #4D511C; }
span { border-color: rgb(77,81,28); }
td.TdClassName
{
border-color: #4D511C;
}
.TagClassName
{
border-color: #4D511C;
}
</style>