Shades of Clover #415231
Tints of Clover #415231
RGB
CMYK
RGB Variations
Color information
#415231 (or 0x415231) is known color: Clover. HEX triplet: 41, 52 and 31. RGB value is (65,82,49). Sum of RGB (Red+Green+Blue) = 65+82+49=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 49 (19.53% from 255 or 25% from 196); Max value from RGB is 82 - color contains mainly: green. Hex color #415231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415231 is #BEADCE. Grayscale: #494949. Windows color (decimal): -12496335 or 3232321. OLE color: 3232321.
HSL color Cylindrical-coordinate representation of color #415231: hue angle of 90.91º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #415231 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 82 | 49 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.68 |
| HSL | 90.91º | 0.25% | 0.26% | - |
| HSV(B) | 90.91º | 0.4% | 0.32% | - |
| XYZ | 5.75 | 7.38 | 4.03 | - |
| YUV | 73.16 | 114.37 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 82 | 49 | 0.21 | 0 | 0.40 | 0.68 | 90.91 | 0.25 | 0.26 |
| Hex | 41 | 52 | 31 | 15 | 0 | 28 | 44 | 5B | 19 | 1A |
| Octal | 101 | 122 | 61 | 25 | 0 | 50 | 104 | 133 | 31 | 32 |
| Binary | 1000001 | 1010010 | 110001 | 10101 | 0 | 101000 | 1000100 | 1011011 | 11001 | 11010 |
Color Harmonies of #415231
Complementary color
Monochromatic Colors of #415231
Black with #415231
Text Example
Text Example
White with #415231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415231; }
p { color: rgb(65,82,49); }
H1.HeaderClassName
{
color: #415231;
}
.AnyTagClassName
{
color: #415231;
}
</style>
background-color css
<style>
a { background-color: #415231; }
a { background-color: rgb(65,82,49); }
div.DivClassName
{
background-color: #415231;
}
.BgClassName
{
background-color: #415231;
}
</style>
border-color css
<style>
span { border-color: #415231; }
span { border-color: rgb(65,82,49); }
td.TdClassName
{
border-color: #415231;
}
.TagClassName
{
border-color: #415231;
}
</style>