Shades of Cabbage Pont #4C5E3F
Tints of Cabbage Pont #4C5E3F
RGB
CMYK
RGB Variations
Color information
#4C5E3F (or 0x4C5E3F) is known color: Cabbage Pont. HEX triplet: 4C, 5E and 3F. RGB value is (76,94,63). Sum of RGB (Red+Green+Blue) = 76+94+63=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 94 - color contains mainly: green. Hex color #4C5E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5E3F is #B3A1C0. Grayscale: #555555. Windows color (decimal): -11772353 or 4152908. OLE color: 4152908.
HSL color Cylindrical-coordinate representation of color #4C5E3F: hue angle of 94.84º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C5E3F is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.
Color convert
RGB | 76 | 94 | 63 | - |
CMYK | 0.19 | 0 | 0.33 | 0.63 |
HSL | 94.84º | 0.2% | 0.31% | - |
HSV(B) | 94.84º | 0.33% | 0.37% | - |
XYZ | 7.88 | 9.9 | 6.2 | - |
YUV | 85.08 | 115.54 | 121.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 76 | 94 | 63 | 0.19 | 0 | 0.33 | 0.63 | 94.84 | 0.2 | 0.31 |
Hex | 4C | 5E | 3F | 13 | 0 | 21 | 3F | 5F | 14 | 1F |
Octal | 114 | 136 | 77 | 23 | 0 | 41 | 77 | 137 | 24 | 37 |
Binary | 1001100 | 1011110 | 111111 | 10011 | 0 | 100001 | 111111 | 1011111 | 10100 | 11111 |
Color Harmonies of #4C5E3F
Complementary color
Monochromatic Colors of #4C5E3F
Black with #4C5E3F
Text Example
Text Example
White with #4C5E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5E3F; }
p { color: rgb(76,94,63); }
H1.HeaderClassName
{
color: #4C5E3F;
}
.AnyTagClassName
{
color: #4C5E3F;
}
</style>
background-color css
<style>
a { background-color: #4C5E3F; }
a { background-color: rgb(76,94,63); }
div.DivClassName
{
background-color: #4C5E3F;
}
.BgClassName
{
background-color: #4C5E3F;
}
</style>
border-color css
<style>
span { border-color: #4C5E3F; }
span { border-color: rgb(76,94,63); }
td.TdClassName
{
border-color: #4C5E3F;
}
.TagClassName
{
border-color: #4C5E3F;
}
</style>