Shades of Clover #3D5A20
Tints of Clover #3D5A20
RGB
CMYK
RGB Variations
Color information
#3D5A20 (or 0x3D5A20) is known color: Clover. HEX triplet: 3D, 5A and 20. RGB value is (61,90,32). Sum of RGB (Red+Green+Blue) = 61+90+32=183 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.33% from 183); Green value is 90 (35.55% from 255 or 49.18% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 90 - color contains mainly: green. Hex color #3D5A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5A20 is #C2A5DF. Grayscale: #4A4A4A. Windows color (decimal): -12756448 or 2120253. OLE color: 2120253.
HSL color Cylindrical-coordinate representation of color #3D5A20: hue angle of 90º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D5A20 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 90 | 32 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.65 |
| HSL | 90º | 0.48% | 0.24% | - |
| HSV(B) | 90º | 0.64% | 0.35% | - |
| XYZ | 5.84 | 8.41 | 2.68 | - |
| YUV | 74.72 | 103.89 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 90 | 32 | 0.32 | 0 | 0.64 | 0.65 | 90 | 0.48 | 0.24 |
| Hex | 3D | 5A | 20 | 20 | 0 | 40 | 41 | 5A | 30 | 18 |
| Octal | 75 | 132 | 40 | 40 | 0 | 100 | 101 | 132 | 60 | 30 |
| Binary | 111101 | 1011010 | 100000 | 100000 | 0 | 1000000 | 1000001 | 1011010 | 110000 | 11000 |
Color Harmonies of #3D5A20
Complementary color
Monochromatic Colors of #3D5A20
Black with #3D5A20
Text Example
Text Example
White with #3D5A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5A20; }
p { color: rgb(61,90,32); }
H1.HeaderClassName
{
color: #3D5A20;
}
.AnyTagClassName
{
color: #3D5A20;
}
</style>
background-color css
<style>
a { background-color: #3D5A20; }
a { background-color: rgb(61,90,32); }
div.DivClassName
{
background-color: #3D5A20;
}
.BgClassName
{
background-color: #3D5A20;
}
</style>
border-color css
<style>
span { border-color: #3D5A20; }
span { border-color: rgb(61,90,32); }
td.TdClassName
{
border-color: #3D5A20;
}
.TagClassName
{
border-color: #3D5A20;
}
</style>