Shades of Cabbage Pont #4C5F40
Tints of Cabbage Pont #4C5F40
RGB
CMYK
RGB Variations
Color information
#4C5F40 (or 0x4C5F40) is known color: Cabbage Pont. HEX triplet: 4C, 5F and 40. RGB value is (76,95,64). Sum of RGB (Red+Green+Blue) = 76+95+64=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 95 (37.5% from 255 or 40.43% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 95 - color contains mainly: green. Hex color #4C5F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5F40 is #B3A0BF. Grayscale: #555555. Windows color (decimal): -11772096 or 4218700. OLE color: 4218700.
HSL color Cylindrical-coordinate representation of color #4C5F40: hue angle of 96.77º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C5F40 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 76 | 95 | 64 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.63 |
| HSL | 96.77º | 0.19% | 0.31% | - |
| HSV(B) | 96.77º | 0.33% | 0.37% | - |
| XYZ | 8 | 10.09 | 6.38 | - |
| YUV | 85.79 | 115.71 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 95 | 64 | 0.20 | 0 | 0.33 | 0.63 | 96.77 | 0.19 | 0.31 |
| Hex | 4C | 5F | 40 | 14 | 0 | 21 | 3F | 61 | 13 | 1F |
| Octal | 114 | 137 | 100 | 24 | 0 | 41 | 77 | 141 | 23 | 37 |
| Binary | 1001100 | 1011111 | 1000000 | 10100 | 0 | 100001 | 111111 | 1100001 | 10011 | 11111 |
Color Harmonies of #4C5F40
Complementary color
Monochromatic Colors of #4C5F40
Black with #4C5F40
Text Example
Text Example
White with #4C5F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5F40; }
p { color: rgb(76,95,64); }
H1.HeaderClassName
{
color: #4C5F40;
}
.AnyTagClassName
{
color: #4C5F40;
}
</style>
background-color css
<style>
a { background-color: #4C5F40; }
a { background-color: rgb(76,95,64); }
div.DivClassName
{
background-color: #4C5F40;
}
.BgClassName
{
background-color: #4C5F40;
}
</style>
border-color css
<style>
span { border-color: #4C5F40; }
span { border-color: rgb(76,95,64); }
td.TdClassName
{
border-color: #4C5F40;
}
.TagClassName
{
border-color: #4C5F40;
}
</style>