Shades of Clover #415332
Tints of Clover #415332
RGB
CMYK
RGB Variations
Color information
#415332 (or 0x415332) is known color: Clover. HEX triplet: 41, 53 and 32. RGB value is (65,83,50). Sum of RGB (Red+Green+Blue) = 65+83+50=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 83 - color contains mainly: green. Hex color #415332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415332 is #BEACCD. Grayscale: #494949. Windows color (decimal): -12496078 or 3298113. OLE color: 3298113.
HSL color Cylindrical-coordinate representation of color #415332: hue angle of 92.73º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #415332 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 83 | 50 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.67 |
| HSL | 92.73º | 0.25% | 0.26% | - |
| HSV(B) | 92.73º | 0.4% | 0.33% | - |
| XYZ | 5.85 | 7.54 | 4.16 | - |
| YUV | 73.86 | 114.54 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 83 | 50 | 0.22 | 0 | 0.40 | 0.67 | 92.73 | 0.25 | 0.26 |
| Hex | 41 | 53 | 32 | 16 | 0 | 28 | 43 | 5D | 19 | 1A |
| Octal | 101 | 123 | 62 | 26 | 0 | 50 | 103 | 135 | 31 | 32 |
| Binary | 1000001 | 1010011 | 110010 | 10110 | 0 | 101000 | 1000011 | 1011101 | 11001 | 11010 |
Color Harmonies of #415332
Complementary color
Monochromatic Colors of #415332
Black with #415332
Text Example
Text Example
White with #415332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415332; }
p { color: rgb(65,83,50); }
H1.HeaderClassName
{
color: #415332;
}
.AnyTagClassName
{
color: #415332;
}
</style>
background-color css
<style>
a { background-color: #415332; }
a { background-color: rgb(65,83,50); }
div.DivClassName
{
background-color: #415332;
}
.BgClassName
{
background-color: #415332;
}
</style>
border-color css
<style>
span { border-color: #415332; }
span { border-color: rgb(65,83,50); }
td.TdClassName
{
border-color: #415332;
}
.TagClassName
{
border-color: #415332;
}
</style>