#3BB049

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

Shades of Fruit Salad #3BB049

Tints of Fruit Salad #3BB049

Color information

#3BB049 (or 0x3BB049) is unknown color: approx Fruit Salad. HEX triplet: 3B, B0 and 49. RGB value is (59,176,73). Sum of RGB (Red+Green+Blue) = 59+176+73=308 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.16% from 308); Green value is 176 (69.14% from 255 or 57.14% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 176 - color contains mainly: green. Hex color #3BB049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BB049 is #C44FB6. Grayscale: #818181. Windows color (decimal): -12865463 or 4829243. OLE color: 4829243.

HSL color Cylindrical-coordinate representation of color #3BB049: hue angle of 127.18º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BB049 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB5917673-
CMYK0.6600.590.31
HSL127.18º49.79%46.08%-
HSV(B)127.18º66.48%69.02%-
XYZ18.5332.4611.59-
YUV129.2896.2477.88-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.16%
GREEN value IS 176 (69.14% from 255) = 57.14%
BLUE value IS 73 (28.91% from 255) = 23.70%
R=19.16%
G=57.14%
B=23.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal59176730.6600.590.31127.1849.7946.08
Hex3BB0494203B1F7f322e
Octal73260111102073371776256
Binary11101110110000100100110000100111011111111111111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,176,73); }

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

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

 a { background-color: rgb(59,176,73); }

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

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

 span { border-color: rgb(59,176,73); }

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