Shades of Cabbage Pont #4D5247
Tints of Cabbage Pont #4D5247
RGB
CMYK
RGB Variations
Color information
#4D5247 (or 0x4D5247) is known color: Cabbage Pont. HEX triplet: 4D, 52 and 47. RGB value is (77,82,71). Sum of RGB (Red+Green+Blue) = 77+82+71=230 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.48% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 82 - color contains mainly: green. Hex color #4D5247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5247 is #B2ADB8. Grayscale: #4F4F4F. Windows color (decimal): -11709881 or 4674125. OLE color: 4674125.
HSL color Cylindrical-coordinate representation of color #4D5247: hue angle of 87.27º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4D5247 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 82 | 71 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.68 |
| HSL | 87.27º | 0.07% | 0.3% | - |
| HSV(B) | 87.27º | 0.13% | 0.32% | - |
| XYZ | 7.22 | 8.07 | 7.14 | - |
| YUV | 79.25 | 123.34 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 82 | 71 | 0.06 | 0 | 0.13 | 0.68 | 87.27 | 0.07 | 0.3 |
| Hex | 4D | 52 | 47 | 6 | 0 | D | 44 | 57 | 7 | 1E |
| Octal | 115 | 122 | 107 | 6 | 0 | 15 | 104 | 127 | 7 | 36 |
| Binary | 1001101 | 1010010 | 1000111 | 110 | 0 | 1101 | 1000100 | 1010111 | 111 | 11110 |
Color Harmonies of #4D5247
Complementary color
Monochromatic Colors of #4D5247
Black with #4D5247
Text Example
Text Example
White with #4D5247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5247; }
p { color: rgb(77,82,71); }
H1.HeaderClassName
{
color: #4D5247;
}
.AnyTagClassName
{
color: #4D5247;
}
</style>
background-color css
<style>
a { background-color: #4D5247; }
a { background-color: rgb(77,82,71); }
div.DivClassName
{
background-color: #4D5247;
}
.BgClassName
{
background-color: #4D5247;
}
</style>
border-color css
<style>
span { border-color: #4D5247; }
span { border-color: rgb(77,82,71); }
td.TdClassName
{
border-color: #4D5247;
}
.TagClassName
{
border-color: #4D5247;
}
</style>