Shades of Clover #4E5A2E
Tints of Clover #4E5A2E
RGB
CMYK
RGB Variations
Color information
#4E5A2E (or 0x4E5A2E) is known color: Clover. HEX triplet: 4E, 5A and 2E. RGB value is (78,90,46). Sum of RGB (Red+Green+Blue) = 78+90+46=214 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.45% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 90 - color contains mainly: green. Hex color #4E5A2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5A2E is #B1A5D1. Grayscale: #515151. Windows color (decimal): -11642322 or 3037774. OLE color: 3037774.
HSL color Cylindrical-coordinate representation of color #4E5A2E: hue angle of 76.36º 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 #4E5A2E is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 90 | 46 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.65 |
| HSL | 76.36º | 0.32% | 0.27% | - |
| HSV(B) | 76.36º | 0.49% | 0.35% | - |
| XYZ | 7.29 | 9.13 | 3.96 | - |
| YUV | 81.4 | 108.02 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 90 | 46 | 0.13 | 0 | 0.49 | 0.65 | 76.36 | 0.32 | 0.27 |
| Hex | 4E | 5A | 2E | D | 0 | 31 | 41 | 4C | 20 | 1B |
| Octal | 116 | 132 | 56 | 15 | 0 | 61 | 101 | 114 | 40 | 33 |
| Binary | 1001110 | 1011010 | 101110 | 1101 | 0 | 110001 | 1000001 | 1001100 | 100000 | 11011 |
Color Harmonies of #4E5A2E
Complementary color
Monochromatic Colors of #4E5A2E
Black with #4E5A2E
Text Example
Text Example
White with #4E5A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5A2E; }
p { color: rgb(78,90,46); }
H1.HeaderClassName
{
color: #4E5A2E;
}
.AnyTagClassName
{
color: #4E5A2E;
}
</style>
background-color css
<style>
a { background-color: #4E5A2E; }
a { background-color: rgb(78,90,46); }
div.DivClassName
{
background-color: #4E5A2E;
}
.BgClassName
{
background-color: #4E5A2E;
}
</style>
border-color css
<style>
span { border-color: #4E5A2E; }
span { border-color: rgb(78,90,46); }
td.TdClassName
{
border-color: #4E5A2E;
}
.TagClassName
{
border-color: #4E5A2E;
}
</style>