Shades of Clover #415528
Tints of Clover #415528
RGB
CMYK
RGB Variations
Color information
#415528 (or 0x415528) is known color: Clover. HEX triplet: 41, 55 and 28. RGB value is (65,85,40). Sum of RGB (Red+Green+Blue) = 65+85+40=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #415528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415528 is #BEAAD7. Grayscale: #4A4A4A. Windows color (decimal): -12495576 or 2643265. OLE color: 2643265.
HSL color Cylindrical-coordinate representation of color #415528: hue angle of 86.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #415528 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 85 | 40 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.67 |
| HSL | 86.67º | 0.36% | 0.25% | - |
| HSV(B) | 86.67º | 0.53% | 0.33% | - |
| XYZ | 5.81 | 7.77 | 3.2 | - |
| YUV | 73.89 | 108.87 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 85 | 40 | 0.24 | 0 | 0.53 | 0.67 | 86.67 | 0.36 | 0.25 |
| Hex | 41 | 55 | 28 | 18 | 0 | 35 | 43 | 57 | 24 | 19 |
| Octal | 101 | 125 | 50 | 30 | 0 | 65 | 103 | 127 | 44 | 31 |
| Binary | 1000001 | 1010101 | 101000 | 11000 | 0 | 110101 | 1000011 | 1010111 | 100100 | 11001 |
Color Harmonies of #415528
Complementary color
Monochromatic Colors of #415528
Black with #415528
Text Example
Text Example
White with #415528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415528; }
p { color: rgb(65,85,40); }
H1.HeaderClassName
{
color: #415528;
}
.AnyTagClassName
{
color: #415528;
}
</style>
background-color css
<style>
a { background-color: #415528; }
a { background-color: rgb(65,85,40); }
div.DivClassName
{
background-color: #415528;
}
.BgClassName
{
background-color: #415528;
}
</style>
border-color css
<style>
span { border-color: #415528; }
span { border-color: rgb(65,85,40); }
td.TdClassName
{
border-color: #415528;
}
.TagClassName
{
border-color: #415528;
}
</style>