Shades of Clover #3D5122
Tints of Clover #3D5122
RGB
CMYK
RGB Variations
Color information
#3D5122 (or 0x3D5122) is known color: Clover. HEX triplet: 3D, 51 and 22. RGB value is (61,81,34). Sum of RGB (Red+Green+Blue) = 61+81+34=176 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.66% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 34 (13.67% from 255 or 19.32% from 176); Max value from RGB is 81 - color contains mainly: green. Hex color #3D5122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5122 is #C2AEDD. Grayscale: #454545. Windows color (decimal): -12758750 or 2249021. OLE color: 2249021.
HSL color Cylindrical-coordinate representation of color #3D5122: hue angle of 85.53º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D5122 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 81 | 34 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.68 |
| HSL | 85.53º | 0.41% | 0.23% | - |
| HSV(B) | 85.53º | 0.58% | 0.32% | - |
| XYZ | 5.16 | 6.99 | 2.59 | - |
| YUV | 69.66 | 107.87 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 81 | 34 | 0.25 | 0 | 0.58 | 0.68 | 85.53 | 0.41 | 0.23 |
| Hex | 3D | 51 | 22 | 19 | 0 | 3A | 44 | 56 | 29 | 17 |
| Octal | 75 | 121 | 42 | 31 | 0 | 72 | 104 | 126 | 51 | 27 |
| Binary | 111101 | 1010001 | 100010 | 11001 | 0 | 111010 | 1000100 | 1010110 | 101001 | 10111 |
Color Harmonies of #3D5122
Complementary color
Monochromatic Colors of #3D5122
Black with #3D5122
Text Example
Text Example
White with #3D5122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5122; }
p { color: rgb(61,81,34); }
H1.HeaderClassName
{
color: #3D5122;
}
.AnyTagClassName
{
color: #3D5122;
}
</style>
background-color css
<style>
a { background-color: #3D5122; }
a { background-color: rgb(61,81,34); }
div.DivClassName
{
background-color: #3D5122;
}
.BgClassName
{
background-color: #3D5122;
}
</style>
border-color css
<style>
span { border-color: #3D5122; }
span { border-color: rgb(61,81,34); }
td.TdClassName
{
border-color: #3D5122;
}
.TagClassName
{
border-color: #3D5122;
}
</style>