Shades of Clover #415D25
Tints of Clover #415D25
RGB
CMYK
RGB Variations
Color information
#415D25 (or 0x415D25) is known color: Clover. HEX triplet: 41, 5D and 25. RGB value is (65,93,37). Sum of RGB (Red+Green+Blue) = 65+93+37=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 93 (36.72% from 255 or 47.69% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 93 - color contains mainly: green. Hex color #415D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415D25 is #BEA2DA. Grayscale: #4E4E4E. Windows color (decimal): -12493531 or 2448705. OLE color: 2448705.
HSL color Cylindrical-coordinate representation of color #415D25: hue angle of 90º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #415D25 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 93 | 37 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.64 |
| HSL | 90º | 0.43% | 0.25% | - |
| HSV(B) | 90º | 0.6% | 0.36% | - |
| XYZ | 6.43 | 9.09 | 3.17 | - |
| YUV | 78.24 | 104.72 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 93 | 37 | 0.30 | 0 | 0.60 | 0.64 | 90 | 0.43 | 0.25 |
| Hex | 41 | 5D | 25 | 1E | 0 | 3C | 40 | 5A | 2B | 19 |
| Octal | 101 | 135 | 45 | 36 | 0 | 74 | 100 | 132 | 53 | 31 |
| Binary | 1000001 | 1011101 | 100101 | 11110 | 0 | 111100 | 1000000 | 1011010 | 101011 | 11001 |
Color Harmonies of #415D25
Complementary color
Monochromatic Colors of #415D25
Black with #415D25
Text Example
Text Example
White with #415D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415D25; }
p { color: rgb(65,93,37); }
H1.HeaderClassName
{
color: #415D25;
}
.AnyTagClassName
{
color: #415D25;
}
</style>
background-color css
<style>
a { background-color: #415D25; }
a { background-color: rgb(65,93,37); }
div.DivClassName
{
background-color: #415D25;
}
.BgClassName
{
background-color: #415D25;
}
</style>
border-color css
<style>
span { border-color: #415D25; }
span { border-color: rgb(65,93,37); }
td.TdClassName
{
border-color: #415D25;
}
.TagClassName
{
border-color: #415D25;
}
</style>