Shades of Army green #4D5224
Tints of Army green #4D5224
RGB
CMYK
RGB Variations
Color information
#4D5224 (or 0x4D5224) is known color: Army green. HEX triplet: 4D, 52 and 24. RGB value is (77,82,36). Sum of RGB (Red+Green+Blue) = 77+82+36=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 82 - color contains mainly: green. Hex color #4D5224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5224 is #B2ADDB. Grayscale: #4B4B4B. Windows color (decimal): -11709916 or 2380365. OLE color: 2380365.
HSL color Cylindrical-coordinate representation of color #4D5224: hue angle of 66.52º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D5224 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 82 | 36 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.68 |
| HSL | 66.52º | 0.39% | 0.23% | - |
| HSV(B) | 66.52º | 0.56% | 0.32% | - |
| XYZ | 6.4 | 7.74 | 2.83 | - |
| YUV | 75.26 | 105.84 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 82 | 36 | 0.06 | 0 | 0.56 | 0.68 | 66.52 | 0.39 | 0.23 |
| Hex | 4D | 52 | 24 | 6 | 0 | 38 | 44 | 43 | 27 | 17 |
| Octal | 115 | 122 | 44 | 6 | 0 | 70 | 104 | 103 | 47 | 27 |
| Binary | 1001101 | 1010010 | 100100 | 110 | 0 | 111000 | 1000100 | 1000011 | 100111 | 10111 |
Color Harmonies of #4D5224
Complementary color
Monochromatic Colors of #4D5224
Black with #4D5224
Text Example
Text Example
White with #4D5224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5224; }
p { color: rgb(77,82,36); }
H1.HeaderClassName
{
color: #4D5224;
}
.AnyTagClassName
{
color: #4D5224;
}
</style>
background-color css
<style>
a { background-color: #4D5224; }
a { background-color: rgb(77,82,36); }
div.DivClassName
{
background-color: #4D5224;
}
.BgClassName
{
background-color: #4D5224;
}
</style>
border-color css
<style>
span { border-color: #4D5224; }
span { border-color: rgb(77,82,36); }
td.TdClassName
{
border-color: #4D5224;
}
.TagClassName
{
border-color: #4D5224;
}
</style>