Shades of Clover #415432
Tints of Clover #415432
RGB
CMYK
RGB Variations
Color information
#415432 (or 0x415432) is known color: Clover. HEX triplet: 41, 54 and 32. RGB value is (65,84,50). Sum of RGB (Red+Green+Blue) = 65+84+50=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 84 - color contains mainly: green. Hex color #415432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415432 is #BEABCD. Grayscale: #4A4A4A. Windows color (decimal): -12495822 or 3298369. OLE color: 3298369.
HSL color Cylindrical-coordinate representation of color #415432: hue angle of 93.53º 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 #415432 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 84 | 50 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.67 |
| HSL | 93.53º | 0.25% | 0.26% | - |
| HSV(B) | 93.53º | 0.4% | 0.33% | - |
| XYZ | 5.93 | 7.69 | 4.19 | - |
| YUV | 74.44 | 114.21 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 84 | 50 | 0.23 | 0 | 0.40 | 0.67 | 93.53 | 0.25 | 0.26 |
| Hex | 41 | 54 | 32 | 17 | 0 | 28 | 43 | 5E | 19 | 1A |
| Octal | 101 | 124 | 62 | 27 | 0 | 50 | 103 | 136 | 31 | 32 |
| Binary | 1000001 | 1010100 | 110010 | 10111 | 0 | 101000 | 1000011 | 1011110 | 11001 | 11010 |
Color Harmonies of #415432
Complementary color
Monochromatic Colors of #415432
Black with #415432
Text Example
Text Example
White with #415432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415432; }
p { color: rgb(65,84,50); }
H1.HeaderClassName
{
color: #415432;
}
.AnyTagClassName
{
color: #415432;
}
</style>
background-color css
<style>
a { background-color: #415432; }
a { background-color: rgb(65,84,50); }
div.DivClassName
{
background-color: #415432;
}
.BgClassName
{
background-color: #415432;
}
</style>
border-color css
<style>
span { border-color: #415432; }
span { border-color: rgb(65,84,50); }
td.TdClassName
{
border-color: #415432;
}
.TagClassName
{
border-color: #415432;
}
</style>