Shades of Clover #3D5823
Tints of Clover #3D5823
RGB
CMYK
RGB Variations
Color information
#3D5823 (or 0x3D5823) is known color: Clover. HEX triplet: 3D, 58 and 23. RGB value is (61,88,35). Sum of RGB (Red+Green+Blue) = 61+88+35=184 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.15% from 184); Green value is 88 (34.77% from 255 or 47.83% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 88 - color contains mainly: green. Hex color #3D5823 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5823 is #C2A7DC. Grayscale: #4A4A4A. Windows color (decimal): -12756957 or 2316349. OLE color: 2316349.
HSL color Cylindrical-coordinate representation of color #3D5823: hue angle of 90.57º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D5823 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 88 | 35 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.65 |
| HSL | 90.57º | 0.43% | 0.24% | - |
| HSV(B) | 90.57º | 0.6% | 0.35% | - |
| XYZ | 5.72 | 8.09 | 2.85 | - |
| YUV | 73.89 | 106.05 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 88 | 35 | 0.31 | 0 | 0.60 | 0.65 | 90.57 | 0.43 | 0.24 |
| Hex | 3D | 58 | 23 | 1F | 0 | 3C | 41 | 5B | 2B | 18 |
| Octal | 75 | 130 | 43 | 37 | 0 | 74 | 101 | 133 | 53 | 30 |
| Binary | 111101 | 1011000 | 100011 | 11111 | 0 | 111100 | 1000001 | 1011011 | 101011 | 11000 |
Color Harmonies of #3D5823
Complementary color
Monochromatic Colors of #3D5823
Black with #3D5823
Text Example
Text Example
White with #3D5823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5823; }
p { color: rgb(61,88,35); }
H1.HeaderClassName
{
color: #3D5823;
}
.AnyTagClassName
{
color: #3D5823;
}
</style>
background-color css
<style>
a { background-color: #3D5823; }
a { background-color: rgb(61,88,35); }
div.DivClassName
{
background-color: #3D5823;
}
.BgClassName
{
background-color: #3D5823;
}
</style>
border-color css
<style>
span { border-color: #3D5823; }
span { border-color: rgb(61,88,35); }
td.TdClassName
{
border-color: #3D5823;
}
.TagClassName
{
border-color: #3D5823;
}
</style>