Shades of Clover #414C33
Tints of Clover #414C33
RGB
CMYK
RGB Variations
Color information
#414C33 (or 0x414C33) is known color: Clover. HEX triplet: 41, 4C and 33. RGB value is (65,76,51). Sum of RGB (Red+Green+Blue) = 65+76+51=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 76 - color contains mainly: green. Hex color #414C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414C33 is #BEB3CC. Grayscale: #454545. Windows color (decimal): -12497869 or 3361857. OLE color: 3361857.
HSL color Cylindrical-coordinate representation of color #414C33: hue angle of 86.4º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #414C33 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 76 | 51 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.70 |
| HSL | 86.4º | 0.2% | 0.25% | - |
| HSV(B) | 86.4º | 0.33% | 0.3% | - |
| XYZ | 5.36 | 6.53 | 4.11 | - |
| YUV | 69.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 51 | 0.14 | 0 | 0.33 | 0.70 | 86.4 | 0.2 | 0.25 |
| Hex | 41 | 4C | 33 | E | 0 | 21 | 46 | 56 | 14 | 19 |
| Octal | 101 | 114 | 63 | 16 | 0 | 41 | 106 | 126 | 24 | 31 |
| Binary | 1000001 | 1001100 | 110011 | 1110 | 0 | 100001 | 1000110 | 1010110 | 10100 | 11001 |
Color Harmonies of #414C33
Complementary color
Monochromatic Colors of #414C33
Black with #414C33
Text Example
Text Example
White with #414C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C33; }
p { color: rgb(65,76,51); }
H1.HeaderClassName
{
color: #414C33;
}
.AnyTagClassName
{
color: #414C33;
}
</style>
background-color css
<style>
a { background-color: #414C33; }
a { background-color: rgb(65,76,51); }
div.DivClassName
{
background-color: #414C33;
}
.BgClassName
{
background-color: #414C33;
}
</style>
border-color css
<style>
span { border-color: #414C33; }
span { border-color: rgb(65,76,51); }
td.TdClassName
{
border-color: #414C33;
}
.TagClassName
{
border-color: #414C33;
}
</style>