#3BA341

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

Shades of Fruit Salad #3BA341

Tints of Fruit Salad #3BA341

Color information

#3BA341 (or 0x3BA341) is unknown color: approx Fruit Salad. HEX triplet: 3B, A3 and 41. RGB value is (59,163,65). Sum of RGB (Red+Green+Blue) = 59+163+65=287 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.56% from 287); Green value is 163 (64.06% from 255 or 56.79% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 163 - color contains mainly: green. Hex color #3BA341 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA341 is #C45CBE. Grayscale: #797979. Windows color (decimal): -12868799 or 4301627. OLE color: 4301627.

HSL color Cylindrical-coordinate representation of color #3BA341: hue angle of 123.46º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA341 is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB5916365-
CMYK0.6400.600.36
HSL123.46º46.85%43.53%-
HSV(B)123.46º63.8%63.92%-
XYZ15.8527.519.47-
YUV120.7396.5483.97-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.56%
GREEN value IS 163 (64.06% from 255) = 56.79%
BLUE value IS 65 (25.78% from 255) = 22.65%
R=20.56%
G=56.79%
B=22.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal59163650.6400.600.36123.4646.8543.53
Hex3BA3414003C247b2f2c
Octal73243101100074441735754
Binary111011101000111000001100000001111001001001111011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,163,65); }

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

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

 a { background-color: rgb(59,163,65); }

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

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

 span { border-color: rgb(59,163,65); }

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