Shades of Cabbage Pont #4F5C45
Tints of Cabbage Pont #4F5C45
RGB
CMYK
RGB Variations
Color information
#4F5C45 (or 0x4F5C45) is known color: Cabbage Pont. HEX triplet: 4F, 5C and 45. RGB value is (79,92,69). Sum of RGB (Red+Green+Blue) = 79+92+69=240 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.92% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 92 - color contains mainly: green. Hex color #4F5C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5C45 is #B0A3BA. Grayscale: #555555. Windows color (decimal): -11576251 or 4545615. OLE color: 4545615.
HSL color Cylindrical-coordinate representation of color #4F5C45: hue angle of 93.91º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4F5C45 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 92 | 69 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.64 |
| HSL | 93.91º | 0.14% | 0.32% | - |
| HSV(B) | 93.91º | 0.25% | 0.36% | - |
| XYZ | 8.13 | 9.75 | 7.08 | - |
| YUV | 85.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 92 | 69 | 0.14 | 0 | 0.25 | 0.64 | 93.91 | 0.14 | 0.32 |
| Hex | 4F | 5C | 45 | E | 0 | 19 | 40 | 5E | E | 20 |
| Octal | 117 | 134 | 105 | 16 | 0 | 31 | 100 | 136 | 16 | 40 |
| Binary | 1001111 | 1011100 | 1000101 | 1110 | 0 | 11001 | 1000000 | 1011110 | 1110 | 100000 |
Color Harmonies of #4F5C45
Complementary color
Monochromatic Colors of #4F5C45
Black with #4F5C45
Text Example
Text Example
White with #4F5C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5C45; }
p { color: rgb(79,92,69); }
H1.HeaderClassName
{
color: #4F5C45;
}
.AnyTagClassName
{
color: #4F5C45;
}
</style>
background-color css
<style>
a { background-color: #4F5C45; }
a { background-color: rgb(79,92,69); }
div.DivClassName
{
background-color: #4F5C45;
}
.BgClassName
{
background-color: #4F5C45;
}
</style>
border-color css
<style>
span { border-color: #4F5C45; }
span { border-color: rgb(79,92,69); }
td.TdClassName
{
border-color: #4F5C45;
}
.TagClassName
{
border-color: #4F5C45;
}
</style>