Shades of Cabbage Pont #4E623E
Tints of Cabbage Pont #4E623E
RGB
CMYK
RGB Variations
Color information
#4E623E (or 0x4E623E) is known color: Cabbage Pont. HEX triplet: 4E, 62 and 3E. RGB value is (78,98,62). Sum of RGB (Red+Green+Blue) = 78+98+62=238 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.77% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 98 - color contains mainly: green. Hex color #4E623E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E623E is #B19DC1. Grayscale: #585858. Windows color (decimal): -11640258 or 4088398. OLE color: 4088398.
HSL color Cylindrical-coordinate representation of color #4E623E: hue angle of 93.33º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E623E is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 98 | 62 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.62 |
| HSL | 93.33º | 0.23% | 0.31% | - |
| HSV(B) | 93.33º | 0.37% | 0.38% | - |
| XYZ | 8.38 | 10.7 | 6.18 | - |
| YUV | 87.92 | 113.37 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 98 | 62 | 0.20 | 0 | 0.37 | 0.62 | 93.33 | 0.23 | 0.31 |
| Hex | 4E | 62 | 3E | 14 | 0 | 25 | 3E | 5D | 16 | 1F |
| Octal | 116 | 142 | 76 | 24 | 0 | 45 | 76 | 135 | 26 | 37 |
| Binary | 1001110 | 1100010 | 111110 | 10100 | 0 | 100101 | 111110 | 1011101 | 10110 | 11111 |
Color Harmonies of #4E623E
Complementary color
Monochromatic Colors of #4E623E
Black with #4E623E
Text Example
Text Example
White with #4E623E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E623E; }
p { color: rgb(78,98,62); }
H1.HeaderClassName
{
color: #4E623E;
}
.AnyTagClassName
{
color: #4E623E;
}
</style>
background-color css
<style>
a { background-color: #4E623E; }
a { background-color: rgb(78,98,62); }
div.DivClassName
{
background-color: #4E623E;
}
.BgClassName
{
background-color: #4E623E;
}
</style>
border-color css
<style>
span { border-color: #4E623E; }
span { border-color: rgb(78,98,62); }
td.TdClassName
{
border-color: #4E623E;
}
.TagClassName
{
border-color: #4E623E;
}
</style>