Shades of Army green #4D5419
Tints of Army green #4D5419
RGB
CMYK
RGB Variations
Color information
#4D5419 (or 0x4D5419) is known color: Army green. HEX triplet: 4D, 54 and 19. RGB value is (77,84,25). Sum of RGB (Red+Green+Blue) = 77+84+25=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #4D5419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5419 is #B2ABE6. Grayscale: #4B4B4B. Windows color (decimal): -11709415 or 1659981. OLE color: 1659981.
HSL color Cylindrical-coordinate representation of color #4D5419: hue angle of 67.12º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D5419 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 84 | 25 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.67 |
| HSL | 67.12º | 0.54% | 0.21% | - |
| HSV(B) | 67.12º | 0.7% | 0.33% | - |
| XYZ | 6.41 | 7.99 | 2.12 | - |
| YUV | 75.18 | 99.68 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 25 | 0.08 | 0 | 0.70 | 0.67 | 67.12 | 0.54 | 0.21 |
| Hex | 4D | 54 | 19 | 8 | 0 | 46 | 43 | 43 | 36 | 15 |
| Octal | 115 | 124 | 31 | 10 | 0 | 106 | 103 | 103 | 66 | 25 |
| Binary | 1001101 | 1010100 | 11001 | 1000 | 0 | 1000110 | 1000011 | 1000011 | 110110 | 10101 |
Color Harmonies of #4D5419
Complementary color
Monochromatic Colors of #4D5419
Black with #4D5419
Text Example
Text Example
White with #4D5419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5419; }
p { color: rgb(77,84,25); }
H1.HeaderClassName
{
color: #4D5419;
}
.AnyTagClassName
{
color: #4D5419;
}
</style>
background-color css
<style>
a { background-color: #4D5419; }
a { background-color: rgb(77,84,25); }
div.DivClassName
{
background-color: #4D5419;
}
.BgClassName
{
background-color: #4D5419;
}
</style>
border-color css
<style>
span { border-color: #4D5419; }
span { border-color: rgb(77,84,25); }
td.TdClassName
{
border-color: #4D5419;
}
.TagClassName
{
border-color: #4D5419;
}
</style>