Shades of Cabbage Pont #4F5B46
Tints of Cabbage Pont #4F5B46
RGB
CMYK
RGB Variations
Color information
#4F5B46 (or 0x4F5B46) is known color: Cabbage Pont. HEX triplet: 4F, 5B and 46. RGB value is (79,91,70). Sum of RGB (Red+Green+Blue) = 79+91+70=240 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.92% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 91 - color contains mainly: green. Hex color #4F5B46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5B46 is #B0A4B9. Grayscale: #555555. Windows color (decimal): -11576506 or 4610895. OLE color: 4610895.
HSL color Cylindrical-coordinate representation of color #4F5B46: hue angle of 94.29º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F5B46 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 91 | 70 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.64 |
| HSL | 94.29º | 0.13% | 0.32% | - |
| HSV(B) | 94.29º | 0.23% | 0.36% | - |
| XYZ | 8.07 | 9.59 | 7.22 | - |
| YUV | 85.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 91 | 70 | 0.13 | 0 | 0.23 | 0.64 | 94.29 | 0.13 | 0.32 |
| Hex | 4F | 5B | 46 | D | 0 | 17 | 40 | 5E | D | 20 |
| Octal | 117 | 133 | 106 | 15 | 0 | 27 | 100 | 136 | 15 | 40 |
| Binary | 1001111 | 1011011 | 1000110 | 1101 | 0 | 10111 | 1000000 | 1011110 | 1101 | 100000 |
Color Harmonies of #4F5B46
Complementary color
Monochromatic Colors of #4F5B46
Black with #4F5B46
Text Example
Text Example
White with #4F5B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5B46; }
p { color: rgb(79,91,70); }
H1.HeaderClassName
{
color: #4F5B46;
}
.AnyTagClassName
{
color: #4F5B46;
}
</style>
background-color css
<style>
a { background-color: #4F5B46; }
a { background-color: rgb(79,91,70); }
div.DivClassName
{
background-color: #4F5B46;
}
.BgClassName
{
background-color: #4F5B46;
}
</style>
border-color css
<style>
span { border-color: #4F5B46; }
span { border-color: rgb(79,91,70); }
td.TdClassName
{
border-color: #4F5B46;
}
.TagClassName
{
border-color: #4F5B46;
}
</style>