Shades of Cabbage Pont #4C5A3F
Tints of Cabbage Pont #4C5A3F
RGB
CMYK
RGB Variations
Color information
#4C5A3F (or 0x4C5A3F) is known color: Cabbage Pont. HEX triplet: 4C, 5A and 3F. RGB value is (76,90,63). Sum of RGB (Red+Green+Blue) = 76+90+63=229 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.19% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 90 - color contains mainly: green. Hex color #4C5A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5A3F is #B3A5C0. Grayscale: #525252. Windows color (decimal): -11773377 or 4151884. OLE color: 4151884.
HSL color Cylindrical-coordinate representation of color #4C5A3F: hue angle of 91.11º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4C5A3F is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 90 | 63 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.65 |
| HSL | 91.11º | 0.18% | 0.3% | - |
| HSV(B) | 91.11º | 0.3% | 0.35% | - |
| XYZ | 7.53 | 9.21 | 6.08 | - |
| YUV | 82.74 | 116.86 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 90 | 63 | 0.16 | 0 | 0.30 | 0.65 | 91.11 | 0.18 | 0.3 |
| Hex | 4C | 5A | 3F | 10 | 0 | 1E | 41 | 5B | 12 | 1E |
| Octal | 114 | 132 | 77 | 20 | 0 | 36 | 101 | 133 | 22 | 36 |
| Binary | 1001100 | 1011010 | 111111 | 10000 | 0 | 11110 | 1000001 | 1011011 | 10010 | 11110 |
Color Harmonies of #4C5A3F
Complementary color
Monochromatic Colors of #4C5A3F
Black with #4C5A3F
Text Example
Text Example
White with #4C5A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5A3F; }
p { color: rgb(76,90,63); }
H1.HeaderClassName
{
color: #4C5A3F;
}
.AnyTagClassName
{
color: #4C5A3F;
}
</style>
background-color css
<style>
a { background-color: #4C5A3F; }
a { background-color: rgb(76,90,63); }
div.DivClassName
{
background-color: #4C5A3F;
}
.BgClassName
{
background-color: #4C5A3F;
}
</style>
border-color css
<style>
span { border-color: #4C5A3F; }
span { border-color: rgb(76,90,63); }
td.TdClassName
{
border-color: #4C5A3F;
}
.TagClassName
{
border-color: #4C5A3F;
}
</style>