Shades of Cabbage Pont #4F5E45
Tints of Cabbage Pont #4F5E45
RGB
CMYK
RGB Variations
Color information
#4F5E45 (or 0x4F5E45) is known color: Cabbage Pont. HEX triplet: 4F, 5E and 45. RGB value is (79,94,69). Sum of RGB (Red+Green+Blue) = 79+94+69=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 69 (27.34% from 255 or 28.51% from 242); Max value from RGB is 94 - color contains mainly: green. Hex color #4F5E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5E45 is #B0A1BA. Grayscale: #565656. Windows color (decimal): -11575739 or 4546127. OLE color: 4546127.
HSL color Cylindrical-coordinate representation of color #4F5E45: hue angle of 96º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4F5E45 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 79 | 94 | 69 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.63 |
| HSL | 96º | 0.15% | 0.32% | - |
| HSV(B) | 96º | 0.27% | 0.37% | - |
| XYZ | 8.3 | 10.1 | 7.14 | - |
| YUV | 86.67 | 118.03 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 94 | 69 | 0.16 | 0 | 0.27 | 0.63 | 96 | 0.15 | 0.32 |
| Hex | 4F | 5E | 45 | 10 | 0 | 1B | 3F | 60 | F | 20 |
| Octal | 117 | 136 | 105 | 20 | 0 | 33 | 77 | 140 | 17 | 40 |
| Binary | 1001111 | 1011110 | 1000101 | 10000 | 0 | 11011 | 111111 | 1100000 | 1111 | 100000 |
Color Harmonies of #4F5E45
Complementary color
Monochromatic Colors of #4F5E45
Black with #4F5E45
Text Example
Text Example
White with #4F5E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5E45; }
p { color: rgb(79,94,69); }
H1.HeaderClassName
{
color: #4F5E45;
}
.AnyTagClassName
{
color: #4F5E45;
}
</style>
background-color css
<style>
a { background-color: #4F5E45; }
a { background-color: rgb(79,94,69); }
div.DivClassName
{
background-color: #4F5E45;
}
.BgClassName
{
background-color: #4F5E45;
}
</style>
border-color css
<style>
span { border-color: #4F5E45; }
span { border-color: rgb(79,94,69); }
td.TdClassName
{
border-color: #4F5E45;
}
.TagClassName
{
border-color: #4F5E45;
}
</style>