Shades of Cabbage Pont #4C5940
Tints of Cabbage Pont #4C5940
RGB
CMYK
RGB Variations
Color information
#4C5940 (or 0x4C5940) is known color: Cabbage Pont. HEX triplet: 4C, 59 and 40. RGB value is (76,89,64). Sum of RGB (Red+Green+Blue) = 76+89+64=229 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.19% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #4C5940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5940 is #B3A6BF. Grayscale: #525252. Windows color (decimal): -11773632 or 4217164. OLE color: 4217164.
HSL color Cylindrical-coordinate representation of color #4C5940: hue angle of 91.2º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4C5940 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 89 | 64 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.65 |
| HSL | 91.2º | 0.16% | 0.3% | - |
| HSV(B) | 91.2º | 0.28% | 0.35% | - |
| XYZ | 7.48 | 9.05 | 6.2 | - |
| YUV | 82.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 89 | 64 | 0.15 | 0 | 0.28 | 0.65 | 91.2 | 0.16 | 0.3 |
| Hex | 4C | 59 | 40 | F | 0 | 1C | 41 | 5B | 10 | 1E |
| Octal | 114 | 131 | 100 | 17 | 0 | 34 | 101 | 133 | 20 | 36 |
| Binary | 1001100 | 1011001 | 1000000 | 1111 | 0 | 11100 | 1000001 | 1011011 | 10000 | 11110 |
Color Harmonies of #4C5940
Complementary color
Monochromatic Colors of #4C5940
Black with #4C5940
Text Example
Text Example
White with #4C5940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5940; }
p { color: rgb(76,89,64); }
H1.HeaderClassName
{
color: #4C5940;
}
.AnyTagClassName
{
color: #4C5940;
}
</style>
background-color css
<style>
a { background-color: #4C5940; }
a { background-color: rgb(76,89,64); }
div.DivClassName
{
background-color: #4C5940;
}
.BgClassName
{
background-color: #4C5940;
}
</style>
border-color css
<style>
span { border-color: #4C5940; }
span { border-color: rgb(76,89,64); }
td.TdClassName
{
border-color: #4C5940;
}
.TagClassName
{
border-color: #4C5940;
}
</style>