#3BB949

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

Shades of Fruit Salad #3BB949

Tints of Fruit Salad #3BB949

Color information

#3BB949 (or 0x3BB949) is unknown color: approx Fruit Salad. HEX triplet: 3B, B9 and 49. RGB value is (59,185,73). Sum of RGB (Red+Green+Blue) = 59+185+73=317 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.61% from 317); Green value is 185 (72.66% from 255 or 58.36% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 185 - color contains mainly: green. Hex color #3BB949 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BB949 is #C446B6. Grayscale: #868686. Windows color (decimal): -12863159 or 4831547. OLE color: 4831547.

HSL color Cylindrical-coordinate representation of color #3BB949: hue angle of 126.67º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BB949 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB5918573-
CMYK0.6800.610.27
HSL126.67º51.64%47.84%-
HSV(B)126.67º68.11%72.55%-
XYZ20.3636.1112.2-
YUV134.5693.2674.11-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.61%
GREEN value IS 185 (72.66% from 255) = 58.36%
BLUE value IS 73 (28.91% from 255) = 23.03%
R=18.61%
G=58.36%
B=23.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal59185730.6800.610.27126.6751.6447.84
Hex3BB9494403D1B7f3430
Octal73271111104075331776460
Binary11101110111001100100110001000111101110111111111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,185,73); }

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

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

 a { background-color: rgb(59,185,73); }

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

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

 span { border-color: rgb(59,185,73); }

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