Shades of Army green #4D4B13
Tints of Army green #4D4B13
RGB
CMYK
RGB Variations
Color information
#4D4B13 (or 0x4D4B13) is known color: Army green. HEX triplet: 4D, 4B and 13. RGB value is (77,75,19). Sum of RGB (Red+Green+Blue) = 77+75+19=171 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.03% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4B13 is #B2B4EC. Grayscale: #454545. Windows color (decimal): -11711725 or 1264461. OLE color: 1264461.
HSL color Cylindrical-coordinate representation of color #4D4B13: hue angle of 57.93º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D4B13 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 75 | 19 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.70 |
| HSL | 57.93º | 0.6% | 0.19% | - |
| HSV(B) | 57.93º | 0.75% | 0.3% | - |
| XYZ | 5.69 | 6.66 | 1.6 | - |
| YUV | 69.21 | 99.66 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 75 | 19 | 0 | 0.03 | 0.75 | 0.70 | 57.93 | 0.6 | 0.19 |
| Hex | 4D | 4B | 13 | 0 | 3 | 4B | 46 | 3A | 3C | 13 |
| Octal | 115 | 113 | 23 | 0 | 3 | 113 | 106 | 72 | 74 | 23 |
| Binary | 1001101 | 1001011 | 10011 | 0 | 11 | 1001011 | 1000110 | 111010 | 111100 | 10011 |
Color Harmonies of #4D4B13
Complementary color
Monochromatic Colors of #4D4B13
Black with #4D4B13
Text Example
Text Example
White with #4D4B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4B13; }
p { color: rgb(77,75,19); }
H1.HeaderClassName
{
color: #4D4B13;
}
.AnyTagClassName
{
color: #4D4B13;
}
</style>
background-color css
<style>
a { background-color: #4D4B13; }
a { background-color: rgb(77,75,19); }
div.DivClassName
{
background-color: #4D4B13;
}
.BgClassName
{
background-color: #4D4B13;
}
</style>
border-color css
<style>
span { border-color: #4D4B13; }
span { border-color: rgb(77,75,19); }
td.TdClassName
{
border-color: #4D4B13;
}
.TagClassName
{
border-color: #4D4B13;
}
</style>