Shades of Clover #414D2E
Tints of Clover #414D2E
RGB
CMYK
RGB Variations
Color information
#414D2E (or 0x414D2E) is known color: Clover. HEX triplet: 41, 4D and 2E. RGB value is (65,77,46). Sum of RGB (Red+Green+Blue) = 65+77+46=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 77 - color contains mainly: green. Hex color #414D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414D2E is #BEB2D1. Grayscale: #454545. Windows color (decimal): -12497618 or 3034433. OLE color: 3034433.
HSL color Cylindrical-coordinate representation of color #414D2E: hue angle of 83.23º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #414D2E is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 77 | 46 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.70 |
| HSL | 83.23º | 0.25% | 0.24% | - |
| HSV(B) | 83.23º | 0.4% | 0.3% | - |
| XYZ | 5.33 | 6.63 | 3.58 | - |
| YUV | 69.88 | 114.52 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 46 | 0.16 | 0 | 0.40 | 0.70 | 83.23 | 0.25 | 0.24 |
| Hex | 41 | 4D | 2E | 10 | 0 | 28 | 46 | 53 | 19 | 18 |
| Octal | 101 | 115 | 56 | 20 | 0 | 50 | 106 | 123 | 31 | 30 |
| Binary | 1000001 | 1001101 | 101110 | 10000 | 0 | 101000 | 1000110 | 1010011 | 11001 | 11000 |
Color Harmonies of #414D2E
Complementary color
Monochromatic Colors of #414D2E
Black with #414D2E
Text Example
Text Example
White with #414D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414D2E; }
p { color: rgb(65,77,46); }
H1.HeaderClassName
{
color: #414D2E;
}
.AnyTagClassName
{
color: #414D2E;
}
</style>
background-color css
<style>
a { background-color: #414D2E; }
a { background-color: rgb(65,77,46); }
div.DivClassName
{
background-color: #414D2E;
}
.BgClassName
{
background-color: #414D2E;
}
</style>
border-color css
<style>
span { border-color: #414D2E; }
span { border-color: rgb(65,77,46); }
td.TdClassName
{
border-color: #414D2E;
}
.TagClassName
{
border-color: #414D2E;
}
</style>