Shades of Army green #4B4E26
Tints of Army green #4B4E26
RGB
CMYK
RGB Variations
Color information
#4B4E26 (or 0x4B4E26) is known color: Army green. HEX triplet: 4B, 4E and 26. RGB value is (75,78,38). Sum of RGB (Red+Green+Blue) = 75+78+38=191 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.27% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 78 - color contains mainly: green. Hex color #4B4E26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B4E26 is #B4B1D9. Grayscale: #484848. Windows color (decimal): -11842010 or 2510411. OLE color: 2510411.
HSL color Cylindrical-coordinate representation of color #4B4E26: hue angle of 64.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B4E26 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 78 | 38 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.69 |
| HSL | 64.5º | 0.34% | 0.23% | - |
| HSV(B) | 64.5º | 0.51% | 0.31% | - |
| XYZ | 5.98 | 7.08 | 2.89 | - |
| YUV | 72.54 | 108.51 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 78 | 38 | 0.04 | 0 | 0.51 | 0.69 | 64.5 | 0.34 | 0.23 |
| Hex | 4B | 4E | 26 | 4 | 0 | 33 | 45 | 40 | 22 | 17 |
| Octal | 113 | 116 | 46 | 4 | 0 | 63 | 105 | 100 | 42 | 27 |
| Binary | 1001011 | 1001110 | 100110 | 100 | 0 | 110011 | 1000101 | 1000000 | 100010 | 10111 |
Color Harmonies of #4B4E26
Complementary color
Monochromatic Colors of #4B4E26
Black with #4B4E26
Text Example
Text Example
White with #4B4E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4E26; }
p { color: rgb(75,78,38); }
H1.HeaderClassName
{
color: #4B4E26;
}
.AnyTagClassName
{
color: #4B4E26;
}
</style>
background-color css
<style>
a { background-color: #4B4E26; }
a { background-color: rgb(75,78,38); }
div.DivClassName
{
background-color: #4B4E26;
}
.BgClassName
{
background-color: #4B4E26;
}
</style>
border-color css
<style>
span { border-color: #4B4E26; }
span { border-color: rgb(75,78,38); }
td.TdClassName
{
border-color: #4B4E26;
}
.TagClassName
{
border-color: #4B4E26;
}
</style>