#3FB745

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

Shades of Fruit Salad #3FB745

Tints of Fruit Salad #3FB745

Color information

#3FB745 (or 0x3FB745) is unknown color: approx Fruit Salad. HEX triplet: 3F, B7 and 45. RGB value is (63,183,69). Sum of RGB (Red+Green+Blue) = 63+183+69=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 183 (71.88% from 255 or 58.10% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 183 - color contains mainly: green. Hex color #3FB745 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FB745 is #C048BA. Grayscale: #868686. Windows color (decimal): -12601531 or 4568895. OLE color: 4568895.

HSL color Cylindrical-coordinate representation of color #3FB745: hue angle of 123º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB745 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB6318369-
CMYK0.6600.620.28
HSL123º48.78%48.24%-
HSV(B)123º65.57%71.76%-
XYZ20.0635.3511.4-
YUV134.1291.2477.27-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20%
GREEN value IS 183 (71.88% from 255) = 58.10%
BLUE value IS 69 (27.34% from 255) = 21.90%
R=20%
G=58.10%
B=21.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal63183690.6600.620.2812348.7848.24
Hex3FB7454203E1C7b3130
Octal77267105102076341736160
Binary11111110110111100010110000100111110111001111011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,183,69); }

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

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

 a { background-color: rgb(63,183,69); }

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

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

 span { border-color: rgb(63,183,69); }

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