Shades of Army green #4E551D
Tints of Army green #4E551D
RGB
CMYK
RGB Variations
Color information
#4E551D (or 0x4E551D) is known color: Army green. HEX triplet: 4E, 55 and 1D. RGB value is (78,85,29). Sum of RGB (Red+Green+Blue) = 78+85+29=192 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.62% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #4E551D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E551D is #B1AAE2. Grayscale: #4C4C4C. Windows color (decimal): -11643619 or 1922382. OLE color: 1922382.
HSL color Cylindrical-coordinate representation of color #4E551D: hue angle of 67.5º degrees, saturation: 0.49, 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 #4E551D is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 85 | 29 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.67 |
| HSL | 67.5º | 0.49% | 0.22% | - |
| HSV(B) | 67.5º | 0.66% | 0.33% | - |
| XYZ | 6.61 | 8.21 | 2.4 | - |
| YUV | 76.52 | 101.18 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 85 | 29 | 0.08 | 0 | 0.66 | 0.67 | 67.5 | 0.49 | 0.22 |
| Hex | 4E | 55 | 1D | 8 | 0 | 42 | 43 | 44 | 31 | 16 |
| Octal | 116 | 125 | 35 | 10 | 0 | 102 | 103 | 104 | 61 | 26 |
| Binary | 1001110 | 1010101 | 11101 | 1000 | 0 | 1000010 | 1000011 | 1000100 | 110001 | 10110 |
Color Harmonies of #4E551D
Complementary color
Monochromatic Colors of #4E551D
Black with #4E551D
Text Example
Text Example
White with #4E551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E551D; }
p { color: rgb(78,85,29); }
H1.HeaderClassName
{
color: #4E551D;
}
.AnyTagClassName
{
color: #4E551D;
}
</style>
background-color css
<style>
a { background-color: #4E551D; }
a { background-color: rgb(78,85,29); }
div.DivClassName
{
background-color: #4E551D;
}
.BgClassName
{
background-color: #4E551D;
}
</style>
border-color css
<style>
span { border-color: #4E551D; }
span { border-color: rgb(78,85,29); }
td.TdClassName
{
border-color: #4E551D;
}
.TagClassName
{
border-color: #4E551D;
}
</style>