Shades of Cabbage Pont #4E5845
Tints of Cabbage Pont #4E5845
RGB
CMYK
RGB Variations
Color information
#4E5845 (or 0x4E5845) is known color: Cabbage Pont. HEX triplet: 4E, 58 and 45. RGB value is (78,88,69). Sum of RGB (Red+Green+Blue) = 78+88+69=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 88 - color contains mainly: green. Hex color #4E5845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5845 is #B1A7BA. Grayscale: #525252. Windows color (decimal): -11642811 or 4544590. OLE color: 4544590.
HSL color Cylindrical-coordinate representation of color #4E5845: hue angle of 91.58º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4E5845 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 88 | 69 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.65 |
| HSL | 91.58º | 0.12% | 0.31% | - |
| HSV(B) | 91.58º | 0.22% | 0.35% | - |
| XYZ | 7.71 | 9.03 | 6.97 | - |
| YUV | 82.84 | 120.19 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 88 | 69 | 0.11 | 0 | 0.22 | 0.65 | 91.58 | 0.12 | 0.31 |
| Hex | 4E | 58 | 45 | B | 0 | 16 | 41 | 5C | C | 1F |
| Octal | 116 | 130 | 105 | 13 | 0 | 26 | 101 | 134 | 14 | 37 |
| Binary | 1001110 | 1011000 | 1000101 | 1011 | 0 | 10110 | 1000001 | 1011100 | 1100 | 11111 |
Color Harmonies of #4E5845
Complementary color
Monochromatic Colors of #4E5845
Black with #4E5845
Text Example
Text Example
White with #4E5845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5845; }
p { color: rgb(78,88,69); }
H1.HeaderClassName
{
color: #4E5845;
}
.AnyTagClassName
{
color: #4E5845;
}
</style>
background-color css
<style>
a { background-color: #4E5845; }
a { background-color: rgb(78,88,69); }
div.DivClassName
{
background-color: #4E5845;
}
.BgClassName
{
background-color: #4E5845;
}
</style>
border-color css
<style>
span { border-color: #4E5845; }
span { border-color: rgb(78,88,69); }
td.TdClassName
{
border-color: #4E5845;
}
.TagClassName
{
border-color: #4E5845;
}
</style>