#3BB044

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

Shades of Fruit Salad #3BB044

Tints of Fruit Salad #3BB044

Color information

#3BB044 (or 0x3BB044) is unknown color: approx Fruit Salad. HEX triplet: 3B, B0 and 44. RGB value is (59,176,68). Sum of RGB (Red+Green+Blue) = 59+176+68=303 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.47% from 303); Green value is 176 (69.14% from 255 or 58.09% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 176 - color contains mainly: green. Hex color #3BB044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BB044 is #C44FBB. Grayscale: #818181. Windows color (decimal): -12865468 or 4501563. OLE color: 4501563.

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

Color convert

RGB5917668-
CMYK0.6600.610.31
HSL124.62º49.79%46.08%-
HSV(B)124.62º66.48%69.02%-
XYZ18.3732.410.75-
YUV128.7193.7478.28-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.47%
GREEN value IS 176 (69.14% from 255) = 58.09%
BLUE value IS 68 (26.95% from 255) = 22.44%
R=19.47%
G=58.09%
B=22.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal59176680.6600.610.31124.6249.7946.08
Hex3BB0444203D1F7d322e
Octal73260104102075371756256
Binary11101110110000100010010000100111101111111111101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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