Shades of Cabbage Pont #4D5741
Tints of Cabbage Pont #4D5741
RGB
CMYK
RGB Variations
Color information
#4D5741 (or 0x4D5741) is known color: Cabbage Pont. HEX triplet: 4D, 57 and 41. RGB value is (77,87,65). Sum of RGB (Red+Green+Blue) = 77+87+65=229 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.62% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 87 - color contains mainly: green. Hex color #4D5741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5741 is #B2A8BE. Grayscale: #515151. Windows color (decimal): -11708607 or 4282189. OLE color: 4282189.
HSL color Cylindrical-coordinate representation of color #4D5741: hue angle of 87.27º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4D5741 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 87 | 65 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.66 |
| HSL | 87.27º | 0.14% | 0.3% | - |
| HSV(B) | 87.27º | 0.25% | 0.34% | - |
| XYZ | 7.42 | 8.78 | 6.3 | - |
| YUV | 81.5 | 118.69 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 87 | 65 | 0.11 | 0 | 0.25 | 0.66 | 87.27 | 0.14 | 0.3 |
| Hex | 4D | 57 | 41 | B | 0 | 19 | 42 | 57 | E | 1E |
| Octal | 115 | 127 | 101 | 13 | 0 | 31 | 102 | 127 | 16 | 36 |
| Binary | 1001101 | 1010111 | 1000001 | 1011 | 0 | 11001 | 1000010 | 1010111 | 1110 | 11110 |
Color Harmonies of #4D5741
Complementary color
Monochromatic Colors of #4D5741
Black with #4D5741
Text Example
Text Example
White with #4D5741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5741; }
p { color: rgb(77,87,65); }
H1.HeaderClassName
{
color: #4D5741;
}
.AnyTagClassName
{
color: #4D5741;
}
</style>
background-color css
<style>
a { background-color: #4D5741; }
a { background-color: rgb(77,87,65); }
div.DivClassName
{
background-color: #4D5741;
}
.BgClassName
{
background-color: #4D5741;
}
</style>
border-color css
<style>
span { border-color: #4D5741; }
span { border-color: rgb(77,87,65); }
td.TdClassName
{
border-color: #4D5741;
}
.TagClassName
{
border-color: #4D5741;
}
</style>