Shades of Fruit Salad #3EA442
Tints of Fruit Salad #3EA442
RGB
CMYK
RGB Variations
Color information
#3EA442 (or 0x3EA442) is known color: Fruit Salad. HEX triplet: 3E, A4 and 42. RGB value is (62,164,66). Sum of RGB (Red+Green+Blue) = 62+164+66=292 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.23% from 292); Green value is 164 (64.45% from 255 or 56.16% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 164 - color contains mainly: green. Hex color #3EA442 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3EA442 is #C15BBD. Grayscale: #7A7A7A. Windows color (decimal): -12671934 or 4367422. OLE color: 4367422.
HSL color Cylindrical-coordinate representation of color #3EA442: hue angle of 122.35º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3EA442 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 62 | 164 | 66 | - |
| CMYK | 0.62 | 0 | 0.60 | 0.36 |
| HSL | 122.35º | 0.45% | 0.44% | - |
| HSV(B) | 122.35º | 0.62% | 0.64% | - |
| XYZ | 16.25 | 27.97 | 9.7 | - |
| YUV | 122.33 | 96.21 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 164 | 66 | 0.62 | 0 | 0.60 | 0.36 | 122.35 | 0.45 | 0.44 |
| Hex | 3E | A4 | 42 | 3E | 0 | 3C | 24 | 7A | 2D | 2C |
| Octal | 76 | 244 | 102 | 76 | 0 | 74 | 44 | 172 | 55 | 54 |
| Binary | 111110 | 10100100 | 1000010 | 111110 | 0 | 111100 | 100100 | 1111010 | 101101 | 101100 |
Color Harmonies of #3EA442
Complementary color
Monochromatic Colors of #3EA442
Black with #3EA442
Text Example
Text Example
White with #3EA442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EA442; }
p { color: rgb(62,164,66); }
H1.HeaderClassName
{
color: #3EA442;
}
.AnyTagClassName
{
color: #3EA442;
}
</style>
background-color css
<style>
a { background-color: #3EA442; }
a { background-color: rgb(62,164,66); }
div.DivClassName
{
background-color: #3EA442;
}
.BgClassName
{
background-color: #3EA442;
}
</style>
border-color css
<style>
span { border-color: #3EA442; }
span { border-color: rgb(62,164,66); }
td.TdClassName
{
border-color: #3EA442;
}
.TagClassName
{
border-color: #3EA442;
}
</style>