Shades of Cabbage Pont #4F5A48
Tints of Cabbage Pont #4F5A48
RGB
CMYK
RGB Variations
Color information
#4F5A48 (or 0x4F5A48) is known color: Cabbage Pont. HEX triplet: 4F, 5A and 48. RGB value is (79,90,72). Sum of RGB (Red+Green+Blue) = 79+90+72=241 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.78% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 90 - color contains mainly: green. Hex color #4F5A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5A48 is #B0A5B7. Grayscale: #545454. Windows color (decimal): -11576760 or 4741711. OLE color: 4741711.
HSL color Cylindrical-coordinate representation of color #4F5A48: hue angle of 96.67º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4F5A48 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 90 | 72 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.65 |
| HSL | 96.67º | 0.11% | 0.32% | - |
| HSV(B) | 96.67º | 0.2% | 0.35% | - |
| XYZ | 8.05 | 9.44 | 7.53 | - |
| YUV | 84.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 90 | 72 | 0.12 | 0 | 0.20 | 0.65 | 96.67 | 0.11 | 0.32 |
| Hex | 4F | 5A | 48 | C | 0 | 14 | 41 | 61 | B | 20 |
| Octal | 117 | 132 | 110 | 14 | 0 | 24 | 101 | 141 | 13 | 40 |
| Binary | 1001111 | 1011010 | 1001000 | 1100 | 0 | 10100 | 1000001 | 1100001 | 1011 | 100000 |
Color Harmonies of #4F5A48
Complementary color
Monochromatic Colors of #4F5A48
Black with #4F5A48
Text Example
Text Example
White with #4F5A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5A48; }
p { color: rgb(79,90,72); }
H1.HeaderClassName
{
color: #4F5A48;
}
.AnyTagClassName
{
color: #4F5A48;
}
</style>
background-color css
<style>
a { background-color: #4F5A48; }
a { background-color: rgb(79,90,72); }
div.DivClassName
{
background-color: #4F5A48;
}
.BgClassName
{
background-color: #4F5A48;
}
</style>
border-color css
<style>
span { border-color: #4F5A48; }
span { border-color: rgb(79,90,72); }
td.TdClassName
{
border-color: #4F5A48;
}
.TagClassName
{
border-color: #4F5A48;
}
</style>