Shades of Clover #3D5526
Tints of Clover #3D5526
RGB
CMYK
RGB Variations
Color information
#3D5526 (or 0x3D5526) is known color: Clover. HEX triplet: 3D, 55 and 26. RGB value is (61,85,38). Sum of RGB (Red+Green+Blue) = 61+85+38=184 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.15% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 38 (15.23% from 255 or 20.65% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #3D5526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5526 is #C2AAD9. Grayscale: #484848. Windows color (decimal): -12757722 or 2512189. OLE color: 2512189.
HSL color Cylindrical-coordinate representation of color #3D5526: hue angle of 90.64º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D5526 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 85 | 38 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.67 |
| HSL | 90.64º | 0.38% | 0.24% | - |
| HSV(B) | 90.64º | 0.55% | 0.33% | - |
| XYZ | 5.52 | 7.63 | 3.02 | - |
| YUV | 72.47 | 108.55 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 85 | 38 | 0.28 | 0 | 0.55 | 0.67 | 90.64 | 0.38 | 0.24 |
| Hex | 3D | 55 | 26 | 1C | 0 | 37 | 43 | 5B | 26 | 18 |
| Octal | 75 | 125 | 46 | 34 | 0 | 67 | 103 | 133 | 46 | 30 |
| Binary | 111101 | 1010101 | 100110 | 11100 | 0 | 110111 | 1000011 | 1011011 | 100110 | 11000 |
Color Harmonies of #3D5526
Complementary color
Monochromatic Colors of #3D5526
Black with #3D5526
Text Example
Text Example
White with #3D5526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5526; }
p { color: rgb(61,85,38); }
H1.HeaderClassName
{
color: #3D5526;
}
.AnyTagClassName
{
color: #3D5526;
}
</style>
background-color css
<style>
a { background-color: #3D5526; }
a { background-color: rgb(61,85,38); }
div.DivClassName
{
background-color: #3D5526;
}
.BgClassName
{
background-color: #3D5526;
}
</style>
border-color css
<style>
span { border-color: #3D5526; }
span { border-color: rgb(61,85,38); }
td.TdClassName
{
border-color: #3D5526;
}
.TagClassName
{
border-color: #3D5526;
}
</style>