Shades of Army green #4E531C
Tints of Army green #4E531C
RGB
CMYK
RGB Variations
Color information
#4E531C (or 0x4E531C) is known color: Army green. HEX triplet: 4E, 53 and 1C. RGB value is (78,83,28). Sum of RGB (Red+Green+Blue) = 78+83+28=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #4E531C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E531C is #B1ACE3. Grayscale: #4B4B4B. Windows color (decimal): -11644132 or 1856334. OLE color: 1856334.
HSL color Cylindrical-coordinate representation of color #4E531C: hue angle of 65.45º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E531C is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 83 | 28 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.67 |
| HSL | 65.45º | 0.5% | 0.22% | - |
| HSV(B) | 65.45º | 0.66% | 0.33% | - |
| XYZ | 6.44 | 7.89 | 2.28 | - |
| YUV | 75.24 | 101.34 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 83 | 28 | 0.06 | 0 | 0.66 | 0.67 | 65.45 | 0.5 | 0.22 |
| Hex | 4E | 53 | 1C | 6 | 0 | 42 | 43 | 41 | 32 | 16 |
| Octal | 116 | 123 | 34 | 6 | 0 | 102 | 103 | 101 | 62 | 26 |
| Binary | 1001110 | 1010011 | 11100 | 110 | 0 | 1000010 | 1000011 | 1000001 | 110010 | 10110 |
Color Harmonies of #4E531C
Complementary color
Monochromatic Colors of #4E531C
Black with #4E531C
Text Example
Text Example
White with #4E531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E531C; }
p { color: rgb(78,83,28); }
H1.HeaderClassName
{
color: #4E531C;
}
.AnyTagClassName
{
color: #4E531C;
}
</style>
background-color css
<style>
a { background-color: #4E531C; }
a { background-color: rgb(78,83,28); }
div.DivClassName
{
background-color: #4E531C;
}
.BgClassName
{
background-color: #4E531C;
}
</style>
border-color css
<style>
span { border-color: #4E531C; }
span { border-color: rgb(78,83,28); }
td.TdClassName
{
border-color: #4E531C;
}
.TagClassName
{
border-color: #4E531C;
}
</style>