#3BA53D

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

Shades of Fruit Salad #3BA53D

Tints of Fruit Salad #3BA53D

Color information

#3BA53D (or 0x3BA53D) is unknown color: approx Fruit Salad. HEX triplet: 3B, A5 and 3D. RGB value is (59,165,61). Sum of RGB (Red+Green+Blue) = 59+165+61=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 165 (64.84% from 255 or 57.89% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 165 - color contains mainly: green. Hex color #3BA53D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA53D is #C45AC2. Grayscale: #797979. Windows color (decimal): -12868291 or 4039995. OLE color: 4039995.

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

Color convert

RGB5916561-
CMYK0.6400.630.35
HSL121.13º47.32%43.92%-
HSV(B)121.13º64.24%64.71%-
XYZ16.128.189-
YUV121.4593.8883.46-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.70%
GREEN value IS 165 (64.84% from 255) = 57.89%
BLUE value IS 61 (24.22% from 255) = 21.40%
R=20.70%
G=57.89%
B=21.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal59165610.6400.630.35121.1347.3243.92
Hex3BA53D4003F23792f2c
Octal7324575100077431715754
Binary11101110100101111101100000001111111000111111001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,165,61); }

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

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

 a { background-color: rgb(59,165,61); }

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

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

 span { border-color: rgb(59,165,61); }

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