Shades of Clover #415C21
Tints of Clover #415C21
RGB
CMYK
RGB Variations
Color information
#415C21 (or 0x415C21) is known color: Clover. HEX triplet: 41, 5C and 21. RGB value is (65,92,33). Sum of RGB (Red+Green+Blue) = 65+92+33=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 92 (36.33% from 255 or 48.42% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 92 - color contains mainly: green. Hex color #415C21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415C21 is #BEA3DE. Grayscale: #4D4D4D. Windows color (decimal): -12493791 or 2186305. OLE color: 2186305.
HSL color Cylindrical-coordinate representation of color #415C21: hue angle of 87.46º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #415C21 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 92 | 33 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.64 |
| HSL | 87.46º | 0.47% | 0.25% | - |
| HSV(B) | 87.46º | 0.64% | 0.36% | - |
| XYZ | 6.28 | 8.89 | 2.82 | - |
| YUV | 77.2 | 103.05 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 92 | 33 | 0.29 | 0 | 0.64 | 0.64 | 87.46 | 0.47 | 0.25 |
| Hex | 41 | 5C | 21 | 1D | 0 | 40 | 40 | 57 | 2F | 19 |
| Octal | 101 | 134 | 41 | 35 | 0 | 100 | 100 | 127 | 57 | 31 |
| Binary | 1000001 | 1011100 | 100001 | 11101 | 0 | 1000000 | 1000000 | 1010111 | 101111 | 11001 |
Color Harmonies of #415C21
Complementary color
Monochromatic Colors of #415C21
Black with #415C21
Text Example
Text Example
White with #415C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415C21; }
p { color: rgb(65,92,33); }
H1.HeaderClassName
{
color: #415C21;
}
.AnyTagClassName
{
color: #415C21;
}
</style>
background-color css
<style>
a { background-color: #415C21; }
a { background-color: rgb(65,92,33); }
div.DivClassName
{
background-color: #415C21;
}
.BgClassName
{
background-color: #415C21;
}
</style>
border-color css
<style>
span { border-color: #415C21; }
span { border-color: rgb(65,92,33); }
td.TdClassName
{
border-color: #415C21;
}
.TagClassName
{
border-color: #415C21;
}
</style>