Shades of Clover #41502E
Tints of Clover #41502E
RGB
CMYK
RGB Variations
Color information
#41502E (or 0x41502E) is known color: Clover. HEX triplet: 41, 50 and 2E. RGB value is (65,80,46). Sum of RGB (Red+Green+Blue) = 65+80+46=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 80 - color contains mainly: green. Hex color #41502E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41502E is #BEAFD1. Grayscale: #474747. Windows color (decimal): -12496850 or 3035201. OLE color: 3035201.
HSL color Cylindrical-coordinate representation of color #41502E: hue angle of 86.47º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #41502E is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 80 | 46 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.69 |
| HSL | 86.47º | 0.27% | 0.25% | - |
| HSV(B) | 86.47º | 0.43% | 0.31% | - |
| XYZ | 5.54 | 7.06 | 3.66 | - |
| YUV | 71.64 | 113.53 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 80 | 46 | 0.19 | 0 | 0.42 | 0.69 | 86.47 | 0.27 | 0.25 |
| Hex | 41 | 50 | 2E | 13 | 0 | 2A | 45 | 56 | 1B | 19 |
| Octal | 101 | 120 | 56 | 23 | 0 | 52 | 105 | 126 | 33 | 31 |
| Binary | 1000001 | 1010000 | 101110 | 10011 | 0 | 101010 | 1000101 | 1010110 | 11011 | 11001 |
Color Harmonies of #41502E
Complementary color
Monochromatic Colors of #41502E
Black with #41502E
Text Example
Text Example
White with #41502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41502E; }
p { color: rgb(65,80,46); }
H1.HeaderClassName
{
color: #41502E;
}
.AnyTagClassName
{
color: #41502E;
}
</style>
background-color css
<style>
a { background-color: #41502E; }
a { background-color: rgb(65,80,46); }
div.DivClassName
{
background-color: #41502E;
}
.BgClassName
{
background-color: #41502E;
}
</style>
border-color css
<style>
span { border-color: #41502E; }
span { border-color: rgb(65,80,46); }
td.TdClassName
{
border-color: #41502E;
}
.TagClassName
{
border-color: #41502E;
}
</style>