#3BA03C

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

Shades of Fruit Salad #3BA03C

Tints of Fruit Salad #3BA03C

Color information

#3BA03C (or 0x3BA03C) is unknown color: approx Fruit Salad. HEX triplet: 3B, A0 and 3C. RGB value is (59,160,60). Sum of RGB (Red+Green+Blue) = 59+160+60=279 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.15% from 279); Green value is 160 (62.89% from 255 or 57.35% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 160 - color contains mainly: green. Hex color #3BA03C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA03C is #C45FC3. Grayscale: #767676. Windows color (decimal): -12869572 or 3973179. OLE color: 3973179.

HSL color Cylindrical-coordinate representation of color #3BA03C: hue angle of 120.59º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3BA03C is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB5916060-
CMYK0.6300.620.37
HSL120.59º46.12%42.94%-
HSV(B)120.59º63.13%62.75%-
XYZ15.1926.48.57-
YUV118.495.0485.63-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.15%
GREEN value IS 160 (62.89% from 255) = 57.35%
BLUE value IS 60 (23.83% from 255) = 21.51%
R=21.15%
G=57.35%
B=21.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal59160600.6300.620.37120.5946.1242.94
Hex3BA03C3F03E25792e2b
Octal732407477076451715653
Binary1110111010000011110011111101111101001011111001101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,160,60); }

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

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

 a { background-color: rgb(59,160,60); }

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

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

 span { border-color: rgb(59,160,60); }

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