Shades of Clover #3D5521
Tints of Clover #3D5521
RGB
CMYK
RGB Variations
Color information
#3D5521 (or 0x3D5521) is known color: Clover. HEX triplet: 3D, 55 and 21. RGB value is (61,85,33). Sum of RGB (Red+Green+Blue) = 61+85+33=179 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.08% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #3D5521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5521 is #C2AADE. Grayscale: #484848. Windows color (decimal): -12757727 or 2184509. OLE color: 2184509.
HSL color Cylindrical-coordinate representation of color #3D5521: hue angle of 87.69º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D5521 is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 85 | 33 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.67 |
| HSL | 87.69º | 0.44% | 0.23% | - |
| HSV(B) | 87.69º | 0.61% | 0.33% | - |
| XYZ | 5.45 | 7.6 | 2.62 | - |
| YUV | 71.9 | 106.05 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 85 | 33 | 0.28 | 0 | 0.61 | 0.67 | 87.69 | 0.44 | 0.23 |
| Hex | 3D | 55 | 21 | 1C | 0 | 3D | 43 | 58 | 2C | 17 |
| Octal | 75 | 125 | 41 | 34 | 0 | 75 | 103 | 130 | 54 | 27 |
| Binary | 111101 | 1010101 | 100001 | 11100 | 0 | 111101 | 1000011 | 1011000 | 101100 | 10111 |
Color Harmonies of #3D5521
Complementary color
Monochromatic Colors of #3D5521
Black with #3D5521
Text Example
Text Example
White with #3D5521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5521; }
p { color: rgb(61,85,33); }
H1.HeaderClassName
{
color: #3D5521;
}
.AnyTagClassName
{
color: #3D5521;
}
</style>
background-color css
<style>
a { background-color: #3D5521; }
a { background-color: rgb(61,85,33); }
div.DivClassName
{
background-color: #3D5521;
}
.BgClassName
{
background-color: #3D5521;
}
</style>
border-color css
<style>
span { border-color: #3D5521; }
span { border-color: rgb(61,85,33); }
td.TdClassName
{
border-color: #3D5521;
}
.TagClassName
{
border-color: #3D5521;
}
</style>