#3EB345

Color #3EB345 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #3EB345

Tints of Fruit Salad #3EB345

Color information

#3EB345 (or 0x3EB345) is unknown color: approx Fruit Salad. HEX triplet: 3E, B3 and 45. RGB value is (62,179,69). Sum of RGB (Red+Green+Blue) = 62+179+69=310 (41% of max value = 765). Red value is 62 (24.61% from 255 or 20% from 310); Green value is 179 (70.31% from 255 or 57.74% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 179 - color contains mainly: green. Hex color #3EB345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EB345 is #C14CBA. Grayscale: #838383. Windows color (decimal): -12668091 or 4567870. OLE color: 4567870.

HSL color Cylindrical-coordinate representation of color #3EB345: hue angle of 123.59º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3EB345 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB6217969-
CMYK0.6500.610.30
HSL123.59º48.55%47.25%-
HSV(B)123.59º65.36%70.2%-
XYZ19.1833.6911.12-
YUV131.4892.7478.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 20%
GREEN value IS 179 (70.31% from 255) = 57.74%
BLUE value IS 69 (27.34% from 255) = 22.26%
R=20%
G=57.74%
B=22.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal62179690.6500.610.30123.5948.5547.25
Hex3EB3454103D1E7c312f
Octal76263105101075361746157
Binary11111010110011100010110000010111101111101111100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EB345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3EB345; }

 p { color: rgb(62,179,69); }

 H1.HeaderClassName
 {
   color: #3EB345;
 }
 .AnyTagClassName
 {
   color: #3EB345;
 }
</style>
background-color css

<style>
 a { background-color: #3EB345; }

 a { background-color: rgb(62,179,69); }

 div.DivClassName
 {
   background-color: #3EB345;
 }
 .BgClassName
 {
   background-color: #3EB345;
 }
</style>
border-color css

<style>
 span { border-color: #3EB345; }

 span { border-color: rgb(62,179,69); }

 td.TdClassName
 {
   border-color: #3EB345;
 }
 .TagClassName
 {
   border-color: #3EB345;
 }
</style>