Shades of Army green #4E541A
Tints of Army green #4E541A
RGB
CMYK
RGB Variations
Color information
#4E541A (or 0x4E541A) is known color: Army green. HEX triplet: 4E, 54 and 1A. RGB value is (78,84,26). Sum of RGB (Red+Green+Blue) = 78+84+26=188 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.49% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 84 - color contains mainly: green. Hex color #4E541A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E541A is #B1ABE5. Grayscale: #4B4B4B. Windows color (decimal): -11643878 or 1725518. OLE color: 1725518.
HSL color Cylindrical-coordinate representation of color #4E541A: hue angle of 66.21º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E541A is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 84 | 26 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.67 |
| HSL | 66.21º | 0.53% | 0.22% | - |
| HSV(B) | 66.21º | 0.69% | 0.33% | - |
| XYZ | 6.5 | 8.03 | 2.19 | - |
| YUV | 75.59 | 100.01 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 84 | 26 | 0.07 | 0 | 0.69 | 0.67 | 66.21 | 0.53 | 0.22 |
| Hex | 4E | 54 | 1A | 7 | 0 | 45 | 43 | 42 | 35 | 16 |
| Octal | 116 | 124 | 32 | 7 | 0 | 105 | 103 | 102 | 65 | 26 |
| Binary | 1001110 | 1010100 | 11010 | 111 | 0 | 1000101 | 1000011 | 1000010 | 110101 | 10110 |
Color Harmonies of #4E541A
Complementary color
Monochromatic Colors of #4E541A
Black with #4E541A
Text Example
Text Example
White with #4E541A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E541A; }
p { color: rgb(78,84,26); }
H1.HeaderClassName
{
color: #4E541A;
}
.AnyTagClassName
{
color: #4E541A;
}
</style>
background-color css
<style>
a { background-color: #4E541A; }
a { background-color: rgb(78,84,26); }
div.DivClassName
{
background-color: #4E541A;
}
.BgClassName
{
background-color: #4E541A;
}
</style>
border-color css
<style>
span { border-color: #4E541A; }
span { border-color: rgb(78,84,26); }
td.TdClassName
{
border-color: #4E541A;
}
.TagClassName
{
border-color: #4E541A;
}
</style>