Shades of Fruit Salad #3EA045
Tints of Fruit Salad #3EA045
RGB
CMYK
RGB Variations
Color information
#3EA045 (or 0x3EA045) is known color: Fruit Salad. HEX triplet: 3E, A0 and 45. RGB value is (62,160,69). Sum of RGB (Red+Green+Blue) = 62+160+69=291 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.31% from 291); Green value is 160 (62.89% from 255 or 54.98% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 160 - color contains mainly: green. Hex color #3EA045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3EA045 is #C15FBA. Grayscale: #787878. Windows color (decimal): -12672955 or 4563006. OLE color: 4563006.
HSL color Cylindrical-coordinate representation of color #3EA045: hue angle of 124.29º 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 #3EA045 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 62 | 160 | 69 | - |
| CMYK | 0.61 | 0 | 0.57 | 0.37 |
| HSL | 124.29º | 0.44% | 0.44% | - |
| HSV(B) | 124.29º | 0.61% | 0.63% | - |
| XYZ | 15.63 | 26.6 | 9.94 | - |
| YUV | 120.32 | 99.03 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 160 | 69 | 0.61 | 0 | 0.57 | 0.37 | 124.29 | 0.44 | 0.44 |
| Hex | 3E | A0 | 45 | 3D | 0 | 39 | 25 | 7C | 2C | 2C |
| Octal | 76 | 240 | 105 | 75 | 0 | 71 | 45 | 174 | 54 | 54 |
| Binary | 111110 | 10100000 | 1000101 | 111101 | 0 | 111001 | 100101 | 1111100 | 101100 | 101100 |
Color Harmonies of #3EA045
Complementary color
Monochromatic Colors of #3EA045
Black with #3EA045
Text Example
Text Example
White with #3EA045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EA045; }
p { color: rgb(62,160,69); }
H1.HeaderClassName
{
color: #3EA045;
}
.AnyTagClassName
{
color: #3EA045;
}
</style>
background-color css
<style>
a { background-color: #3EA045; }
a { background-color: rgb(62,160,69); }
div.DivClassName
{
background-color: #3EA045;
}
.BgClassName
{
background-color: #3EA045;
}
</style>
border-color css
<style>
span { border-color: #3EA045; }
span { border-color: rgb(62,160,69); }
td.TdClassName
{
border-color: #3EA045;
}
.TagClassName
{
border-color: #3EA045;
}
</style>