Shades of Fruit Salad #3EAA4D
Tints of Fruit Salad #3EAA4D
RGB
CMYK
RGB Variations
Color information
#3EAA4D (or 0x3EAA4D) is known color: Fruit Salad. HEX triplet: 3E, AA and 4D. RGB value is (62,170,77). Sum of RGB (Red+Green+Blue) = 62+170+77=309 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.06% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #3EAA4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3EAA4D is #C155B2. Grayscale: #7F7F7F. Windows color (decimal): -12670387 or 5089854. OLE color: 5089854.
HSL color Cylindrical-coordinate representation of color #3EAA4D: hue angle of 128.33º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3EAA4D is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 170 | 77 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.33 |
| HSL | 128.33º | 0.47% | 0.45% | - |
| HSV(B) | 128.33º | 0.64% | 0.67% | - |
| XYZ | 17.7 | 30.31 | 11.94 | - |
| YUV | 127.11 | 99.72 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 170 | 77 | 0.64 | 0 | 0.55 | 0.33 | 128.33 | 0.47 | 0.45 |
| Hex | 3E | AA | 4D | 40 | 0 | 37 | 21 | 80 | 2F | 2D |
| Octal | 76 | 252 | 115 | 100 | 0 | 67 | 41 | 200 | 57 | 55 |
| Binary | 111110 | 10101010 | 1001101 | 1000000 | 0 | 110111 | 100001 | 10000000 | 101111 | 101101 |
Color Harmonies of #3EAA4D
Complementary color
Monochromatic Colors of #3EAA4D
Black with #3EAA4D
Text Example
Text Example
White with #3EAA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EAA4D; }
p { color: rgb(62,170,77); }
H1.HeaderClassName
{
color: #3EAA4D;
}
.AnyTagClassName
{
color: #3EAA4D;
}
</style>
background-color css
<style>
a { background-color: #3EAA4D; }
a { background-color: rgb(62,170,77); }
div.DivClassName
{
background-color: #3EAA4D;
}
.BgClassName
{
background-color: #3EAA4D;
}
</style>
border-color css
<style>
span { border-color: #3EAA4D; }
span { border-color: rgb(62,170,77); }
td.TdClassName
{
border-color: #3EAA4D;
}
.TagClassName
{
border-color: #3EAA4D;
}
</style>