#3ba240

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

Shades of Fruit Salad #3BA240

Tints of Fruit Salad #3BA240

Color information

#3BA240 (or 0x3BA240) is unknown color: approx Fruit Salad. HEX triplet: 3B, A2 and 40. RGB value is (59,162,64). Sum of RGB (Red+Green+Blue) = 59+162+64=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 162 (63.67% from 255 or 56.84% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 162 - color contains mainly: green. Hex color #3BA240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA240 is #C45DBF. Grayscale: #787878. Windows color (decimal): -12869056 or 4235835. OLE color: 4235835.

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

Color convert

RGB5916264-
CMYK0.6400.600.36
HSL122.91º46.61%43.33%-
HSV(B)122.91º63.58%63.53%-
XYZ15.6527.149.26-
YUV120.0396.3884.47-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.70%
GREEN value IS 162 (63.67% from 255) = 56.84%
BLUE value IS 64 (25.39% from 255) = 22.46%
R=20.70%
G=56.84%
B=22.46%

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
Decimal59162640.6400.600.36122.9146.6143.33
Hex3BA2404003C247b2f2b
Octal73242100100074441735753
Binary111011101000101000000100000001111001001001111011101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ba240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,162,64); }

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

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

 a { background-color: rgb(59,162,64); }

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

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

 span { border-color: rgb(59,162,64); }

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