#3BB047

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

Shades of Fruit Salad #3BB047

Tints of Fruit Salad #3BB047

Color information

#3BB047 (or 0x3BB047) is unknown color: approx Fruit Salad. HEX triplet: 3B, B0 and 47. RGB value is (59,176,71). Sum of RGB (Red+Green+Blue) = 59+176+71=306 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.28% from 306); Green value is 176 (69.14% from 255 or 57.52% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 176 - color contains mainly: green. Hex color #3BB047 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BB047 is #C44FB8. Grayscale: #818181. Windows color (decimal): -12865465 or 4698171. OLE color: 4698171.

HSL color Cylindrical-coordinate representation of color #3BB047: hue angle of 126.15º 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 #3BB047 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB5917671-
CMYK0.6600.600.31
HSL126.15º49.79%46.08%-
HSV(B)126.15º66.48%69.02%-
XYZ18.4732.4411.25-
YUV129.0595.2478.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.28%
GREEN value IS 176 (69.14% from 255) = 57.52%
BLUE value IS 71 (28.12% from 255) = 23.20%
R=19.28%
G=57.52%
B=23.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal59176710.6600.600.31126.1549.7946.08
Hex3BB0474203C1F7e322e
Octal73260107102074371766256
Binary11101110110000100011110000100111100111111111110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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