Shades of Cabbage Pont #4F5747
Tints of Cabbage Pont #4F5747
RGB
CMYK
RGB Variations
Color information
#4F5747 (or 0x4F5747) is known color: Cabbage Pont. HEX triplet: 4F, 57 and 47. RGB value is (79,87,71). Sum of RGB (Red+Green+Blue) = 79+87+71=237 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.33% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 87 - color contains mainly: green. Hex color #4F5747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5747 is #B0A8B8. Grayscale: #525252. Windows color (decimal): -11577529 or 4675407. OLE color: 4675407.
HSL color Cylindrical-coordinate representation of color #4F5747: hue angle of 90º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4F5747 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 79 | 87 | 71 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.66 |
| HSL | 90º | 0.1% | 0.31% | - |
| HSV(B) | 90º | 0.18% | 0.34% | - |
| XYZ | 7.77 | 8.93 | 7.28 | - |
| YUV | 82.78 | 121.35 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 87 | 71 | 0.09 | 0 | 0.18 | 0.66 | 90 | 0.1 | 0.31 |
| Hex | 4F | 57 | 47 | 9 | 0 | 12 | 42 | 5A | A | 1F |
| Octal | 117 | 127 | 107 | 11 | 0 | 22 | 102 | 132 | 12 | 37 |
| Binary | 1001111 | 1010111 | 1000111 | 1001 | 0 | 10010 | 1000010 | 1011010 | 1010 | 11111 |
Color Harmonies of #4F5747
Complementary color
Monochromatic Colors of #4F5747
Black with #4F5747
Text Example
Text Example
White with #4F5747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5747; }
p { color: rgb(79,87,71); }
H1.HeaderClassName
{
color: #4F5747;
}
.AnyTagClassName
{
color: #4F5747;
}
</style>
background-color css
<style>
a { background-color: #4F5747; }
a { background-color: rgb(79,87,71); }
div.DivClassName
{
background-color: #4F5747;
}
.BgClassName
{
background-color: #4F5747;
}
</style>
border-color css
<style>
span { border-color: #4F5747; }
span { border-color: rgb(79,87,71); }
td.TdClassName
{
border-color: #4F5747;
}
.TagClassName
{
border-color: #4F5747;
}
</style>