Shades of Cabbage Pont #4E613D
Tints of Cabbage Pont #4E613D
RGB
CMYK
RGB Variations
Color information
#4E613D (or 0x4E613D) is known color: Cabbage Pont. HEX triplet: 4E, 61 and 3D. RGB value is (78,97,61). Sum of RGB (Red+Green+Blue) = 78+97+61=236 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.05% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 97 - color contains mainly: green. Hex color #4E613D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E613D is #B19EC2. Grayscale: #575757. Windows color (decimal): -11640515 or 4022606. OLE color: 4022606.
HSL color Cylindrical-coordinate representation of color #4E613D: hue angle of 91.67º degrees, saturation: 0.23, 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 #4E613D is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 97 | 61 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.62 |
| HSL | 91.67º | 0.23% | 0.31% | - |
| HSV(B) | 91.67º | 0.37% | 0.38% | - |
| XYZ | 8.26 | 10.51 | 6.01 | - |
| YUV | 87.22 | 113.21 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 97 | 61 | 0.20 | 0 | 0.37 | 0.62 | 91.67 | 0.23 | 0.31 |
| Hex | 4E | 61 | 3D | 14 | 0 | 25 | 3E | 5C | 17 | 1F |
| Octal | 116 | 141 | 75 | 24 | 0 | 45 | 76 | 134 | 27 | 37 |
| Binary | 1001110 | 1100001 | 111101 | 10100 | 0 | 100101 | 111110 | 1011100 | 10111 | 11111 |
Color Harmonies of #4E613D
Complementary color
Monochromatic Colors of #4E613D
Black with #4E613D
Text Example
Text Example
White with #4E613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E613D; }
p { color: rgb(78,97,61); }
H1.HeaderClassName
{
color: #4E613D;
}
.AnyTagClassName
{
color: #4E613D;
}
</style>
background-color css
<style>
a { background-color: #4E613D; }
a { background-color: rgb(78,97,61); }
div.DivClassName
{
background-color: #4E613D;
}
.BgClassName
{
background-color: #4E613D;
}
</style>
border-color css
<style>
span { border-color: #4E613D; }
span { border-color: rgb(78,97,61); }
td.TdClassName
{
border-color: #4E613D;
}
.TagClassName
{
border-color: #4E613D;
}
</style>