Shades of Cabbage Pont #4D5844
Tints of Cabbage Pont #4D5844
RGB
CMYK
RGB Variations
Color information
#4D5844 (or 0x4D5844) is known color: Cabbage Pont. HEX triplet: 4D, 58 and 44. RGB value is (77,88,68). Sum of RGB (Red+Green+Blue) = 77+88+68=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 88 - color contains mainly: green. Hex color #4D5844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5844 is #B2A7BB. Grayscale: #525252. Windows color (decimal): -11708348 or 4479053. OLE color: 4479053.
HSL color Cylindrical-coordinate representation of color #4D5844: hue angle of 93º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D5844 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 88 | 68 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.65 |
| HSL | 93º | 0.13% | 0.31% | - |
| HSV(B) | 93º | 0.23% | 0.35% | - |
| XYZ | 7.59 | 8.97 | 6.8 | - |
| YUV | 82.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 68 | 0.12 | 0 | 0.23 | 0.65 | 93 | 0.13 | 0.31 |
| Hex | 4D | 58 | 44 | C | 0 | 17 | 41 | 5D | D | 1F |
| Octal | 115 | 130 | 104 | 14 | 0 | 27 | 101 | 135 | 15 | 37 |
| Binary | 1001101 | 1011000 | 1000100 | 1100 | 0 | 10111 | 1000001 | 1011101 | 1101 | 11111 |
Color Harmonies of #4D5844
Complementary color
Monochromatic Colors of #4D5844
Black with #4D5844
Text Example
Text Example
White with #4D5844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5844; }
p { color: rgb(77,88,68); }
H1.HeaderClassName
{
color: #4D5844;
}
.AnyTagClassName
{
color: #4D5844;
}
</style>
background-color css
<style>
a { background-color: #4D5844; }
a { background-color: rgb(77,88,68); }
div.DivClassName
{
background-color: #4D5844;
}
.BgClassName
{
background-color: #4D5844;
}
</style>
border-color css
<style>
span { border-color: #4D5844; }
span { border-color: rgb(77,88,68); }
td.TdClassName
{
border-color: #4D5844;
}
.TagClassName
{
border-color: #4D5844;
}
</style>