Shades of Fruit Salad #3E8D40
Tints of Fruit Salad #3E8D40
RGB
CMYK
RGB Variations
Color information
#3E8D40 (or 0x3E8D40) is known color: Fruit Salad. HEX triplet: 3E, 8D and 40. RGB value is (62,141,64). Sum of RGB (Red+Green+Blue) = 62+141+64=267 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.22% from 267); Green value is 141 (55.47% from 255 or 52.81% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 141 - color contains mainly: green. Hex color #3E8D40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E8D40 is #C172BF. Grayscale: #6C6C6C. Windows color (decimal): -12677824 or 4230462. OLE color: 4230462.
HSL color Cylindrical-coordinate representation of color #3E8D40: hue angle of 121.52º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E8D40 is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 141 | 64 | - |
| CMYK | 0.56 | 0 | 0.55 | 0.45 |
| HSL | 121.52º | 0.39% | 0.4% | - |
| HSV(B) | 121.52º | 0.56% | 0.55% | - |
| XYZ | 12.44 | 20.44 | 8.14 | - |
| YUV | 108.6 | 102.83 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 141 | 64 | 0.56 | 0 | 0.55 | 0.45 | 121.52 | 0.39 | 0.4 |
| Hex | 3E | 8D | 40 | 38 | 0 | 37 | 2D | 7A | 27 | 28 |
| Octal | 76 | 215 | 100 | 70 | 0 | 67 | 55 | 172 | 47 | 50 |
| Binary | 111110 | 10001101 | 1000000 | 111000 | 0 | 110111 | 101101 | 1111010 | 100111 | 101000 |
Color Harmonies of #3E8D40
Complementary color
Monochromatic Colors of #3E8D40
Black with #3E8D40
Text Example
Text Example
White with #3E8D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8D40; }
p { color: rgb(62,141,64); }
H1.HeaderClassName
{
color: #3E8D40;
}
.AnyTagClassName
{
color: #3E8D40;
}
</style>
background-color css
<style>
a { background-color: #3E8D40; }
a { background-color: rgb(62,141,64); }
div.DivClassName
{
background-color: #3E8D40;
}
.BgClassName
{
background-color: #3E8D40;
}
</style>
border-color css
<style>
span { border-color: #3E8D40; }
span { border-color: rgb(62,141,64); }
td.TdClassName
{
border-color: #3E8D40;
}
.TagClassName
{
border-color: #3E8D40;
}
</style>