#3BAA49

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

Shades of Fruit Salad #3BAA49

Tints of Fruit Salad #3BAA49

Color information

#3BAA49 (or 0x3BAA49) is unknown color: approx Fruit Salad. HEX triplet: 3B, AA and 49. RGB value is (59,170,73). Sum of RGB (Red+Green+Blue) = 59+170+73=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 170 (66.80% from 255 or 56.29% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 170 - color contains mainly: green. Hex color #3BAA49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAA49 is #C455B6. Grayscale: #7E7E7E. Windows color (decimal): -12866999 or 4827707. OLE color: 4827707.

HSL color Cylindrical-coordinate representation of color #3BAA49: hue angle of 127.57º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BAA49 is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB5917073-
CMYK0.6500.570.33
HSL127.57º48.47%44.9%-
HSV(B)127.57º65.29%66.67%-
XYZ17.3830.1611.21-
YUV125.7598.2380.39-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.54%
GREEN value IS 170 (66.80% from 255) = 56.29%
BLUE value IS 73 (28.91% from 255) = 24.17%
R=19.54%
G=56.29%
B=24.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59170730.6500.570.33127.5748.4744.9
Hex3BAA49410392180302d
Octal73252111101071412006055
Binary1110111010101010010011000001011100110000110000000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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