Shades of Clover #415630
Tints of Clover #415630
RGB
CMYK
RGB Variations
Color information
#415630 (or 0x415630) is known color: Clover. HEX triplet: 41, 56 and 30. RGB value is (65,86,48). Sum of RGB (Red+Green+Blue) = 65+86+48=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 86 - color contains mainly: green. Hex color #415630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415630 is #BEA9CF. Grayscale: #4B4B4B. Windows color (decimal): -12495312 or 3167809. OLE color: 3167809.
HSL color Cylindrical-coordinate representation of color #415630: hue angle of 93.16º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #415630 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 65 | 86 | 48 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.66 |
| HSL | 93.16º | 0.28% | 0.26% | - |
| HSV(B) | 93.16º | 0.44% | 0.34% | - |
| XYZ | 6.04 | 7.99 | 4.02 | - |
| YUV | 75.39 | 112.54 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 86 | 48 | 0.24 | 0 | 0.44 | 0.66 | 93.16 | 0.28 | 0.26 |
| Hex | 41 | 56 | 30 | 18 | 0 | 2C | 42 | 5D | 1C | 1A |
| Octal | 101 | 126 | 60 | 30 | 0 | 54 | 102 | 135 | 34 | 32 |
| Binary | 1000001 | 1010110 | 110000 | 11000 | 0 | 101100 | 1000010 | 1011101 | 11100 | 11010 |
Color Harmonies of #415630
Complementary color
Monochromatic Colors of #415630
Black with #415630
Text Example
Text Example
White with #415630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415630; }
p { color: rgb(65,86,48); }
H1.HeaderClassName
{
color: #415630;
}
.AnyTagClassName
{
color: #415630;
}
</style>
background-color css
<style>
a { background-color: #415630; }
a { background-color: rgb(65,86,48); }
div.DivClassName
{
background-color: #415630;
}
.BgClassName
{
background-color: #415630;
}
</style>
border-color css
<style>
span { border-color: #415630; }
span { border-color: rgb(65,86,48); }
td.TdClassName
{
border-color: #415630;
}
.TagClassName
{
border-color: #415630;
}
</style>