#3BB44F

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

Shades of Fruit Salad #3BB44F

Tints of Fruit Salad #3BB44F

Color information

#3BB44F (or 0x3BB44F) is unknown color: approx Fruit Salad. HEX triplet: 3B, B4 and 4F. RGB value is (59,180,79). Sum of RGB (Red+Green+Blue) = 59+180+79=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 180 (70.70% from 255 or 56.60% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 180 - color contains mainly: green. Hex color #3BB44F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BB44F is #C44BB0. Grayscale: #848484. Windows color (decimal): -12864433 or 5223483. OLE color: 5223483.

HSL color Cylindrical-coordinate representation of color #3BB44F: hue angle of 129.92º 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 #3BB44F is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB5918079-
CMYK0.6700.560.29
HSL129.92º50.63%46.86%-
HSV(B)129.92º67.22%70.59%-
XYZ19.5434.1412.96-
YUV132.3197.9175.71-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.55%
GREEN value IS 180 (70.70% from 255) = 56.60%
BLUE value IS 79 (31.25% from 255) = 24.84%
R=18.55%
G=56.60%
B=24.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal59180790.6700.560.29129.9250.6346.86
Hex3BB44F430381D82332f
Octal73264117103070352026357
Binary111011101101001001111100001101110001110110000010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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