Shades of Cabbage Pont #4D5944
Tints of Cabbage Pont #4D5944
RGB
CMYK
RGB Variations
Color information
#4D5944 (or 0x4D5944) is known color: Cabbage Pont. HEX triplet: 4D, 59 and 44. RGB value is (77,89,68). Sum of RGB (Red+Green+Blue) = 77+89+68=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 89 - color contains mainly: green. Hex color #4D5944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5944 is #B2A6BB. Grayscale: #535353. Windows color (decimal): -11708092 or 4479309. OLE color: 4479309.
HSL color Cylindrical-coordinate representation of color #4D5944: hue angle of 94.29º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4D5944 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 89 | 68 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.65 |
| HSL | 94.29º | 0.13% | 0.31% | - |
| HSV(B) | 94.29º | 0.24% | 0.35% | - |
| XYZ | 7.68 | 9.14 | 6.83 | - |
| YUV | 83.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 89 | 68 | 0.13 | 0 | 0.24 | 0.65 | 94.29 | 0.13 | 0.31 |
| Hex | 4D | 59 | 44 | D | 0 | 18 | 41 | 5E | D | 1F |
| Octal | 115 | 131 | 104 | 15 | 0 | 30 | 101 | 136 | 15 | 37 |
| Binary | 1001101 | 1011001 | 1000100 | 1101 | 0 | 11000 | 1000001 | 1011110 | 1101 | 11111 |
Color Harmonies of #4D5944
Complementary color
Monochromatic Colors of #4D5944
Black with #4D5944
Text Example
Text Example
White with #4D5944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5944; }
p { color: rgb(77,89,68); }
H1.HeaderClassName
{
color: #4D5944;
}
.AnyTagClassName
{
color: #4D5944;
}
</style>
background-color css
<style>
a { background-color: #4D5944; }
a { background-color: rgb(77,89,68); }
div.DivClassName
{
background-color: #4D5944;
}
.BgClassName
{
background-color: #4D5944;
}
</style>
border-color css
<style>
span { border-color: #4D5944; }
span { border-color: rgb(77,89,68); }
td.TdClassName
{
border-color: #4D5944;
}
.TagClassName
{
border-color: #4D5944;
}
</style>