Shades of Army green #4E521D
Tints of Army green #4E521D
RGB
CMYK
RGB Variations
Color information
#4E521D (or 0x4E521D) is known color: Army green. HEX triplet: 4E, 52 and 1D. RGB value is (78,82,29). Sum of RGB (Red+Green+Blue) = 78+82+29=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #4E521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E521D is #B1ADE2. Grayscale: #4A4A4A. Windows color (decimal): -11644387 or 1921614. OLE color: 1921614.
HSL color Cylindrical-coordinate representation of color #4E521D: hue angle of 64.53º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E521D is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 82 | 29 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.68 |
| HSL | 64.53º | 0.48% | 0.22% | - |
| HSV(B) | 64.53º | 0.65% | 0.32% | - |
| XYZ | 6.38 | 7.74 | 2.32 | - |
| YUV | 74.76 | 102.17 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 82 | 29 | 0.05 | 0 | 0.65 | 0.68 | 64.53 | 0.48 | 0.22 |
| Hex | 4E | 52 | 1D | 5 | 0 | 41 | 44 | 41 | 30 | 16 |
| Octal | 116 | 122 | 35 | 5 | 0 | 101 | 104 | 101 | 60 | 26 |
| Binary | 1001110 | 1010010 | 11101 | 101 | 0 | 1000001 | 1000100 | 1000001 | 110000 | 10110 |
Color Harmonies of #4E521D
Complementary color
Monochromatic Colors of #4E521D
Black with #4E521D
Text Example
Text Example
White with #4E521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E521D; }
p { color: rgb(78,82,29); }
H1.HeaderClassName
{
color: #4E521D;
}
.AnyTagClassName
{
color: #4E521D;
}
</style>
background-color css
<style>
a { background-color: #4E521D; }
a { background-color: rgb(78,82,29); }
div.DivClassName
{
background-color: #4E521D;
}
.BgClassName
{
background-color: #4E521D;
}
</style>
border-color css
<style>
span { border-color: #4E521D; }
span { border-color: rgb(78,82,29); }
td.TdClassName
{
border-color: #4E521D;
}
.TagClassName
{
border-color: #4E521D;
}
</style>