Shades of Cabbage Pont #4F5948
Tints of Cabbage Pont #4F5948
RGB
CMYK
RGB Variations
Color information
#4F5948 (or 0x4F5948) is known color: Cabbage Pont. HEX triplet: 4F, 59 and 48. RGB value is (79,89,72). Sum of RGB (Red+Green+Blue) = 79+89+72=240 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.92% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 89 - color contains mainly: green. Hex color #4F5948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5948 is #B0A6B7. Grayscale: #545454. Windows color (decimal): -11577016 or 4741455. OLE color: 4741455.
HSL color Cylindrical-coordinate representation of color #4F5948: hue angle of 95.29º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F5948 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 89 | 72 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.65 |
| HSL | 95.29º | 0.11% | 0.32% | - |
| HSV(B) | 95.29º | 0.19% | 0.35% | - |
| XYZ | 7.97 | 9.27 | 7.5 | - |
| YUV | 84.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 89 | 72 | 0.11 | 0 | 0.19 | 0.65 | 95.29 | 0.11 | 0.32 |
| Hex | 4F | 59 | 48 | B | 0 | 13 | 41 | 5F | B | 20 |
| Octal | 117 | 131 | 110 | 13 | 0 | 23 | 101 | 137 | 13 | 40 |
| Binary | 1001111 | 1011001 | 1001000 | 1011 | 0 | 10011 | 1000001 | 1011111 | 1011 | 100000 |
Color Harmonies of #4F5948
Complementary color
Monochromatic Colors of #4F5948
Black with #4F5948
Text Example
Text Example
White with #4F5948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5948; }
p { color: rgb(79,89,72); }
H1.HeaderClassName
{
color: #4F5948;
}
.AnyTagClassName
{
color: #4F5948;
}
</style>
background-color css
<style>
a { background-color: #4F5948; }
a { background-color: rgb(79,89,72); }
div.DivClassName
{
background-color: #4F5948;
}
.BgClassName
{
background-color: #4F5948;
}
</style>
border-color css
<style>
span { border-color: #4F5948; }
span { border-color: rgb(79,89,72); }
td.TdClassName
{
border-color: #4F5948;
}
.TagClassName
{
border-color: #4F5948;
}
</style>