Shades of Cabbage Pont #4C5841
Tints of Cabbage Pont #4C5841
RGB
CMYK
RGB Variations
Color information
#4C5841 (or 0x4C5841) is known color: Cabbage Pont. HEX triplet: 4C, 58 and 41. RGB value is (76,88,65). Sum of RGB (Red+Green+Blue) = 76+88+65=229 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.19% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 88 - color contains mainly: green. Hex color #4C5841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5841 is #B3A7BE. Grayscale: #515151. Windows color (decimal): -11773887 or 4282444. OLE color: 4282444.
HSL color Cylindrical-coordinate representation of color #4C5841: hue angle of 91.3º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4C5841 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 88 | 65 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.65 |
| HSL | 91.3º | 0.15% | 0.3% | - |
| HSV(B) | 91.3º | 0.26% | 0.35% | - |
| XYZ | 7.42 | 8.9 | 6.33 | - |
| YUV | 81.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 88 | 65 | 0.14 | 0 | 0.26 | 0.65 | 91.3 | 0.15 | 0.3 |
| Hex | 4C | 58 | 41 | E | 0 | 1A | 41 | 5B | F | 1E |
| Octal | 114 | 130 | 101 | 16 | 0 | 32 | 101 | 133 | 17 | 36 |
| Binary | 1001100 | 1011000 | 1000001 | 1110 | 0 | 11010 | 1000001 | 1011011 | 1111 | 11110 |
Color Harmonies of #4C5841
Complementary color
Monochromatic Colors of #4C5841
Black with #4C5841
Text Example
Text Example
White with #4C5841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5841; }
p { color: rgb(76,88,65); }
H1.HeaderClassName
{
color: #4C5841;
}
.AnyTagClassName
{
color: #4C5841;
}
</style>
background-color css
<style>
a { background-color: #4C5841; }
a { background-color: rgb(76,88,65); }
div.DivClassName
{
background-color: #4C5841;
}
.BgClassName
{
background-color: #4C5841;
}
</style>
border-color css
<style>
span { border-color: #4C5841; }
span { border-color: rgb(76,88,65); }
td.TdClassName
{
border-color: #4C5841;
}
.TagClassName
{
border-color: #4C5841;
}
</style>