Shades of Cabbage Pont #4E5644
Tints of Cabbage Pont #4E5644
RGB
CMYK
RGB Variations
Color information
#4E5644 (or 0x4E5644) is known color: Cabbage Pont. HEX triplet: 4E, 56 and 44. RGB value is (78,86,68). Sum of RGB (Red+Green+Blue) = 78+86+68=232 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.62% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 86 - color contains mainly: green. Hex color #4E5644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5644 is #B1A9BB. Grayscale: #515151. Windows color (decimal): -11643324 or 4478542. OLE color: 4478542.
HSL color Cylindrical-coordinate representation of color #4E5644: hue angle of 86.67º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4E5644 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 78 | 86 | 68 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.66 |
| HSL | 86.67º | 0.12% | 0.3% | - |
| HSV(B) | 86.67º | 0.21% | 0.34% | - |
| XYZ | 7.51 | 8.69 | 6.75 | - |
| YUV | 81.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 86 | 68 | 0.09 | 0 | 0.21 | 0.66 | 86.67 | 0.12 | 0.3 |
| Hex | 4E | 56 | 44 | 9 | 0 | 15 | 42 | 57 | C | 1E |
| Octal | 116 | 126 | 104 | 11 | 0 | 25 | 102 | 127 | 14 | 36 |
| Binary | 1001110 | 1010110 | 1000100 | 1001 | 0 | 10101 | 1000010 | 1010111 | 1100 | 11110 |
Color Harmonies of #4E5644
Complementary color
Monochromatic Colors of #4E5644
Black with #4E5644
Text Example
Text Example
White with #4E5644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5644; }
p { color: rgb(78,86,68); }
H1.HeaderClassName
{
color: #4E5644;
}
.AnyTagClassName
{
color: #4E5644;
}
</style>
background-color css
<style>
a { background-color: #4E5644; }
a { background-color: rgb(78,86,68); }
div.DivClassName
{
background-color: #4E5644;
}
.BgClassName
{
background-color: #4E5644;
}
</style>
border-color css
<style>
span { border-color: #4E5644; }
span { border-color: rgb(78,86,68); }
td.TdClassName
{
border-color: #4E5644;
}
.TagClassName
{
border-color: #4E5644;
}
</style>