#3B9646

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

Shades of Fruit Salad #3B9646

Tints of Fruit Salad #3B9646

Color information

#3B9646 (or 0x3B9646) is unknown color: approx Fruit Salad. HEX triplet: 3B, 96 and 46. RGB value is (59,150,70). Sum of RGB (Red+Green+Blue) = 59+150+70=279 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.15% from 279); Green value is 150 (58.98% from 255 or 53.76% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 150 - color contains mainly: green. Hex color #3B9646 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B9646 is #C469B9. Grayscale: #717171. Windows color (decimal): -12872122 or 4625979. OLE color: 4625979.

HSL color Cylindrical-coordinate representation of color #3B9646: hue angle of 127.25º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B9646 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB5915070-
CMYK0.6100.530.41
HSL127.25º43.54%40.98%-
HSV(B)127.25º60.67%58.82%-
XYZ13.8223.189.54-
YUV113.67103.3589-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.15%
GREEN value IS 150 (58.98% from 255) = 53.76%
BLUE value IS 70 (27.73% from 255) = 25.09%
R=21.15%
G=53.76%
B=25.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal59150700.6100.530.41127.2543.5440.98
Hex3B96463D035297f2c29
Octal7322610675065511775451
Binary11101110010110100011011110101101011010011111111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,150,70); }

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

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

 a { background-color: rgb(59,150,70); }

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

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

 span { border-color: rgb(59,150,70); }

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