Shades of Cabbage Pont #4E5B44
Tints of Cabbage Pont #4E5B44
RGB
CMYK
RGB Variations
Color information
#4E5B44 (or 0x4E5B44) is known color: Cabbage Pont. HEX triplet: 4E, 5B and 44. RGB value is (78,91,68). Sum of RGB (Red+Green+Blue) = 78+91+68=237 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.91% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 91 - color contains mainly: green. Hex color #4E5B44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5B44 is #B1A4BB. Grayscale: #545454. Windows color (decimal): -11642044 or 4479822. OLE color: 4479822.
HSL color Cylindrical-coordinate representation of color #4E5B44: hue angle of 93.91º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4E5B44 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 91 | 68 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.64 |
| HSL | 93.91º | 0.14% | 0.31% | - |
| HSV(B) | 93.91º | 0.25% | 0.36% | - |
| XYZ | 7.93 | 9.52 | 6.89 | - |
| YUV | 84.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 91 | 68 | 0.14 | 0 | 0.25 | 0.64 | 93.91 | 0.14 | 0.31 |
| Hex | 4E | 5B | 44 | E | 0 | 19 | 40 | 5E | E | 1F |
| Octal | 116 | 133 | 104 | 16 | 0 | 31 | 100 | 136 | 16 | 37 |
| Binary | 1001110 | 1011011 | 1000100 | 1110 | 0 | 11001 | 1000000 | 1011110 | 1110 | 11111 |
Color Harmonies of #4E5B44
Complementary color
Monochromatic Colors of #4E5B44
Black with #4E5B44
Text Example
Text Example
White with #4E5B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5B44; }
p { color: rgb(78,91,68); }
H1.HeaderClassName
{
color: #4E5B44;
}
.AnyTagClassName
{
color: #4E5B44;
}
</style>
background-color css
<style>
a { background-color: #4E5B44; }
a { background-color: rgb(78,91,68); }
div.DivClassName
{
background-color: #4E5B44;
}
.BgClassName
{
background-color: #4E5B44;
}
</style>
border-color css
<style>
span { border-color: #4E5B44; }
span { border-color: rgb(78,91,68); }
td.TdClassName
{
border-color: #4E5B44;
}
.TagClassName
{
border-color: #4E5B44;
}
</style>