Shades of Army green #4D4B19
Tints of Army green #4D4B19
RGB
CMYK
RGB Variations
Color information
#4D4B19 (or 0x4D4B19) is known color: Army green. HEX triplet: 4D, 4B and 19. RGB value is (77,75,25). Sum of RGB (Red+Green+Blue) = 77+75+25=177 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.50% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4B19 is #B2B4E6. Grayscale: #464646. Windows color (decimal): -11711719 or 1657677. OLE color: 1657677.
HSL color Cylindrical-coordinate representation of color #4D4B19: hue angle of 57.69º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D4B19 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 75 | 25 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.70 |
| HSL | 57.69º | 0.51% | 0.2% | - |
| HSV(B) | 57.69º | 0.68% | 0.3% | - |
| XYZ | 5.75 | 6.68 | 1.91 | - |
| YUV | 69.9 | 102.66 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 75 | 25 | 0 | 0.03 | 0.68 | 0.70 | 57.69 | 0.51 | 0.2 |
| Hex | 4D | 4B | 19 | 0 | 3 | 44 | 46 | 3A | 33 | 14 |
| Octal | 115 | 113 | 31 | 0 | 3 | 104 | 106 | 72 | 63 | 24 |
| Binary | 1001101 | 1001011 | 11001 | 0 | 11 | 1000100 | 1000110 | 111010 | 110011 | 10100 |
Color Harmonies of #4D4B19
Complementary color
Monochromatic Colors of #4D4B19
Black with #4D4B19
Text Example
Text Example
White with #4D4B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4B19; }
p { color: rgb(77,75,25); }
H1.HeaderClassName
{
color: #4D4B19;
}
.AnyTagClassName
{
color: #4D4B19;
}
</style>
background-color css
<style>
a { background-color: #4D4B19; }
a { background-color: rgb(77,75,25); }
div.DivClassName
{
background-color: #4D4B19;
}
.BgClassName
{
background-color: #4D4B19;
}
</style>
border-color css
<style>
span { border-color: #4D4B19; }
span { border-color: rgb(77,75,25); }
td.TdClassName
{
border-color: #4D4B19;
}
.TagClassName
{
border-color: #4D4B19;
}
</style>