Shades of Clover #4C5A2E
Tints of Clover #4C5A2E
RGB
CMYK
RGB Variations
Color information
#4C5A2E (or 0x4C5A2E) is known color: Clover. HEX triplet: 4C, 5A and 2E. RGB value is (76,90,46). Sum of RGB (Red+Green+Blue) = 76+90+46=212 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.85% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 90 - color contains mainly: green. Hex color #4C5A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5A2E is #B3A5D1. Grayscale: #505050. Windows color (decimal): -11773394 or 3037772. OLE color: 3037772.
HSL color Cylindrical-coordinate representation of color #4C5A2E: hue angle of 79.09º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C5A2E is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 90 | 46 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.65 |
| HSL | 79.09º | 0.32% | 0.27% | - |
| HSV(B) | 79.09º | 0.49% | 0.35% | - |
| XYZ | 7.13 | 9.05 | 3.96 | - |
| YUV | 80.8 | 108.36 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 90 | 46 | 0.16 | 0 | 0.49 | 0.65 | 79.09 | 0.32 | 0.27 |
| Hex | 4C | 5A | 2E | 10 | 0 | 31 | 41 | 4F | 20 | 1B |
| Octal | 114 | 132 | 56 | 20 | 0 | 61 | 101 | 117 | 40 | 33 |
| Binary | 1001100 | 1011010 | 101110 | 10000 | 0 | 110001 | 1000001 | 1001111 | 100000 | 11011 |
Color Harmonies of #4C5A2E
Complementary color
Monochromatic Colors of #4C5A2E
Black with #4C5A2E
Text Example
Text Example
White with #4C5A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5A2E; }
p { color: rgb(76,90,46); }
H1.HeaderClassName
{
color: #4C5A2E;
}
.AnyTagClassName
{
color: #4C5A2E;
}
</style>
background-color css
<style>
a { background-color: #4C5A2E; }
a { background-color: rgb(76,90,46); }
div.DivClassName
{
background-color: #4C5A2E;
}
.BgClassName
{
background-color: #4C5A2E;
}
</style>
border-color css
<style>
span { border-color: #4C5A2E; }
span { border-color: rgb(76,90,46); }
td.TdClassName
{
border-color: #4C5A2E;
}
.TagClassName
{
border-color: #4C5A2E;
}
</style>