Shades of Clover #4C5C2E
Tints of Clover #4C5C2E
RGB
CMYK
RGB Variations
Color information
#4C5C2E (or 0x4C5C2E) is known color: Clover. HEX triplet: 4C, 5C and 2E. RGB value is (76,92,46). Sum of RGB (Red+Green+Blue) = 76+92+46=214 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.51% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 92 - color contains mainly: green. Hex color #4C5C2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5C2E is #B3A3D1. Grayscale: #525252. Windows color (decimal): -11772882 or 3038284. OLE color: 3038284.
HSL color Cylindrical-coordinate representation of color #4C5C2E: hue angle of 80.87º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C5C2E is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 92 | 46 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.64 |
| HSL | 80.87º | 0.33% | 0.27% | - |
| HSV(B) | 80.87º | 0.5% | 0.36% | - |
| XYZ | 7.3 | 9.39 | 4.01 | - |
| YUV | 81.97 | 107.7 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 92 | 46 | 0.17 | 0 | 0.50 | 0.64 | 80.87 | 0.33 | 0.27 |
| Hex | 4C | 5C | 2E | 11 | 0 | 32 | 40 | 51 | 21 | 1B |
| Octal | 114 | 134 | 56 | 21 | 0 | 62 | 100 | 121 | 41 | 33 |
| Binary | 1001100 | 1011100 | 101110 | 10001 | 0 | 110010 | 1000000 | 1010001 | 100001 | 11011 |
Color Harmonies of #4C5C2E
Complementary color
Monochromatic Colors of #4C5C2E
Black with #4C5C2E
Text Example
Text Example
White with #4C5C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5C2E; }
p { color: rgb(76,92,46); }
H1.HeaderClassName
{
color: #4C5C2E;
}
.AnyTagClassName
{
color: #4C5C2E;
}
</style>
background-color css
<style>
a { background-color: #4C5C2E; }
a { background-color: rgb(76,92,46); }
div.DivClassName
{
background-color: #4C5C2E;
}
.BgClassName
{
background-color: #4C5C2E;
}
</style>
border-color css
<style>
span { border-color: #4C5C2E; }
span { border-color: rgb(76,92,46); }
td.TdClassName
{
border-color: #4C5C2E;
}
.TagClassName
{
border-color: #4C5C2E;
}
</style>