Shades of Cabbage Pont #4E5A44
Tints of Cabbage Pont #4E5A44
RGB
CMYK
RGB Variations
Color information
#4E5A44 (or 0x4E5A44) is known color: Cabbage Pont. HEX triplet: 4E, 5A and 44. RGB value is (78,90,68). Sum of RGB (Red+Green+Blue) = 78+90+68=236 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.05% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 90 - color contains mainly: green. Hex color #4E5A44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5A44 is #B1A5BB. Grayscale: #535353. Windows color (decimal): -11642300 or 4479566. OLE color: 4479566.
HSL color Cylindrical-coordinate representation of color #4E5A44: hue angle of 92.73º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4E5A44 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 90 | 68 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.65 |
| HSL | 92.73º | 0.14% | 0.31% | - |
| HSV(B) | 92.73º | 0.24% | 0.35% | - |
| XYZ | 7.84 | 9.35 | 6.86 | - |
| YUV | 83.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 90 | 68 | 0.13 | 0 | 0.24 | 0.65 | 92.73 | 0.14 | 0.31 |
| Hex | 4E | 5A | 44 | D | 0 | 18 | 41 | 5D | E | 1F |
| Octal | 116 | 132 | 104 | 15 | 0 | 30 | 101 | 135 | 16 | 37 |
| Binary | 1001110 | 1011010 | 1000100 | 1101 | 0 | 11000 | 1000001 | 1011101 | 1110 | 11111 |
Color Harmonies of #4E5A44
Complementary color
Monochromatic Colors of #4E5A44
Black with #4E5A44
Text Example
Text Example
White with #4E5A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5A44; }
p { color: rgb(78,90,68); }
H1.HeaderClassName
{
color: #4E5A44;
}
.AnyTagClassName
{
color: #4E5A44;
}
</style>
background-color css
<style>
a { background-color: #4E5A44; }
a { background-color: rgb(78,90,68); }
div.DivClassName
{
background-color: #4E5A44;
}
.BgClassName
{
background-color: #4E5A44;
}
</style>
border-color css
<style>
span { border-color: #4E5A44; }
span { border-color: rgb(78,90,68); }
td.TdClassName
{
border-color: #4E5A44;
}
.TagClassName
{
border-color: #4E5A44;
}
</style>