Shades of Clover #414C30
Tints of Clover #414C30
RGB
CMYK
RGB Variations
Color information
#414C30 (or 0x414C30) is known color: Clover. HEX triplet: 41, 4C and 30. RGB value is (65,76,48). Sum of RGB (Red+Green+Blue) = 65+76+48=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 76 - color contains mainly: green. Hex color #414C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414C30 is #BEB3CF. Grayscale: #454545. Windows color (decimal): -12497872 or 3165249. OLE color: 3165249.
HSL color Cylindrical-coordinate representation of color #414C30: hue angle of 83.57º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #414C30 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 76 | 48 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.70 |
| HSL | 83.57º | 0.23% | 0.24% | - |
| HSV(B) | 83.57º | 0.37% | 0.3% | - |
| XYZ | 5.3 | 6.51 | 3.77 | - |
| YUV | 69.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 48 | 0.14 | 0 | 0.37 | 0.70 | 83.57 | 0.23 | 0.24 |
| Hex | 41 | 4C | 30 | E | 0 | 25 | 46 | 54 | 17 | 18 |
| Octal | 101 | 114 | 60 | 16 | 0 | 45 | 106 | 124 | 27 | 30 |
| Binary | 1000001 | 1001100 | 110000 | 1110 | 0 | 100101 | 1000110 | 1010100 | 10111 | 11000 |
Color Harmonies of #414C30
Complementary color
Monochromatic Colors of #414C30
Black with #414C30
Text Example
Text Example
White with #414C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C30; }
p { color: rgb(65,76,48); }
H1.HeaderClassName
{
color: #414C30;
}
.AnyTagClassName
{
color: #414C30;
}
</style>
background-color css
<style>
a { background-color: #414C30; }
a { background-color: rgb(65,76,48); }
div.DivClassName
{
background-color: #414C30;
}
.BgClassName
{
background-color: #414C30;
}
</style>
border-color css
<style>
span { border-color: #414C30; }
span { border-color: rgb(65,76,48); }
td.TdClassName
{
border-color: #414C30;
}
.TagClassName
{
border-color: #414C30;
}
</style>