Shades of Clover #415B28
Tints of Clover #415B28
RGB
CMYK
RGB Variations
Color information
#415B28 (or 0x415B28) is known color: Clover. HEX triplet: 41, 5B and 28. RGB value is (65,91,40). Sum of RGB (Red+Green+Blue) = 65+91+40=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 91 (35.94% from 255 or 46.43% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 91 - color contains mainly: green. Hex color #415B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415B28 is #BEA4D7. Grayscale: #4D4D4D. Windows color (decimal): -12494040 or 2644801. OLE color: 2644801.
HSL color Cylindrical-coordinate representation of color #415B28: hue angle of 90.59º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #415B28 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 91 | 40 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.64 |
| HSL | 90.59º | 0.39% | 0.26% | - |
| HSV(B) | 90.59º | 0.56% | 0.36% | - |
| XYZ | 6.3 | 8.76 | 3.37 | - |
| YUV | 77.41 | 106.89 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 91 | 40 | 0.29 | 0 | 0.56 | 0.64 | 90.59 | 0.39 | 0.26 |
| Hex | 41 | 5B | 28 | 1D | 0 | 38 | 40 | 5B | 27 | 1A |
| Octal | 101 | 133 | 50 | 35 | 0 | 70 | 100 | 133 | 47 | 32 |
| Binary | 1000001 | 1011011 | 101000 | 11101 | 0 | 111000 | 1000000 | 1011011 | 100111 | 11010 |
Color Harmonies of #415B28
Complementary color
Monochromatic Colors of #415B28
Black with #415B28
Text Example
Text Example
White with #415B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415B28; }
p { color: rgb(65,91,40); }
H1.HeaderClassName
{
color: #415B28;
}
.AnyTagClassName
{
color: #415B28;
}
</style>
background-color css
<style>
a { background-color: #415B28; }
a { background-color: rgb(65,91,40); }
div.DivClassName
{
background-color: #415B28;
}
.BgClassName
{
background-color: #415B28;
}
</style>
border-color css
<style>
span { border-color: #415B28; }
span { border-color: rgb(65,91,40); }
td.TdClassName
{
border-color: #415B28;
}
.TagClassName
{
border-color: #415B28;
}
</style>