#3BB040

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

Shades of Fruit Salad #3BB040

Tints of Fruit Salad #3BB040

Color information

#3BB040 (or 0x3BB040) is unknown color: approx Fruit Salad. HEX triplet: 3B, B0 and 40. RGB value is (59,176,64). Sum of RGB (Red+Green+Blue) = 59+176+64=299 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.73% from 299); Green value is 176 (69.14% from 255 or 58.86% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 176 - color contains mainly: green. Hex color #3BB040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BB040 is #C44FBF. Grayscale: #808080. Windows color (decimal): -12865472 or 4239419. OLE color: 4239419.

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

Color convert

RGB5917664-
CMYK0.6600.640.31
HSL122.56º49.79%46.08%-
HSV(B)122.56º66.48%69.02%-
XYZ18.2532.3510.13-
YUV128.2591.7478.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.73%
GREEN value IS 176 (69.14% from 255) = 58.86%
BLUE value IS 64 (25.39% from 255) = 21.40%
R=19.73%
G=58.86%
B=21.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal59176640.6600.640.31122.5649.7946.08
Hex3BB040420401F7b322e
Octal732601001020100371736256
Binary111011101100001000000100001001000000111111111011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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