#3BB14A

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

Shades of Fruit Salad #3BB14A

Tints of Fruit Salad #3BB14A

Color information

#3BB14A (or 0x3BB14A) is unknown color: approx Fruit Salad. HEX triplet: 3B, B1 and 4A. RGB value is (59,177,74). Sum of RGB (Red+Green+Blue) = 59+177+74=310 (41% of max value = 765). Red value is 59 (23.44% from 255 or 19.03% from 310); Green value is 177 (69.53% from 255 or 57.10% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 177 - color contains mainly: green. Hex color #3BB14A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BB14A is #C44EB5. Grayscale: #828282. Windows color (decimal): -12865206 or 4895035. OLE color: 4895035.

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

Color convert

RGB5917774-
CMYK0.6700.580.31
HSL127.63º50%46.27%-
HSV(B)127.63º66.67%69.41%-
XYZ18.7632.8711.83-
YUV129.9896.4177.38-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.03%
GREEN value IS 177 (69.53% from 255) = 57.10%
BLUE value IS 74 (29.30% from 255) = 23.87%
R=19.03%
G=57.10%
B=23.87%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal59177740.6700.580.31127.635046.27
Hex3BB14A4303A1F80322e
Octal73261112103072372006256
Binary111011101100011001010100001101110101111110000000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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