Shades of Cabbage Pont #4F5A43
Tints of Cabbage Pont #4F5A43
RGB
CMYK
RGB Variations
Color information
#4F5A43 (or 0x4F5A43) is known color: Cabbage Pont. HEX triplet: 4F, 5A and 43. RGB value is (79,90,67). Sum of RGB (Red+Green+Blue) = 79+90+67=236 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.47% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 67 (26.56% from 255 or 28.39% from 236); Max value from RGB is 90 - color contains mainly: green. Hex color #4F5A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5A43 is #B0A5BC. Grayscale: #545454. Windows color (decimal): -11576765 or 4414031. OLE color: 4414031.
HSL color Cylindrical-coordinate representation of color #4F5A43: hue angle of 88.7º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4F5A43 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 90 | 67 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.65 |
| HSL | 88.7º | 0.15% | 0.31% | - |
| HSV(B) | 88.7º | 0.26% | 0.35% | - |
| XYZ | 7.89 | 9.38 | 6.7 | - |
| YUV | 84.09 | 118.36 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 90 | 67 | 0.12 | 0 | 0.26 | 0.65 | 88.7 | 0.15 | 0.31 |
| Hex | 4F | 5A | 43 | C | 0 | 1A | 41 | 59 | F | 1F |
| Octal | 117 | 132 | 103 | 14 | 0 | 32 | 101 | 131 | 17 | 37 |
| Binary | 1001111 | 1011010 | 1000011 | 1100 | 0 | 11010 | 1000001 | 1011001 | 1111 | 11111 |
Color Harmonies of #4F5A43
Complementary color
Monochromatic Colors of #4F5A43
Black with #4F5A43
Text Example
Text Example
White with #4F5A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5A43; }
p { color: rgb(79,90,67); }
H1.HeaderClassName
{
color: #4F5A43;
}
.AnyTagClassName
{
color: #4F5A43;
}
</style>
background-color css
<style>
a { background-color: #4F5A43; }
a { background-color: rgb(79,90,67); }
div.DivClassName
{
background-color: #4F5A43;
}
.BgClassName
{
background-color: #4F5A43;
}
</style>
border-color css
<style>
span { border-color: #4F5A43; }
span { border-color: rgb(79,90,67); }
td.TdClassName
{
border-color: #4F5A43;
}
.TagClassName
{
border-color: #4F5A43;
}
</style>