Shades of Clover #4D5A2E
Tints of Clover #4D5A2E
RGB
CMYK
RGB Variations
Color information
#4D5A2E (or 0x4D5A2E) is known color: Clover. HEX triplet: 4D, 5A and 2E. RGB value is (77,90,46). Sum of RGB (Red+Green+Blue) = 77+90+46=213 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.15% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 90 - color contains mainly: green. Hex color #4D5A2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5A2E is #B2A5D1. Grayscale: #515151. Windows color (decimal): -11707858 or 3037773. OLE color: 3037773.
HSL color Cylindrical-coordinate representation of color #4D5A2E: hue angle of 77.73º 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 #4D5A2E is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 90 | 46 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.65 |
| HSL | 77.73º | 0.32% | 0.27% | - |
| HSV(B) | 77.73º | 0.49% | 0.35% | - |
| XYZ | 7.21 | 9.09 | 3.96 | - |
| YUV | 81.1 | 108.19 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 90 | 46 | 0.14 | 0 | 0.49 | 0.65 | 77.73 | 0.32 | 0.27 |
| Hex | 4D | 5A | 2E | E | 0 | 31 | 41 | 4E | 20 | 1B |
| Octal | 115 | 132 | 56 | 16 | 0 | 61 | 101 | 116 | 40 | 33 |
| Binary | 1001101 | 1011010 | 101110 | 1110 | 0 | 110001 | 1000001 | 1001110 | 100000 | 11011 |
Color Harmonies of #4D5A2E
Complementary color
Monochromatic Colors of #4D5A2E
Black with #4D5A2E
Text Example
Text Example
White with #4D5A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5A2E; }
p { color: rgb(77,90,46); }
H1.HeaderClassName
{
color: #4D5A2E;
}
.AnyTagClassName
{
color: #4D5A2E;
}
</style>
background-color css
<style>
a { background-color: #4D5A2E; }
a { background-color: rgb(77,90,46); }
div.DivClassName
{
background-color: #4D5A2E;
}
.BgClassName
{
background-color: #4D5A2E;
}
</style>
border-color css
<style>
span { border-color: #4D5A2E; }
span { border-color: rgb(77,90,46); }
td.TdClassName
{
border-color: #4D5A2E;
}
.TagClassName
{
border-color: #4D5A2E;
}
</style>