Shades of Cabbage Pont #4C5C3C
Tints of Cabbage Pont #4C5C3C
RGB
CMYK
RGB Variations
Color information
#4C5C3C (or 0x4C5C3C) is known color: Cabbage Pont. HEX triplet: 4C, 5C and 3C. RGB value is (76,92,60). Sum of RGB (Red+Green+Blue) = 76+92+60=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 92 - color contains mainly: green. Hex color #4C5C3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5C3C is #B3A3C3. Grayscale: #535353. Windows color (decimal): -11772868 or 3955788. OLE color: 3955788.
HSL color Cylindrical-coordinate representation of color #4C5C3C: hue angle of 90º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4C5C3C is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 92 | 60 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.64 |
| HSL | 90º | 0.21% | 0.3% | - |
| HSV(B) | 90º | 0.35% | 0.36% | - |
| XYZ | 7.62 | 9.52 | 5.71 | - |
| YUV | 83.57 | 114.7 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 92 | 60 | 0.17 | 0 | 0.35 | 0.64 | 90 | 0.21 | 0.3 |
| Hex | 4C | 5C | 3C | 11 | 0 | 23 | 40 | 5A | 15 | 1E |
| Octal | 114 | 134 | 74 | 21 | 0 | 43 | 100 | 132 | 25 | 36 |
| Binary | 1001100 | 1011100 | 111100 | 10001 | 0 | 100011 | 1000000 | 1011010 | 10101 | 11110 |
Color Harmonies of #4C5C3C
Complementary color
Monochromatic Colors of #4C5C3C
Black with #4C5C3C
Text Example
Text Example
White with #4C5C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5C3C; }
p { color: rgb(76,92,60); }
H1.HeaderClassName
{
color: #4C5C3C;
}
.AnyTagClassName
{
color: #4C5C3C;
}
</style>
background-color css
<style>
a { background-color: #4C5C3C; }
a { background-color: rgb(76,92,60); }
div.DivClassName
{
background-color: #4C5C3C;
}
.BgClassName
{
background-color: #4C5C3C;
}
</style>
border-color css
<style>
span { border-color: #4C5C3C; }
span { border-color: rgb(76,92,60); }
td.TdClassName
{
border-color: #4C5C3C;
}
.TagClassName
{
border-color: #4C5C3C;
}
</style>