#3BB440

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

Shades of Fruit Salad #3BB440

Tints of Fruit Salad #3BB440

Color information

#3BB440 (or 0x3BB440) is unknown color: approx Fruit Salad. HEX triplet: 3B, B4 and 40. RGB value is (59,180,64). Sum of RGB (Red+Green+Blue) = 59+180+64=303 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.47% from 303); Green value is 180 (70.70% from 255 or 59.41% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 180 - color contains mainly: green. Hex color #3BB440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BB440 is #C44BBF. Grayscale: #828282. Windows color (decimal): -12864448 or 4240443. OLE color: 4240443.

HSL color Cylindrical-coordinate representation of color #3BB440: hue angle of 122.48º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BB440 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB5918064-
CMYK0.6700.640.29
HSL122.48º50.63%46.86%-
HSV(B)122.48º67.22%70.59%-
XYZ19.0533.9410.4-
YUV130.690.4176.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.47%
GREEN value IS 180 (70.70% from 255) = 59.41%
BLUE value IS 64 (25.39% from 255) = 21.12%
R=19.47%
G=59.41%
B=21.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal59180640.6700.640.29122.4850.6346.86
Hex3BB440430401D7a332f
Octal732641001030100351726357
Binary111011101101001000000100001101000000111011111010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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