Shades of Fruit Salad #3EA044
Tints of Fruit Salad #3EA044
RGB
CMYK
RGB Variations
Color information
#3EA044 (or 0x3EA044) is known color: Fruit Salad. HEX triplet: 3E, A0 and 44. RGB value is (62,160,68). Sum of RGB (Red+Green+Blue) = 62+160+68=290 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.38% from 290); Green value is 160 (62.89% from 255 or 55.17% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 160 - color contains mainly: green. Hex color #3EA044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3EA044 is #C15FBB. Grayscale: #787878. Windows color (decimal): -12672956 or 4497470. OLE color: 4497470.
HSL color Cylindrical-coordinate representation of color #3EA044: hue angle of 123.67º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3EA044 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 62 | 160 | 68 | - |
| CMYK | 0.61 | 0 | 0.57 | 0.37 |
| HSL | 123.67º | 0.44% | 0.44% | - |
| HSV(B) | 123.67º | 0.61% | 0.63% | - |
| XYZ | 15.6 | 26.58 | 9.78 | - |
| YUV | 120.21 | 98.53 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 160 | 68 | 0.61 | 0 | 0.57 | 0.37 | 123.67 | 0.44 | 0.44 |
| Hex | 3E | A0 | 44 | 3D | 0 | 39 | 25 | 7C | 2C | 2C |
| Octal | 76 | 240 | 104 | 75 | 0 | 71 | 45 | 174 | 54 | 54 |
| Binary | 111110 | 10100000 | 1000100 | 111101 | 0 | 111001 | 100101 | 1111100 | 101100 | 101100 |
Color Harmonies of #3EA044
Complementary color
Monochromatic Colors of #3EA044
Black with #3EA044
Text Example
Text Example
White with #3EA044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EA044; }
p { color: rgb(62,160,68); }
H1.HeaderClassName
{
color: #3EA044;
}
.AnyTagClassName
{
color: #3EA044;
}
</style>
background-color css
<style>
a { background-color: #3EA044; }
a { background-color: rgb(62,160,68); }
div.DivClassName
{
background-color: #3EA044;
}
.BgClassName
{
background-color: #3EA044;
}
</style>
border-color css
<style>
span { border-color: #3EA044; }
span { border-color: rgb(62,160,68); }
td.TdClassName
{
border-color: #3EA044;
}
.TagClassName
{
border-color: #3EA044;
}
</style>