Shades of Clover #3D5B20
Tints of Clover #3D5B20
RGB
CMYK
RGB Variations
Color information
#3D5B20 (or 0x3D5B20) is known color: Clover. HEX triplet: 3D, 5B and 20. RGB value is (61,91,32). Sum of RGB (Red+Green+Blue) = 61+91+32=184 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.15% from 184); Green value is 91 (35.94% from 255 or 49.46% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 91 - color contains mainly: green. Hex color #3D5B20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5B20 is #C2A4DF. Grayscale: #4B4B4B. Windows color (decimal): -12756192 or 2120509. OLE color: 2120509.
HSL color Cylindrical-coordinate representation of color #3D5B20: hue angle of 90.51º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D5B20 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 91 | 32 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.64 |
| HSL | 90.51º | 0.48% | 0.24% | - |
| HSV(B) | 90.51º | 0.65% | 0.36% | - |
| XYZ | 5.93 | 8.58 | 2.71 | - |
| YUV | 75.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 91 | 32 | 0.33 | 0 | 0.65 | 0.64 | 90.51 | 0.48 | 0.24 |
| Hex | 3D | 5B | 20 | 21 | 0 | 41 | 40 | 5B | 30 | 18 |
| Octal | 75 | 133 | 40 | 41 | 0 | 101 | 100 | 133 | 60 | 30 |
| Binary | 111101 | 1011011 | 100000 | 100001 | 0 | 1000001 | 1000000 | 1011011 | 110000 | 11000 |
Color Harmonies of #3D5B20
Complementary color
Monochromatic Colors of #3D5B20
Black with #3D5B20
Text Example
Text Example
White with #3D5B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5B20; }
p { color: rgb(61,91,32); }
H1.HeaderClassName
{
color: #3D5B20;
}
.AnyTagClassName
{
color: #3D5B20;
}
</style>
background-color css
<style>
a { background-color: #3D5B20; }
a { background-color: rgb(61,91,32); }
div.DivClassName
{
background-color: #3D5B20;
}
.BgClassName
{
background-color: #3D5B20;
}
</style>
border-color css
<style>
span { border-color: #3D5B20; }
span { border-color: rgb(61,91,32); }
td.TdClassName
{
border-color: #3D5B20;
}
.TagClassName
{
border-color: #3D5B20;
}
</style>