Shades of Cabbage Pont #4C5840
Tints of Cabbage Pont #4C5840
RGB
CMYK
RGB Variations
Color information
#4C5840 (or 0x4C5840) is known color: Cabbage Pont. HEX triplet: 4C, 58 and 40. RGB value is (76,88,64). Sum of RGB (Red+Green+Blue) = 76+88+64=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 88 - color contains mainly: green. Hex color #4C5840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5840 is #B3A7BF. Grayscale: #515151. Windows color (decimal): -11773888 or 4216908. OLE color: 4216908.
HSL color Cylindrical-coordinate representation of color #4C5840: hue angle of 90º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4C5840 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 88 | 64 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.65 |
| HSL | 90º | 0.16% | 0.3% | - |
| HSV(B) | 90º | 0.27% | 0.35% | - |
| XYZ | 7.4 | 8.89 | 6.18 | - |
| YUV | 81.68 | 118.02 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 88 | 64 | 0.14 | 0 | 0.27 | 0.65 | 90 | 0.16 | 0.3 |
| Hex | 4C | 58 | 40 | E | 0 | 1B | 41 | 5A | 10 | 1E |
| Octal | 114 | 130 | 100 | 16 | 0 | 33 | 101 | 132 | 20 | 36 |
| Binary | 1001100 | 1011000 | 1000000 | 1110 | 0 | 11011 | 1000001 | 1011010 | 10000 | 11110 |
Color Harmonies of #4C5840
Complementary color
Monochromatic Colors of #4C5840
Black with #4C5840
Text Example
Text Example
White with #4C5840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5840; }
p { color: rgb(76,88,64); }
H1.HeaderClassName
{
color: #4C5840;
}
.AnyTagClassName
{
color: #4C5840;
}
</style>
background-color css
<style>
a { background-color: #4C5840; }
a { background-color: rgb(76,88,64); }
div.DivClassName
{
background-color: #4C5840;
}
.BgClassName
{
background-color: #4C5840;
}
</style>
border-color css
<style>
span { border-color: #4C5840; }
span { border-color: rgb(76,88,64); }
td.TdClassName
{
border-color: #4C5840;
}
.TagClassName
{
border-color: #4C5840;
}
</style>