Shades of Army green #4D5426
Tints of Army green #4D5426
RGB
CMYK
RGB Variations
Color information
#4D5426 (or 0x4D5426) is known color: Army green. HEX triplet: 4D, 54 and 26. RGB value is (77,84,38). Sum of RGB (Red+Green+Blue) = 77+84+38=199 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.69% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 84 - color contains mainly: green. Hex color #4D5426 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5426 is #B2ABD9. Grayscale: #4C4C4C. Windows color (decimal): -11709402 or 2511949. OLE color: 2511949.
HSL color Cylindrical-coordinate representation of color #4D5426: hue angle of 69.13º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D5426 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 84 | 38 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.67 |
| HSL | 69.13º | 0.38% | 0.24% | - |
| HSV(B) | 69.13º | 0.55% | 0.33% | - |
| XYZ | 6.58 | 8.06 | 3.04 | - |
| YUV | 76.66 | 106.18 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 38 | 0.08 | 0 | 0.55 | 0.67 | 69.13 | 0.38 | 0.24 |
| Hex | 4D | 54 | 26 | 8 | 0 | 37 | 43 | 45 | 26 | 18 |
| Octal | 115 | 124 | 46 | 10 | 0 | 67 | 103 | 105 | 46 | 30 |
| Binary | 1001101 | 1010100 | 100110 | 1000 | 0 | 110111 | 1000011 | 1000101 | 100110 | 11000 |
Color Harmonies of #4D5426
Complementary color
Monochromatic Colors of #4D5426
Black with #4D5426
Text Example
Text Example
White with #4D5426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5426; }
p { color: rgb(77,84,38); }
H1.HeaderClassName
{
color: #4D5426;
}
.AnyTagClassName
{
color: #4D5426;
}
</style>
background-color css
<style>
a { background-color: #4D5426; }
a { background-color: rgb(77,84,38); }
div.DivClassName
{
background-color: #4D5426;
}
.BgClassName
{
background-color: #4D5426;
}
</style>
border-color css
<style>
span { border-color: #4D5426; }
span { border-color: rgb(77,84,38); }
td.TdClassName
{
border-color: #4D5426;
}
.TagClassName
{
border-color: #4D5426;
}
</style>