Shades of Clover #41552B
Tints of Clover #41552B
RGB
CMYK
RGB Variations
Color information
#41552B (or 0x41552B) is known color: Clover. HEX triplet: 41, 55 and 2B. RGB value is (65,85,43). Sum of RGB (Red+Green+Blue) = 65+85+43=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #41552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41552B is #BEAAD4. Grayscale: #4A4A4A. Windows color (decimal): -12495573 or 2839873. OLE color: 2839873.
HSL color Cylindrical-coordinate representation of color #41552B: hue angle of 88.57º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #41552B is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 85 | 43 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.67 |
| HSL | 88.57º | 0.33% | 0.25% | - |
| HSV(B) | 88.57º | 0.49% | 0.33% | - |
| XYZ | 5.86 | 7.8 | 3.48 | - |
| YUV | 74.23 | 110.37 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 85 | 43 | 0.24 | 0 | 0.49 | 0.67 | 88.57 | 0.33 | 0.25 |
| Hex | 41 | 55 | 2B | 18 | 0 | 31 | 43 | 59 | 21 | 19 |
| Octal | 101 | 125 | 53 | 30 | 0 | 61 | 103 | 131 | 41 | 31 |
| Binary | 1000001 | 1010101 | 101011 | 11000 | 0 | 110001 | 1000011 | 1011001 | 100001 | 11001 |
Color Harmonies of #41552B
Complementary color
Monochromatic Colors of #41552B
Black with #41552B
Text Example
Text Example
White with #41552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41552B; }
p { color: rgb(65,85,43); }
H1.HeaderClassName
{
color: #41552B;
}
.AnyTagClassName
{
color: #41552B;
}
</style>
background-color css
<style>
a { background-color: #41552B; }
a { background-color: rgb(65,85,43); }
div.DivClassName
{
background-color: #41552B;
}
.BgClassName
{
background-color: #41552B;
}
</style>
border-color css
<style>
span { border-color: #41552B; }
span { border-color: rgb(65,85,43); }
td.TdClassName
{
border-color: #41552B;
}
.TagClassName
{
border-color: #41552B;
}
</style>