Shades of Cabbage Pont #4E5A46
Tints of Cabbage Pont #4E5A46
RGB
CMYK
RGB Variations
Color information
#4E5A46 (or 0x4E5A46) is known color: Cabbage Pont. HEX triplet: 4E, 5A and 46. RGB value is (78,90,70). Sum of RGB (Red+Green+Blue) = 78+90+70=238 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.77% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 90 - color contains mainly: green. Hex color #4E5A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5A46 is #B1A5B9. Grayscale: #545454. Windows color (decimal): -11642298 or 4610638. OLE color: 4610638.
HSL color Cylindrical-coordinate representation of color #4E5A46: hue angle of 96º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4E5A46 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 90 | 70 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.65 |
| HSL | 96º | 0.13% | 0.31% | - |
| HSV(B) | 96º | 0.22% | 0.35% | - |
| XYZ | 7.9 | 9.37 | 7.19 | - |
| YUV | 84.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 90 | 70 | 0.13 | 0 | 0.22 | 0.65 | 96 | 0.13 | 0.31 |
| Hex | 4E | 5A | 46 | D | 0 | 16 | 41 | 60 | C | 1F |
| Octal | 116 | 132 | 106 | 15 | 0 | 26 | 101 | 140 | 14 | 37 |
| Binary | 1001110 | 1011010 | 1000110 | 1101 | 0 | 10110 | 1000001 | 1100000 | 1100 | 11111 |
Color Harmonies of #4E5A46
Complementary color
Monochromatic Colors of #4E5A46
Black with #4E5A46
Text Example
Text Example
White with #4E5A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5A46; }
p { color: rgb(78,90,70); }
H1.HeaderClassName
{
color: #4E5A46;
}
.AnyTagClassName
{
color: #4E5A46;
}
</style>
background-color css
<style>
a { background-color: #4E5A46; }
a { background-color: rgb(78,90,70); }
div.DivClassName
{
background-color: #4E5A46;
}
.BgClassName
{
background-color: #4E5A46;
}
</style>
border-color css
<style>
span { border-color: #4E5A46; }
span { border-color: rgb(78,90,70); }
td.TdClassName
{
border-color: #4E5A46;
}
.TagClassName
{
border-color: #4E5A46;
}
</style>