Shades of Cabbage Pont #4E5B46
Tints of Cabbage Pont #4E5B46
RGB
CMYK
RGB Variations
Color information
#4E5B46 (or 0x4E5B46) is known color: Cabbage Pont. HEX triplet: 4E, 5B and 46. RGB value is (78,91,70). Sum of RGB (Red+Green+Blue) = 78+91+70=239 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.64% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 91 - color contains mainly: green. Hex color #4E5B46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5B46 is #B1A4B9. Grayscale: #545454. Windows color (decimal): -11642042 or 4610894. OLE color: 4610894.
HSL color Cylindrical-coordinate representation of color #4E5B46: hue angle of 97.14º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4E5B46 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 91 | 70 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.64 |
| HSL | 97.14º | 0.13% | 0.32% | - |
| HSV(B) | 97.14º | 0.23% | 0.36% | - |
| XYZ | 7.99 | 9.54 | 7.22 | - |
| YUV | 84.72 | 119.69 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 91 | 70 | 0.14 | 0 | 0.23 | 0.64 | 97.14 | 0.13 | 0.32 |
| Hex | 4E | 5B | 46 | E | 0 | 17 | 40 | 61 | D | 20 |
| Octal | 116 | 133 | 106 | 16 | 0 | 27 | 100 | 141 | 15 | 40 |
| Binary | 1001110 | 1011011 | 1000110 | 1110 | 0 | 10111 | 1000000 | 1100001 | 1101 | 100000 |
Color Harmonies of #4E5B46
Complementary color
Monochromatic Colors of #4E5B46
Black with #4E5B46
Text Example
Text Example
White with #4E5B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5B46; }
p { color: rgb(78,91,70); }
H1.HeaderClassName
{
color: #4E5B46;
}
.AnyTagClassName
{
color: #4E5B46;
}
</style>
background-color css
<style>
a { background-color: #4E5B46; }
a { background-color: rgb(78,91,70); }
div.DivClassName
{
background-color: #4E5B46;
}
.BgClassName
{
background-color: #4E5B46;
}
</style>
border-color css
<style>
span { border-color: #4E5B46; }
span { border-color: rgb(78,91,70); }
td.TdClassName
{
border-color: #4E5B46;
}
.TagClassName
{
border-color: #4E5B46;
}
</style>