Shades of Cabbage Pont #4D5946
Tints of Cabbage Pont #4D5946
RGB
CMYK
RGB Variations
Color information
#4D5946 (or 0x4D5946) is known color: Cabbage Pont. HEX triplet: 4D, 59 and 46. RGB value is (77,89,70). Sum of RGB (Red+Green+Blue) = 77+89+70=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 89 - color contains mainly: green. Hex color #4D5946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5946 is #B2A6B9. Grayscale: #535353. Windows color (decimal): -11708090 or 4610381. OLE color: 4610381.
HSL color Cylindrical-coordinate representation of color #4D5946: hue angle of 97.89º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4D5946 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 89 | 70 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.65 |
| HSL | 97.89º | 0.12% | 0.31% | - |
| HSV(B) | 97.89º | 0.21% | 0.35% | - |
| XYZ | 7.74 | 9.16 | 7.16 | - |
| YUV | 83.25 | 120.52 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 89 | 70 | 0.13 | 0 | 0.21 | 0.65 | 97.89 | 0.12 | 0.31 |
| Hex | 4D | 59 | 46 | D | 0 | 15 | 41 | 62 | C | 1F |
| Octal | 115 | 131 | 106 | 15 | 0 | 25 | 101 | 142 | 14 | 37 |
| Binary | 1001101 | 1011001 | 1000110 | 1101 | 0 | 10101 | 1000001 | 1100010 | 1100 | 11111 |
Color Harmonies of #4D5946
Complementary color
Monochromatic Colors of #4D5946
Black with #4D5946
Text Example
Text Example
White with #4D5946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5946; }
p { color: rgb(77,89,70); }
H1.HeaderClassName
{
color: #4D5946;
}
.AnyTagClassName
{
color: #4D5946;
}
</style>
background-color css
<style>
a { background-color: #4D5946; }
a { background-color: rgb(77,89,70); }
div.DivClassName
{
background-color: #4D5946;
}
.BgClassName
{
background-color: #4D5946;
}
</style>
border-color css
<style>
span { border-color: #4D5946; }
span { border-color: rgb(77,89,70); }
td.TdClassName
{
border-color: #4D5946;
}
.TagClassName
{
border-color: #4D5946;
}
</style>