Shades of Clover #414C32
Tints of Clover #414C32
RGB
CMYK
RGB Variations
Color information
#414C32 (or 0x414C32) is known color: Clover. HEX triplet: 41, 4C and 32. RGB value is (65,76,50). Sum of RGB (Red+Green+Blue) = 65+76+50=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 76 - color contains mainly: green. Hex color #414C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414C32 is #BEB3CD. Grayscale: #454545. Windows color (decimal): -12497870 or 3296321. OLE color: 3296321.
HSL color Cylindrical-coordinate representation of color #414C32: hue angle of 85.38º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #414C32 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 76 | 50 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.70 |
| HSL | 85.38º | 0.21% | 0.25% | - |
| HSV(B) | 85.38º | 0.34% | 0.3% | - |
| XYZ | 5.34 | 6.52 | 4 | - |
| YUV | 69.75 | 116.86 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 50 | 0.14 | 0 | 0.34 | 0.70 | 85.38 | 0.21 | 0.25 |
| Hex | 41 | 4C | 32 | E | 0 | 22 | 46 | 55 | 15 | 19 |
| Octal | 101 | 114 | 62 | 16 | 0 | 42 | 106 | 125 | 25 | 31 |
| Binary | 1000001 | 1001100 | 110010 | 1110 | 0 | 100010 | 1000110 | 1010101 | 10101 | 11001 |
Color Harmonies of #414C32
Complementary color
Monochromatic Colors of #414C32
Black with #414C32
Text Example
Text Example
White with #414C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C32; }
p { color: rgb(65,76,50); }
H1.HeaderClassName
{
color: #414C32;
}
.AnyTagClassName
{
color: #414C32;
}
</style>
background-color css
<style>
a { background-color: #414C32; }
a { background-color: rgb(65,76,50); }
div.DivClassName
{
background-color: #414C32;
}
.BgClassName
{
background-color: #414C32;
}
</style>
border-color css
<style>
span { border-color: #414C32; }
span { border-color: rgb(65,76,50); }
td.TdClassName
{
border-color: #414C32;
}
.TagClassName
{
border-color: #414C32;
}
</style>