Shades of Cabbage Pont #4E5C45
Tints of Cabbage Pont #4E5C45
RGB
CMYK
RGB Variations
Color information
#4E5C45 (or 0x4E5C45) is known color: Cabbage Pont. HEX triplet: 4E, 5C and 45. RGB value is (78,92,69). Sum of RGB (Red+Green+Blue) = 78+92+69=239 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.64% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 92 - color contains mainly: green. Hex color #4E5C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5C45 is #B1A3BA. Grayscale: #555555. Windows color (decimal): -11641787 or 4545614. OLE color: 4545614.
HSL color Cylindrical-coordinate representation of color #4E5C45: hue angle of 96.52º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4E5C45 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 92 | 69 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.64 |
| HSL | 96.52º | 0.14% | 0.32% | - |
| HSV(B) | 96.52º | 0.25% | 0.36% | - |
| XYZ | 8.04 | 9.7 | 7.08 | - |
| YUV | 85.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 92 | 69 | 0.15 | 0 | 0.25 | 0.64 | 96.52 | 0.14 | 0.32 |
| Hex | 4E | 5C | 45 | F | 0 | 19 | 40 | 61 | E | 20 |
| Octal | 116 | 134 | 105 | 17 | 0 | 31 | 100 | 141 | 16 | 40 |
| Binary | 1001110 | 1011100 | 1000101 | 1111 | 0 | 11001 | 1000000 | 1100001 | 1110 | 100000 |
Color Harmonies of #4E5C45
Complementary color
Monochromatic Colors of #4E5C45
Black with #4E5C45
Text Example
Text Example
White with #4E5C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5C45; }
p { color: rgb(78,92,69); }
H1.HeaderClassName
{
color: #4E5C45;
}
.AnyTagClassName
{
color: #4E5C45;
}
</style>
background-color css
<style>
a { background-color: #4E5C45; }
a { background-color: rgb(78,92,69); }
div.DivClassName
{
background-color: #4E5C45;
}
.BgClassName
{
background-color: #4E5C45;
}
</style>
border-color css
<style>
span { border-color: #4E5C45; }
span { border-color: rgb(78,92,69); }
td.TdClassName
{
border-color: #4E5C45;
}
.TagClassName
{
border-color: #4E5C45;
}
</style>