Shades of Clover #4C602E
Tints of Clover #4C602E
RGB
CMYK
RGB Variations
Color information
#4C602E (or 0x4C602E) is known color: Clover. HEX triplet: 4C, 60 and 2E. RGB value is (76,96,46). Sum of RGB (Red+Green+Blue) = 76+96+46=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #4C602E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C602E is #B39FD1. Grayscale: #545454. Windows color (decimal): -11771858 or 3039308. OLE color: 3039308.
HSL color Cylindrical-coordinate representation of color #4C602E: hue angle of 84º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C602E is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 96 | 46 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.62 |
| HSL | 84º | 0.35% | 0.28% | - |
| HSV(B) | 84º | 0.52% | 0.38% | - |
| XYZ | 7.66 | 10.1 | 4.13 | - |
| YUV | 84.32 | 106.37 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 96 | 46 | 0.21 | 0 | 0.52 | 0.62 | 84 | 0.35 | 0.28 |
| Hex | 4C | 60 | 2E | 15 | 0 | 34 | 3E | 54 | 23 | 1C |
| Octal | 114 | 140 | 56 | 25 | 0 | 64 | 76 | 124 | 43 | 34 |
| Binary | 1001100 | 1100000 | 101110 | 10101 | 0 | 110100 | 111110 | 1010100 | 100011 | 11100 |
Color Harmonies of #4C602E
Complementary color
Monochromatic Colors of #4C602E
Black with #4C602E
Text Example
Text Example
White with #4C602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C602E; }
p { color: rgb(76,96,46); }
H1.HeaderClassName
{
color: #4C602E;
}
.AnyTagClassName
{
color: #4C602E;
}
</style>
background-color css
<style>
a { background-color: #4C602E; }
a { background-color: rgb(76,96,46); }
div.DivClassName
{
background-color: #4C602E;
}
.BgClassName
{
background-color: #4C602E;
}
</style>
border-color css
<style>
span { border-color: #4C602E; }
span { border-color: rgb(76,96,46); }
td.TdClassName
{
border-color: #4C602E;
}
.TagClassName
{
border-color: #4C602E;
}
</style>