Shades of Army green #4E5317
Tints of Army green #4E5317
RGB
CMYK
RGB Variations
Color information
#4E5317 (or 0x4E5317) is known color: Army green. HEX triplet: 4E, 53 and 17. RGB value is (78,83,23). Sum of RGB (Red+Green+Blue) = 78+83+23=184 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.39% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #4E5317 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5317 is #B1ACE8. Grayscale: #4A4A4A. Windows color (decimal): -11644137 or 1528654. OLE color: 1528654.
HSL color Cylindrical-coordinate representation of color #4E5317: hue angle of 65º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E5317 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 83 | 23 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.67 |
| HSL | 65º | 0.57% | 0.21% | - |
| HSV(B) | 65º | 0.72% | 0.33% | - |
| XYZ | 6.39 | 7.87 | 1.99 | - |
| YUV | 74.67 | 98.84 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 83 | 23 | 0.06 | 0 | 0.72 | 0.67 | 65 | 0.57 | 0.21 |
| Hex | 4E | 53 | 17 | 6 | 0 | 48 | 43 | 41 | 39 | 15 |
| Octal | 116 | 123 | 27 | 6 | 0 | 110 | 103 | 101 | 71 | 25 |
| Binary | 1001110 | 1010011 | 10111 | 110 | 0 | 1001000 | 1000011 | 1000001 | 111001 | 10101 |
Color Harmonies of #4E5317
Complementary color
Monochromatic Colors of #4E5317
Black with #4E5317
Text Example
Text Example
White with #4E5317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5317; }
p { color: rgb(78,83,23); }
H1.HeaderClassName
{
color: #4E5317;
}
.AnyTagClassName
{
color: #4E5317;
}
</style>
background-color css
<style>
a { background-color: #4E5317; }
a { background-color: rgb(78,83,23); }
div.DivClassName
{
background-color: #4E5317;
}
.BgClassName
{
background-color: #4E5317;
}
</style>
border-color css
<style>
span { border-color: #4E5317; }
span { border-color: rgb(78,83,23); }
td.TdClassName
{
border-color: #4E5317;
}
.TagClassName
{
border-color: #4E5317;
}
</style>