Shades of Army green #4D5725
Tints of Army green #4D5725
RGB
CMYK
RGB Variations
Color information
#4D5725 (or 0x4D5725) is known color: Army green. HEX triplet: 4D, 57 and 25. RGB value is (77,87,37). Sum of RGB (Red+Green+Blue) = 77+87+37=201 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.31% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 87 - color contains mainly: green. Hex color #4D5725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5725 is #B2A8DA. Grayscale: #4E4E4E. Windows color (decimal): -11708635 or 2447181. OLE color: 2447181.
HSL color Cylindrical-coordinate representation of color #4D5725: hue angle of 72º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D5725 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 87 | 37 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.66 |
| HSL | 72º | 0.4% | 0.24% | - |
| HSV(B) | 72º | 0.57% | 0.34% | - |
| XYZ | 6.8 | 8.53 | 3.04 | - |
| YUV | 78.31 | 104.69 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 87 | 37 | 0.11 | 0 | 0.57 | 0.66 | 72 | 0.4 | 0.24 |
| Hex | 4D | 57 | 25 | B | 0 | 39 | 42 | 48 | 28 | 18 |
| Octal | 115 | 127 | 45 | 13 | 0 | 71 | 102 | 110 | 50 | 30 |
| Binary | 1001101 | 1010111 | 100101 | 1011 | 0 | 111001 | 1000010 | 1001000 | 101000 | 11000 |
Color Harmonies of #4D5725
Complementary color
Monochromatic Colors of #4D5725
Black with #4D5725
Text Example
Text Example
White with #4D5725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5725; }
p { color: rgb(77,87,37); }
H1.HeaderClassName
{
color: #4D5725;
}
.AnyTagClassName
{
color: #4D5725;
}
</style>
background-color css
<style>
a { background-color: #4D5725; }
a { background-color: rgb(77,87,37); }
div.DivClassName
{
background-color: #4D5725;
}
.BgClassName
{
background-color: #4D5725;
}
</style>
border-color css
<style>
span { border-color: #4D5725; }
span { border-color: rgb(77,87,37); }
td.TdClassName
{
border-color: #4D5725;
}
.TagClassName
{
border-color: #4D5725;
}
</style>