Shades of Cabbage Pont #4E5942
Tints of Cabbage Pont #4E5942
RGB
CMYK
RGB Variations
Color information
#4E5942 (or 0x4E5942) is known color: Cabbage Pont. HEX triplet: 4E, 59 and 42. RGB value is (78,89,66). Sum of RGB (Red+Green+Blue) = 78+89+66=233 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.48% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 89 - color contains mainly: green. Hex color #4E5942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5942 is #B1A6BD. Grayscale: #535353. Windows color (decimal): -11642558 or 4348238. OLE color: 4348238.
HSL color Cylindrical-coordinate representation of color #4E5942: hue angle of 88.7º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E5942 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 89 | 66 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.65 |
| HSL | 88.7º | 0.15% | 0.3% | - |
| HSV(B) | 88.7º | 0.26% | 0.35% | - |
| XYZ | 7.7 | 9.16 | 6.52 | - |
| YUV | 83.09 | 118.36 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 89 | 66 | 0.12 | 0 | 0.26 | 0.65 | 88.7 | 0.15 | 0.3 |
| Hex | 4E | 59 | 42 | C | 0 | 1A | 41 | 59 | F | 1E |
| Octal | 116 | 131 | 102 | 14 | 0 | 32 | 101 | 131 | 17 | 36 |
| Binary | 1001110 | 1011001 | 1000010 | 1100 | 0 | 11010 | 1000001 | 1011001 | 1111 | 11110 |
Color Harmonies of #4E5942
Complementary color
Monochromatic Colors of #4E5942
Black with #4E5942
Text Example
Text Example
White with #4E5942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5942; }
p { color: rgb(78,89,66); }
H1.HeaderClassName
{
color: #4E5942;
}
.AnyTagClassName
{
color: #4E5942;
}
</style>
background-color css
<style>
a { background-color: #4E5942; }
a { background-color: rgb(78,89,66); }
div.DivClassName
{
background-color: #4E5942;
}
.BgClassName
{
background-color: #4E5942;
}
</style>
border-color css
<style>
span { border-color: #4E5942; }
span { border-color: rgb(78,89,66); }
td.TdClassName
{
border-color: #4E5942;
}
.TagClassName
{
border-color: #4E5942;
}
</style>