Shades of Cabbage Pont #4C5A44
Tints of Cabbage Pont #4C5A44
RGB
CMYK
RGB Variations
Color information
#4C5A44 (or 0x4C5A44) is known color: Cabbage Pont. HEX triplet: 4C, 5A and 44. RGB value is (76,90,68). Sum of RGB (Red+Green+Blue) = 76+90+68=234 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.48% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 90 - color contains mainly: green. Hex color #4C5A44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5A44 is #B3A5BB. Grayscale: #535353. Windows color (decimal): -11773372 or 4479564. OLE color: 4479564.
HSL color Cylindrical-coordinate representation of color #4C5A44: hue angle of 98.18º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4C5A44 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 90 | 68 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.65 |
| HSL | 98.18º | 0.14% | 0.31% | - |
| HSV(B) | 98.18º | 0.24% | 0.35% | - |
| XYZ | 7.68 | 9.27 | 6.85 | - |
| YUV | 83.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 90 | 68 | 0.16 | 0 | 0.24 | 0.65 | 98.18 | 0.14 | 0.31 |
| Hex | 4C | 5A | 44 | 10 | 0 | 18 | 41 | 62 | E | 1F |
| Octal | 114 | 132 | 104 | 20 | 0 | 30 | 101 | 142 | 16 | 37 |
| Binary | 1001100 | 1011010 | 1000100 | 10000 | 0 | 11000 | 1000001 | 1100010 | 1110 | 11111 |
Color Harmonies of #4C5A44
Complementary color
Monochromatic Colors of #4C5A44
Black with #4C5A44
Text Example
Text Example
White with #4C5A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5A44; }
p { color: rgb(76,90,68); }
H1.HeaderClassName
{
color: #4C5A44;
}
.AnyTagClassName
{
color: #4C5A44;
}
</style>
background-color css
<style>
a { background-color: #4C5A44; }
a { background-color: rgb(76,90,68); }
div.DivClassName
{
background-color: #4C5A44;
}
.BgClassName
{
background-color: #4C5A44;
}
</style>
border-color css
<style>
span { border-color: #4C5A44; }
span { border-color: rgb(76,90,68); }
td.TdClassName
{
border-color: #4C5A44;
}
.TagClassName
{
border-color: #4C5A44;
}
</style>