#3BAE40

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

Shades of Fruit Salad #3BAE40

Tints of Fruit Salad #3BAE40

Color information

#3BAE40 (or 0x3BAE40) is unknown color: approx Fruit Salad. HEX triplet: 3B, AE and 40. RGB value is (59,174,64). Sum of RGB (Red+Green+Blue) = 59+174+64=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 174 (68.36% from 255 or 58.59% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAE40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAE40 is #C451BF. Grayscale: #7F7F7F. Windows color (decimal): -12865984 or 4238907. OLE color: 4238907.

HSL color Cylindrical-coordinate representation of color #3BAE40: hue angle of 122.61º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAE40 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB5917464-
CMYK0.6600.630.32
HSL122.61º49.36%45.69%-
HSV(B)122.61º66.09%68.24%-
XYZ17.8731.5710-
YUV127.0892.479.44-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.87%
GREEN value IS 174 (68.36% from 255) = 58.59%
BLUE value IS 64 (25.39% from 255) = 21.55%
R=19.87%
G=58.59%
B=21.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal59174640.6600.630.32122.6149.3645.69
Hex3BAE404203F207b312e
Octal73256100102077401736156
Binary111011101011101000000100001001111111000001111011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,174,64); }

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

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

 a { background-color: rgb(59,174,64); }

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

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

 span { border-color: rgb(59,174,64); }

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