Shades of Cabbage Pont #4F5945
Tints of Cabbage Pont #4F5945
RGB
CMYK
RGB Variations
Color information
#4F5945 (or 0x4F5945) is known color: Cabbage Pont. HEX triplet: 4F, 59 and 45. RGB value is (79,89,69). Sum of RGB (Red+Green+Blue) = 79+89+69=237 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.33% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 89 - color contains mainly: green. Hex color #4F5945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5945 is #B0A6BA. Grayscale: #535353. Windows color (decimal): -11577019 or 4544847. OLE color: 4544847.
HSL color Cylindrical-coordinate representation of color #4F5945: hue angle of 90º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4F5945 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 89 | 69 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.65 |
| HSL | 90º | 0.13% | 0.31% | - |
| HSV(B) | 90º | 0.22% | 0.35% | - |
| XYZ | 7.87 | 9.24 | 7 | - |
| YUV | 83.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 89 | 69 | 0.11 | 0 | 0.22 | 0.65 | 90 | 0.13 | 0.31 |
| Hex | 4F | 59 | 45 | B | 0 | 16 | 41 | 5A | D | 1F |
| Octal | 117 | 131 | 105 | 13 | 0 | 26 | 101 | 132 | 15 | 37 |
| Binary | 1001111 | 1011001 | 1000101 | 1011 | 0 | 10110 | 1000001 | 1011010 | 1101 | 11111 |
Color Harmonies of #4F5945
Complementary color
Monochromatic Colors of #4F5945
Black with #4F5945
Text Example
Text Example
White with #4F5945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5945; }
p { color: rgb(79,89,69); }
H1.HeaderClassName
{
color: #4F5945;
}
.AnyTagClassName
{
color: #4F5945;
}
</style>
background-color css
<style>
a { background-color: #4F5945; }
a { background-color: rgb(79,89,69); }
div.DivClassName
{
background-color: #4F5945;
}
.BgClassName
{
background-color: #4F5945;
}
</style>
border-color css
<style>
span { border-color: #4F5945; }
span { border-color: rgb(79,89,69); }
td.TdClassName
{
border-color: #4F5945;
}
.TagClassName
{
border-color: #4F5945;
}
</style>