Shades of Clover #3E5525
Tints of Clover #3E5525
RGB
CMYK
RGB Variations
Color information
#3E5525 (or 0x3E5525) is known color: Clover. HEX triplet: 3E, 55 and 25. RGB value is (62,85,37). Sum of RGB (Red+Green+Blue) = 62+85+37=184 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.70% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #3E5525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5525 is #C1AADA. Grayscale: #484848. Windows color (decimal): -12692187 or 2446654. OLE color: 2446654.
HSL color Cylindrical-coordinate representation of color #3E5525: hue angle of 88.75º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E5525 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 85 | 37 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.67 |
| HSL | 88.75º | 0.39% | 0.24% | - |
| HSV(B) | 88.75º | 0.56% | 0.33% | - |
| XYZ | 5.57 | 7.65 | 2.93 | - |
| YUV | 72.65 | 107.88 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 85 | 37 | 0.27 | 0 | 0.56 | 0.67 | 88.75 | 0.39 | 0.24 |
| Hex | 3E | 55 | 25 | 1B | 0 | 38 | 43 | 59 | 27 | 18 |
| Octal | 76 | 125 | 45 | 33 | 0 | 70 | 103 | 131 | 47 | 30 |
| Binary | 111110 | 1010101 | 100101 | 11011 | 0 | 111000 | 1000011 | 1011001 | 100111 | 11000 |
Color Harmonies of #3E5525
Complementary color
Monochromatic Colors of #3E5525
Black with #3E5525
Text Example
Text Example
White with #3E5525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5525; }
p { color: rgb(62,85,37); }
H1.HeaderClassName
{
color: #3E5525;
}
.AnyTagClassName
{
color: #3E5525;
}
</style>
background-color css
<style>
a { background-color: #3E5525; }
a { background-color: rgb(62,85,37); }
div.DivClassName
{
background-color: #3E5525;
}
.BgClassName
{
background-color: #3E5525;
}
</style>
border-color css
<style>
span { border-color: #3E5525; }
span { border-color: rgb(62,85,37); }
td.TdClassName
{
border-color: #3E5525;
}
.TagClassName
{
border-color: #3E5525;
}
</style>