Shades of Clover #3E5025
Tints of Clover #3E5025
RGB
CMYK
RGB Variations
Color information
#3E5025 (or 0x3E5025) is known color: Clover. HEX triplet: 3E, 50 and 25. RGB value is (62,80,37). Sum of RGB (Red+Green+Blue) = 62+80+37=179 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.64% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 37 (14.84% from 255 or 20.67% from 179); Max value from RGB is 80 - color contains mainly: green. Hex color #3E5025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5025 is #C1AFDA. Grayscale: #454545. Windows color (decimal): -12693467 or 2445374. OLE color: 2445374.
HSL color Cylindrical-coordinate representation of color #3E5025: hue angle of 85.12º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E5025 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 80 | 37 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.69 |
| HSL | 85.12º | 0.37% | 0.23% | - |
| HSV(B) | 85.12º | 0.54% | 0.31% | - |
| XYZ | 5.19 | 6.9 | 2.81 | - |
| YUV | 69.72 | 109.54 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 80 | 37 | 0.22 | 0 | 0.54 | 0.69 | 85.12 | 0.37 | 0.23 |
| Hex | 3E | 50 | 25 | 16 | 0 | 36 | 45 | 55 | 25 | 17 |
| Octal | 76 | 120 | 45 | 26 | 0 | 66 | 105 | 125 | 45 | 27 |
| Binary | 111110 | 1010000 | 100101 | 10110 | 0 | 110110 | 1000101 | 1010101 | 100101 | 10111 |
Color Harmonies of #3E5025
Complementary color
Monochromatic Colors of #3E5025
Black with #3E5025
Text Example
Text Example
White with #3E5025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5025; }
p { color: rgb(62,80,37); }
H1.HeaderClassName
{
color: #3E5025;
}
.AnyTagClassName
{
color: #3E5025;
}
</style>
background-color css
<style>
a { background-color: #3E5025; }
a { background-color: rgb(62,80,37); }
div.DivClassName
{
background-color: #3E5025;
}
.BgClassName
{
background-color: #3E5025;
}
</style>
border-color css
<style>
span { border-color: #3E5025; }
span { border-color: rgb(62,80,37); }
td.TdClassName
{
border-color: #3E5025;
}
.TagClassName
{
border-color: #3E5025;
}
</style>