Shades of Army green #4E501A
Tints of Army green #4E501A
RGB
CMYK
RGB Variations
Color information
#4E501A (or 0x4E501A) is known color: Army green. HEX triplet: 4E, 50 and 1A. RGB value is (78,80,26). Sum of RGB (Red+Green+Blue) = 78+80+26=184 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.39% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #4E501A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E501A is #B1AFE5. Grayscale: #494949. Windows color (decimal): -11644902 or 1724494. OLE color: 1724494.
HSL color Cylindrical-coordinate representation of color #4E501A: hue angle of 62.22º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E501A is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 80 | 26 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.69 |
| HSL | 62.22º | 0.51% | 0.21% | - |
| HSV(B) | 62.22º | 0.68% | 0.31% | - |
| XYZ | 6.2 | 7.43 | 2.09 | - |
| YUV | 73.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 80 | 26 | 0.02 | 0 | 0.67 | 0.69 | 62.22 | 0.51 | 0.21 |
| Hex | 4E | 50 | 1A | 2 | 0 | 43 | 45 | 3E | 33 | 15 |
| Octal | 116 | 120 | 32 | 2 | 0 | 103 | 105 | 76 | 63 | 25 |
| Binary | 1001110 | 1010000 | 11010 | 10 | 0 | 1000011 | 1000101 | 111110 | 110011 | 10101 |
Color Harmonies of #4E501A
Complementary color
Monochromatic Colors of #4E501A
Black with #4E501A
Text Example
Text Example
White with #4E501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E501A; }
p { color: rgb(78,80,26); }
H1.HeaderClassName
{
color: #4E501A;
}
.AnyTagClassName
{
color: #4E501A;
}
</style>
background-color css
<style>
a { background-color: #4E501A; }
a { background-color: rgb(78,80,26); }
div.DivClassName
{
background-color: #4E501A;
}
.BgClassName
{
background-color: #4E501A;
}
</style>
border-color css
<style>
span { border-color: #4E501A; }
span { border-color: rgb(78,80,26); }
td.TdClassName
{
border-color: #4E501A;
}
.TagClassName
{
border-color: #4E501A;
}
</style>