Shades of Clover #3D5628
Tints of Clover #3D5628
RGB
CMYK
RGB Variations
Color information
#3D5628 (or 0x3D5628) is known color: Clover. HEX triplet: 3D, 56 and 28. RGB value is (61,86,40). Sum of RGB (Red+Green+Blue) = 61+86+40=187 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.62% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 86 - color contains mainly: green. Hex color #3D5628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5628 is #C2A9D7. Grayscale: #494949. Windows color (decimal): -12757464 or 2643517. OLE color: 2643517.
HSL color Cylindrical-coordinate representation of color #3D5628: hue angle of 92.61º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D5628 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 61 | 86 | 40 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.66 |
| HSL | 92.61º | 0.37% | 0.25% | - |
| HSV(B) | 92.61º | 0.53% | 0.34% | - |
| XYZ | 5.64 | 7.8 | 3.22 | - |
| YUV | 73.28 | 109.22 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 86 | 40 | 0.29 | 0 | 0.53 | 0.66 | 92.61 | 0.37 | 0.25 |
| Hex | 3D | 56 | 28 | 1D | 0 | 35 | 42 | 5D | 25 | 19 |
| Octal | 75 | 126 | 50 | 35 | 0 | 65 | 102 | 135 | 45 | 31 |
| Binary | 111101 | 1010110 | 101000 | 11101 | 0 | 110101 | 1000010 | 1011101 | 100101 | 11001 |
Color Harmonies of #3D5628
Complementary color
Monochromatic Colors of #3D5628
Black with #3D5628
Text Example
Text Example
White with #3D5628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5628; }
p { color: rgb(61,86,40); }
H1.HeaderClassName
{
color: #3D5628;
}
.AnyTagClassName
{
color: #3D5628;
}
</style>
background-color css
<style>
a { background-color: #3D5628; }
a { background-color: rgb(61,86,40); }
div.DivClassName
{
background-color: #3D5628;
}
.BgClassName
{
background-color: #3D5628;
}
</style>
border-color css
<style>
span { border-color: #3D5628; }
span { border-color: rgb(61,86,40); }
td.TdClassName
{
border-color: #3D5628;
}
.TagClassName
{
border-color: #3D5628;
}
</style>