Shades of Army green #4E5A1F
Tints of Army green #4E5A1F
RGB
CMYK
RGB Variations
Color information
#4E5A1F (or 0x4E5A1F) is known color: Army green. HEX triplet: 4E, 5A and 1F. RGB value is (78,90,31). Sum of RGB (Red+Green+Blue) = 78+90+31=199 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.20% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 90 - color contains mainly: green. Hex color #4E5A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5A1F is #B1A5E0. Grayscale: #4F4F4F. Windows color (decimal): -11642337 or 2054734. OLE color: 2054734.
HSL color Cylindrical-coordinate representation of color #4E5A1F: hue angle of 72.2º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E5A1F is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 90 | 31 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.65 |
| HSL | 72.2º | 0.49% | 0.24% | - |
| HSV(B) | 72.2º | 0.66% | 0.35% | - |
| XYZ | 7.05 | 9.03 | 2.67 | - |
| YUV | 79.69 | 100.52 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 90 | 31 | 0.13 | 0 | 0.66 | 0.65 | 72.2 | 0.49 | 0.24 |
| Hex | 4E | 5A | 1F | D | 0 | 42 | 41 | 48 | 31 | 18 |
| Octal | 116 | 132 | 37 | 15 | 0 | 102 | 101 | 110 | 61 | 30 |
| Binary | 1001110 | 1011010 | 11111 | 1101 | 0 | 1000010 | 1000001 | 1001000 | 110001 | 11000 |
Color Harmonies of #4E5A1F
Complementary color
Monochromatic Colors of #4E5A1F
Black with #4E5A1F
Text Example
Text Example
White with #4E5A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5A1F; }
p { color: rgb(78,90,31); }
H1.HeaderClassName
{
color: #4E5A1F;
}
.AnyTagClassName
{
color: #4E5A1F;
}
</style>
background-color css
<style>
a { background-color: #4E5A1F; }
a { background-color: rgb(78,90,31); }
div.DivClassName
{
background-color: #4E5A1F;
}
.BgClassName
{
background-color: #4E5A1F;
}
</style>
border-color css
<style>
span { border-color: #4E5A1F; }
span { border-color: rgb(78,90,31); }
td.TdClassName
{
border-color: #4E5A1F;
}
.TagClassName
{
border-color: #4E5A1F;
}
</style>