Shades of Clover #415130
Tints of Clover #415130
RGB
CMYK
RGB Variations
Color information
#415130 (or 0x415130) is known color: Clover. HEX triplet: 41, 51 and 30. RGB value is (65,81,48). Sum of RGB (Red+Green+Blue) = 65+81+48=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 81 - color contains mainly: green. Hex color #415130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415130 is #BEAECF. Grayscale: #484848. Windows color (decimal): -12496592 or 3166529. OLE color: 3166529.
HSL color Cylindrical-coordinate representation of color #415130: hue angle of 89.09º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #415130 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 81 | 48 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.68 |
| HSL | 89.09º | 0.26% | 0.25% | - |
| HSV(B) | 89.09º | 0.41% | 0.32% | - |
| XYZ | 5.66 | 7.22 | 3.89 | - |
| YUV | 72.45 | 114.2 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 81 | 48 | 0.20 | 0 | 0.41 | 0.68 | 89.09 | 0.26 | 0.25 |
| Hex | 41 | 51 | 30 | 14 | 0 | 29 | 44 | 59 | 1A | 19 |
| Octal | 101 | 121 | 60 | 24 | 0 | 51 | 104 | 131 | 32 | 31 |
| Binary | 1000001 | 1010001 | 110000 | 10100 | 0 | 101001 | 1000100 | 1011001 | 11010 | 11001 |
Color Harmonies of #415130
Complementary color
Monochromatic Colors of #415130
Black with #415130
Text Example
Text Example
White with #415130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415130; }
p { color: rgb(65,81,48); }
H1.HeaderClassName
{
color: #415130;
}
.AnyTagClassName
{
color: #415130;
}
</style>
background-color css
<style>
a { background-color: #415130; }
a { background-color: rgb(65,81,48); }
div.DivClassName
{
background-color: #415130;
}
.BgClassName
{
background-color: #415130;
}
</style>
border-color css
<style>
span { border-color: #415130; }
span { border-color: rgb(65,81,48); }
td.TdClassName
{
border-color: #415130;
}
.TagClassName
{
border-color: #415130;
}
</style>