Shades of Cabbage Pont #4C5B42
Tints of Cabbage Pont #4C5B42
RGB
CMYK
RGB Variations
Color information
#4C5B42 (or 0x4C5B42) is known color: Cabbage Pont. HEX triplet: 4C, 5B and 42. RGB value is (76,91,66). Sum of RGB (Red+Green+Blue) = 76+91+66=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 91 - color contains mainly: green. Hex color #4C5B42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5B42 is #B3A4BD. Grayscale: #535353. Windows color (decimal): -11773118 or 4348748. OLE color: 4348748.
HSL color Cylindrical-coordinate representation of color #4C5B42: hue angle of 96º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4C5B42 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 91 | 66 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.64 |
| HSL | 96º | 0.16% | 0.31% | - |
| HSV(B) | 96º | 0.27% | 0.36% | - |
| XYZ | 7.7 | 9.41 | 6.56 | - |
| YUV | 83.67 | 118.03 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 91 | 66 | 0.16 | 0 | 0.27 | 0.64 | 96 | 0.16 | 0.31 |
| Hex | 4C | 5B | 42 | 10 | 0 | 1B | 40 | 60 | 10 | 1F |
| Octal | 114 | 133 | 102 | 20 | 0 | 33 | 100 | 140 | 20 | 37 |
| Binary | 1001100 | 1011011 | 1000010 | 10000 | 0 | 11011 | 1000000 | 1100000 | 10000 | 11111 |
Color Harmonies of #4C5B42
Complementary color
Monochromatic Colors of #4C5B42
Black with #4C5B42
Text Example
Text Example
White with #4C5B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5B42; }
p { color: rgb(76,91,66); }
H1.HeaderClassName
{
color: #4C5B42;
}
.AnyTagClassName
{
color: #4C5B42;
}
</style>
background-color css
<style>
a { background-color: #4C5B42; }
a { background-color: rgb(76,91,66); }
div.DivClassName
{
background-color: #4C5B42;
}
.BgClassName
{
background-color: #4C5B42;
}
</style>
border-color css
<style>
span { border-color: #4C5B42; }
span { border-color: rgb(76,91,66); }
td.TdClassName
{
border-color: #4C5B42;
}
.TagClassName
{
border-color: #4C5B42;
}
</style>