Shades of Cabbage Pont #4E6140
Tints of Cabbage Pont #4E6140
RGB
CMYK
RGB Variations
Color information
#4E6140 (or 0x4E6140) is known color: Cabbage Pont. HEX triplet: 4E, 61 and 40. RGB value is (78,97,64). Sum of RGB (Red+Green+Blue) = 78+97+64=239 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.64% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 97 - color contains mainly: green. Hex color #4E6140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6140 is #B19EBF. Grayscale: #575757. Windows color (decimal): -11640512 or 4219214. OLE color: 4219214.
HSL color Cylindrical-coordinate representation of color #4E6140: hue angle of 94.55º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4E6140 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 97 | 64 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.62 |
| HSL | 94.55º | 0.2% | 0.32% | - |
| HSV(B) | 94.55º | 0.34% | 0.38% | - |
| XYZ | 8.34 | 10.54 | 6.45 | - |
| YUV | 87.56 | 114.71 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 97 | 64 | 0.20 | 0 | 0.34 | 0.62 | 94.55 | 0.2 | 0.32 |
| Hex | 4E | 61 | 40 | 14 | 0 | 22 | 3E | 5F | 14 | 20 |
| Octal | 116 | 141 | 100 | 24 | 0 | 42 | 76 | 137 | 24 | 40 |
| Binary | 1001110 | 1100001 | 1000000 | 10100 | 0 | 100010 | 111110 | 1011111 | 10100 | 100000 |
Color Harmonies of #4E6140
Complementary color
Monochromatic Colors of #4E6140
Black with #4E6140
Text Example
Text Example
White with #4E6140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6140; }
p { color: rgb(78,97,64); }
H1.HeaderClassName
{
color: #4E6140;
}
.AnyTagClassName
{
color: #4E6140;
}
</style>
background-color css
<style>
a { background-color: #4E6140; }
a { background-color: rgb(78,97,64); }
div.DivClassName
{
background-color: #4E6140;
}
.BgClassName
{
background-color: #4E6140;
}
</style>
border-color css
<style>
span { border-color: #4E6140; }
span { border-color: rgb(78,97,64); }
td.TdClassName
{
border-color: #4E6140;
}
.TagClassName
{
border-color: #4E6140;
}
</style>