#3BA746

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

Shades of Fruit Salad #3BA746

Tints of Fruit Salad #3BA746

Color information

#3BA746 (or 0x3BA746) is unknown color: approx Fruit Salad. HEX triplet: 3B, A7 and 46. RGB value is (59,167,70). Sum of RGB (Red+Green+Blue) = 59+167+70=296 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.93% from 296); Green value is 167 (65.62% from 255 or 56.42% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 167 - color contains mainly: green. Hex color #3BA746 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA746 is #C458B9. Grayscale: #7B7B7B. Windows color (decimal): -12867770 or 4630331. OLE color: 4630331.

HSL color Cylindrical-coordinate representation of color #3BA746: hue angle of 126.11º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA746 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB5916770-
CMYK0.6500.580.35
HSL126.11º47.79%44.31%-
HSV(B)126.11º64.67%65.49%-
XYZ16.7329.0110.51-
YUV123.6597.7281.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.93%
GREEN value IS 167 (65.62% from 255) = 56.42%
BLUE value IS 70 (27.73% from 255) = 23.65%
R=19.93%
G=56.42%
B=23.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal59167700.6500.580.35126.1147.7944.31
Hex3BA7464103A237e302c
Octal73247106101072431766054
Binary111011101001111000110100000101110101000111111110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,167,70); }

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

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

 a { background-color: rgb(59,167,70); }

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

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

 span { border-color: rgb(59,167,70); }

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