Shades of Cabbage Pont #4C5A42
Tints of Cabbage Pont #4C5A42
RGB
CMYK
RGB Variations
Color information
#4C5A42 (or 0x4C5A42) is known color: Cabbage Pont. HEX triplet: 4C, 5A and 42. RGB value is (76,90,66). Sum of RGB (Red+Green+Blue) = 76+90+66=232 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.76% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 90 - color contains mainly: green. Hex color #4C5A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5A42 is #B3A5BD. Grayscale: #535353. Windows color (decimal): -11773374 or 4348492. OLE color: 4348492.
HSL color Cylindrical-coordinate representation of color #4C5A42: hue angle of 95º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4C5A42 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 90 | 66 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.65 |
| HSL | 95º | 0.15% | 0.31% | - |
| HSV(B) | 95º | 0.27% | 0.35% | - |
| XYZ | 7.62 | 9.24 | 6.54 | - |
| YUV | 83.08 | 118.36 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 90 | 66 | 0.16 | 0 | 0.27 | 0.65 | 95 | 0.15 | 0.31 |
| Hex | 4C | 5A | 42 | 10 | 0 | 1B | 41 | 5F | F | 1F |
| Octal | 114 | 132 | 102 | 20 | 0 | 33 | 101 | 137 | 17 | 37 |
| Binary | 1001100 | 1011010 | 1000010 | 10000 | 0 | 11011 | 1000001 | 1011111 | 1111 | 11111 |
Color Harmonies of #4C5A42
Complementary color
Monochromatic Colors of #4C5A42
Black with #4C5A42
Text Example
Text Example
White with #4C5A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5A42; }
p { color: rgb(76,90,66); }
H1.HeaderClassName
{
color: #4C5A42;
}
.AnyTagClassName
{
color: #4C5A42;
}
</style>
background-color css
<style>
a { background-color: #4C5A42; }
a { background-color: rgb(76,90,66); }
div.DivClassName
{
background-color: #4C5A42;
}
.BgClassName
{
background-color: #4C5A42;
}
</style>
border-color css
<style>
span { border-color: #4C5A42; }
span { border-color: rgb(76,90,66); }
td.TdClassName
{
border-color: #4C5A42;
}
.TagClassName
{
border-color: #4C5A42;
}
</style>