Shades of Cabbage Pont #4E5947
Tints of Cabbage Pont #4E5947
RGB
CMYK
RGB Variations
Color information
#4E5947 (or 0x4E5947) is known color: Cabbage Pont. HEX triplet: 4E, 59 and 47. RGB value is (78,89,71). Sum of RGB (Red+Green+Blue) = 78+89+71=238 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.77% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 89 - color contains mainly: green. Hex color #4E5947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5947 is #B1A6B8. Grayscale: #535353. Windows color (decimal): -11642553 or 4675918. OLE color: 4675918.
HSL color Cylindrical-coordinate representation of color #4E5947: hue angle of 96.67º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4E5947 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 89 | 71 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.65 |
| HSL | 96.67º | 0.11% | 0.31% | - |
| HSV(B) | 96.67º | 0.2% | 0.35% | - |
| XYZ | 7.85 | 9.22 | 7.33 | - |
| YUV | 83.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 89 | 71 | 0.12 | 0 | 0.20 | 0.65 | 96.67 | 0.11 | 0.31 |
| Hex | 4E | 59 | 47 | C | 0 | 14 | 41 | 61 | B | 1F |
| Octal | 116 | 131 | 107 | 14 | 0 | 24 | 101 | 141 | 13 | 37 |
| Binary | 1001110 | 1011001 | 1000111 | 1100 | 0 | 10100 | 1000001 | 1100001 | 1011 | 11111 |
Color Harmonies of #4E5947
Complementary color
Monochromatic Colors of #4E5947
Black with #4E5947
Text Example
Text Example
White with #4E5947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5947; }
p { color: rgb(78,89,71); }
H1.HeaderClassName
{
color: #4E5947;
}
.AnyTagClassName
{
color: #4E5947;
}
</style>
background-color css
<style>
a { background-color: #4E5947; }
a { background-color: rgb(78,89,71); }
div.DivClassName
{
background-color: #4E5947;
}
.BgClassName
{
background-color: #4E5947;
}
</style>
border-color css
<style>
span { border-color: #4E5947; }
span { border-color: rgb(78,89,71); }
td.TdClassName
{
border-color: #4E5947;
}
.TagClassName
{
border-color: #4E5947;
}
</style>