Shades of Clover #3D5325
Tints of Clover #3D5325
RGB
CMYK
RGB Variations
Color information
#3D5325 (or 0x3D5325) is known color: Clover. HEX triplet: 3D, 53 and 25. RGB value is (61,83,37). Sum of RGB (Red+Green+Blue) = 61+83+37=181 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.70% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 37 (14.84% from 255 or 20.44% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #3D5325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5325 is #C2ACDA. Grayscale: #474747. Windows color (decimal): -12758235 or 2446141. OLE color: 2446141.
HSL color Cylindrical-coordinate representation of color #3D5325: hue angle of 88.7º 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 #3D5325 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 83 | 37 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.67 |
| HSL | 88.7º | 0.38% | 0.24% | - |
| HSV(B) | 88.7º | 0.55% | 0.33% | - |
| XYZ | 5.35 | 7.31 | 2.88 | - |
| YUV | 71.18 | 108.71 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 83 | 37 | 0.27 | 0 | 0.55 | 0.67 | 88.7 | 0.38 | 0.24 |
| Hex | 3D | 53 | 25 | 1B | 0 | 37 | 43 | 59 | 26 | 18 |
| Octal | 75 | 123 | 45 | 33 | 0 | 67 | 103 | 131 | 46 | 30 |
| Binary | 111101 | 1010011 | 100101 | 11011 | 0 | 110111 | 1000011 | 1011001 | 100110 | 11000 |
Color Harmonies of #3D5325
Complementary color
Monochromatic Colors of #3D5325
Black with #3D5325
Text Example
Text Example
White with #3D5325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5325; }
p { color: rgb(61,83,37); }
H1.HeaderClassName
{
color: #3D5325;
}
.AnyTagClassName
{
color: #3D5325;
}
</style>
background-color css
<style>
a { background-color: #3D5325; }
a { background-color: rgb(61,83,37); }
div.DivClassName
{
background-color: #3D5325;
}
.BgClassName
{
background-color: #3D5325;
}
</style>
border-color css
<style>
span { border-color: #3D5325; }
span { border-color: rgb(61,83,37); }
td.TdClassName
{
border-color: #3D5325;
}
.TagClassName
{
border-color: #3D5325;
}
</style>