Shades of Clover #3D5722
Tints of Clover #3D5722
RGB
CMYK
RGB Variations
Color information
#3D5722 (or 0x3D5722) is known color: Clover. HEX triplet: 3D, 57 and 22. RGB value is (61,87,34). Sum of RGB (Red+Green+Blue) = 61+87+34=182 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.52% from 182); Green value is 87 (34.38% from 255 or 47.80% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 87 - color contains mainly: green. Hex color #3D5722 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5722 is #C2A8DD. Grayscale: #494949. Windows color (decimal): -12757214 or 2250557. OLE color: 2250557.
HSL color Cylindrical-coordinate representation of color #3D5722: hue angle of 89.43º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D5722 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 61 | 87 | 34 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.66 |
| HSL | 89.43º | 0.44% | 0.24% | - |
| HSV(B) | 89.43º | 0.61% | 0.34% | - |
| XYZ | 5.62 | 7.92 | 2.75 | - |
| YUV | 73.18 | 105.89 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 87 | 34 | 0.30 | 0 | 0.61 | 0.66 | 89.43 | 0.44 | 0.24 |
| Hex | 3D | 57 | 22 | 1E | 0 | 3D | 42 | 59 | 2C | 18 |
| Octal | 75 | 127 | 42 | 36 | 0 | 75 | 102 | 131 | 54 | 30 |
| Binary | 111101 | 1010111 | 100010 | 11110 | 0 | 111101 | 1000010 | 1011001 | 101100 | 11000 |
Color Harmonies of #3D5722
Complementary color
Monochromatic Colors of #3D5722
Black with #3D5722
Text Example
Text Example
White with #3D5722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5722; }
p { color: rgb(61,87,34); }
H1.HeaderClassName
{
color: #3D5722;
}
.AnyTagClassName
{
color: #3D5722;
}
</style>
background-color css
<style>
a { background-color: #3D5722; }
a { background-color: rgb(61,87,34); }
div.DivClassName
{
background-color: #3D5722;
}
.BgClassName
{
background-color: #3D5722;
}
</style>
border-color css
<style>
span { border-color: #3D5722; }
span { border-color: rgb(61,87,34); }
td.TdClassName
{
border-color: #3D5722;
}
.TagClassName
{
border-color: #3D5722;
}
</style>