Shades of Cabbage Pont #4E5946
Tints of Cabbage Pont #4E5946
RGB
CMYK
RGB Variations
Color information
#4E5946 (or 0x4E5946) is known color: Cabbage Pont. HEX triplet: 4E, 59 and 46. RGB value is (78,89,70). Sum of RGB (Red+Green+Blue) = 78+89+70=237 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.91% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 89 - color contains mainly: green. Hex color #4E5946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5946 is #B1A6B9. Grayscale: #535353. Windows color (decimal): -11642554 or 4610382. OLE color: 4610382.
HSL color Cylindrical-coordinate representation of color #4E5946: hue angle of 94.74º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4E5946 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 89 | 70 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.65 |
| HSL | 94.74º | 0.12% | 0.31% | - |
| HSV(B) | 94.74º | 0.21% | 0.35% | - |
| XYZ | 7.82 | 9.21 | 7.16 | - |
| YUV | 83.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 89 | 70 | 0.12 | 0 | 0.21 | 0.65 | 94.74 | 0.12 | 0.31 |
| Hex | 4E | 59 | 46 | C | 0 | 15 | 41 | 5F | C | 1F |
| Octal | 116 | 131 | 106 | 14 | 0 | 25 | 101 | 137 | 14 | 37 |
| Binary | 1001110 | 1011001 | 1000110 | 1100 | 0 | 10101 | 1000001 | 1011111 | 1100 | 11111 |
Color Harmonies of #4E5946
Complementary color
Monochromatic Colors of #4E5946
Black with #4E5946
Text Example
Text Example
White with #4E5946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5946; }
p { color: rgb(78,89,70); }
H1.HeaderClassName
{
color: #4E5946;
}
.AnyTagClassName
{
color: #4E5946;
}
</style>
background-color css
<style>
a { background-color: #4E5946; }
a { background-color: rgb(78,89,70); }
div.DivClassName
{
background-color: #4E5946;
}
.BgClassName
{
background-color: #4E5946;
}
</style>
border-color css
<style>
span { border-color: #4E5946; }
span { border-color: rgb(78,89,70); }
td.TdClassName
{
border-color: #4E5946;
}
.TagClassName
{
border-color: #4E5946;
}
</style>