#3BB13D

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

Shades of Fruit Salad #3BB13D

Tints of Fruit Salad #3BB13D

Color information

#3BB13D (or 0x3BB13D) is unknown color: approx Fruit Salad. HEX triplet: 3B, B1 and 3D. RGB value is (59,177,61). Sum of RGB (Red+Green+Blue) = 59+177+61=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 177 (69.53% from 255 or 59.60% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 177 - color contains mainly: green. Hex color #3BB13D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BB13D is #C44EC2. Grayscale: #808080. Windows color (decimal): -12865219 or 4043067. OLE color: 4043067.

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

Color convert

RGB5917761-
CMYK0.6700.660.31
HSL121.02º50%46.27%-
HSV(B)121.02º66.67%69.41%-
XYZ18.3732.719.76-
YUV128.4989.9178.43-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.87%
GREEN value IS 177 (69.53% from 255) = 59.60%
BLUE value IS 61 (24.22% from 255) = 20.54%
R=19.87%
G=59.60%
B=20.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal59177610.6700.660.31121.025046.27
Hex3BB13D430421F79322e
Octal73261751030102371716256
Binary11101110110001111101100001101000010111111111001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,177,61); }

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

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

 a { background-color: rgb(59,177,61); }

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

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

 span { border-color: rgb(59,177,61); }

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