Shades of Clover #415424
Tints of Clover #415424
RGB
CMYK
RGB Variations
Color information
#415424 (or 0x415424) is known color: Clover. HEX triplet: 41, 54 and 24. RGB value is (65,84,36). Sum of RGB (Red+Green+Blue) = 65+84+36=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #415424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415424 is #BEABDB. Grayscale: #494949. Windows color (decimal): -12495836 or 2380865. OLE color: 2380865.
HSL color Cylindrical-coordinate representation of color #415424: hue angle of 83.75º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #415424 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 84 | 36 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.67 |
| HSL | 83.75º | 0.4% | 0.24% | - |
| HSV(B) | 83.75º | 0.57% | 0.33% | - |
| XYZ | 5.67 | 7.59 | 2.84 | - |
| YUV | 72.85 | 107.21 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 84 | 36 | 0.23 | 0 | 0.57 | 0.67 | 83.75 | 0.4 | 0.24 |
| Hex | 41 | 54 | 24 | 17 | 0 | 39 | 43 | 54 | 28 | 18 |
| Octal | 101 | 124 | 44 | 27 | 0 | 71 | 103 | 124 | 50 | 30 |
| Binary | 1000001 | 1010100 | 100100 | 10111 | 0 | 111001 | 1000011 | 1010100 | 101000 | 11000 |
Color Harmonies of #415424
Complementary color
Monochromatic Colors of #415424
Black with #415424
Text Example
Text Example
White with #415424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415424; }
p { color: rgb(65,84,36); }
H1.HeaderClassName
{
color: #415424;
}
.AnyTagClassName
{
color: #415424;
}
</style>
background-color css
<style>
a { background-color: #415424; }
a { background-color: rgb(65,84,36); }
div.DivClassName
{
background-color: #415424;
}
.BgClassName
{
background-color: #415424;
}
</style>
border-color css
<style>
span { border-color: #415424; }
span { border-color: rgb(65,84,36); }
td.TdClassName
{
border-color: #415424;
}
.TagClassName
{
border-color: #415424;
}
</style>