Shades of Cabbage Pont #4C5743
Tints of Cabbage Pont #4C5743
RGB
CMYK
RGB Variations
Color information
#4C5743 (or 0x4C5743) is known color: Cabbage Pont. HEX triplet: 4C, 57 and 43. RGB value is (76,87,67). Sum of RGB (Red+Green+Blue) = 76+87+67=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 67 (26.56% from 255 or 29.13% from 230); Max value from RGB is 87 - color contains mainly: green. Hex color #4C5743 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5743 is #B3A8BC. Grayscale: #515151. Windows color (decimal): -11774141 or 4413260. OLE color: 4413260.
HSL color Cylindrical-coordinate representation of color #4C5743: hue angle of 93º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C5743 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 76 | 87 | 67 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.66 |
| HSL | 93º | 0.13% | 0.3% | - |
| HSV(B) | 93º | 0.23% | 0.34% | - |
| XYZ | 7.4 | 8.76 | 6.61 | - |
| YUV | 81.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 87 | 67 | 0.13 | 0 | 0.23 | 0.66 | 93 | 0.13 | 0.3 |
| Hex | 4C | 57 | 43 | D | 0 | 17 | 42 | 5D | D | 1E |
| Octal | 114 | 127 | 103 | 15 | 0 | 27 | 102 | 135 | 15 | 36 |
| Binary | 1001100 | 1010111 | 1000011 | 1101 | 0 | 10111 | 1000010 | 1011101 | 1101 | 11110 |
Color Harmonies of #4C5743
Complementary color
Monochromatic Colors of #4C5743
Black with #4C5743
Text Example
Text Example
White with #4C5743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5743; }
p { color: rgb(76,87,67); }
H1.HeaderClassName
{
color: #4C5743;
}
.AnyTagClassName
{
color: #4C5743;
}
</style>
background-color css
<style>
a { background-color: #4C5743; }
a { background-color: rgb(76,87,67); }
div.DivClassName
{
background-color: #4C5743;
}
.BgClassName
{
background-color: #4C5743;
}
</style>
border-color css
<style>
span { border-color: #4C5743; }
span { border-color: rgb(76,87,67); }
td.TdClassName
{
border-color: #4C5743;
}
.TagClassName
{
border-color: #4C5743;
}
</style>