Shades of Army green #4E4B17
Tints of Army green #4E4B17
RGB
CMYK
RGB Variations
Color information
#4E4B17 (or 0x4E4B17) is known color: Army green. HEX triplet: 4E, 4B and 17. RGB value is (78,75,23). Sum of RGB (Red+Green+Blue) = 78+75+23=176 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.32% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 23 (9.38% from 255 or 13.07% from 176); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4B17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4B17 is #B1B4E8. Grayscale: #464646. Windows color (decimal): -11646185 or 1526606. OLE color: 1526606.
HSL color Cylindrical-coordinate representation of color #4E4B17: hue angle of 56.73º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4E4B17 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 75 | 23 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.69 |
| HSL | 56.73º | 0.54% | 0.2% | - |
| HSV(B) | 56.73º | 0.71% | 0.31% | - |
| XYZ | 5.81 | 6.71 | 1.8 | - |
| YUV | 69.97 | 101.49 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 75 | 23 | 0 | 0.04 | 0.71 | 0.69 | 56.73 | 0.54 | 0.2 |
| Hex | 4E | 4B | 17 | 0 | 4 | 47 | 45 | 39 | 36 | 14 |
| Octal | 116 | 113 | 27 | 0 | 4 | 107 | 105 | 71 | 66 | 24 |
| Binary | 1001110 | 1001011 | 10111 | 0 | 100 | 1000111 | 1000101 | 111001 | 110110 | 10100 |
Color Harmonies of #4E4B17
Complementary color
Monochromatic Colors of #4E4B17
Black with #4E4B17
Text Example
Text Example
White with #4E4B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4B17; }
p { color: rgb(78,75,23); }
H1.HeaderClassName
{
color: #4E4B17;
}
.AnyTagClassName
{
color: #4E4B17;
}
</style>
background-color css
<style>
a { background-color: #4E4B17; }
a { background-color: rgb(78,75,23); }
div.DivClassName
{
background-color: #4E4B17;
}
.BgClassName
{
background-color: #4E4B17;
}
</style>
border-color css
<style>
span { border-color: #4E4B17; }
span { border-color: rgb(78,75,23); }
td.TdClassName
{
border-color: #4E4B17;
}
.TagClassName
{
border-color: #4E4B17;
}
</style>