#3BA039

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

Shades of Fruit Salad #3BA039

Tints of Fruit Salad #3BA039

Color information

#3BA039 (or 0x3BA039) is unknown color: approx Fruit Salad. HEX triplet: 3B, A0 and 39. RGB value is (59,160,57). Sum of RGB (Red+Green+Blue) = 59+160+57=276 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.38% from 276); Green value is 160 (62.89% from 255 or 57.97% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 160 - color contains mainly: green. Hex color #3BA039 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA039 is #C45FC6. Grayscale: #767676. Windows color (decimal): -12869575 or 3776571. OLE color: 3776571.

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

Color convert

RGB5916057-
CMYK0.6300.640.37
HSL118.83º47.47%42.55%-
HSV(B)118.83º64.38%62.75%-
XYZ15.1126.378.16-
YUV118.0693.5485.88-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.38%
GREEN value IS 160 (62.89% from 255) = 57.97%
BLUE value IS 57 (22.66% from 255) = 20.65%
R=21.38%
G=57.97%
B=20.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal59160570.6300.640.37118.8347.4742.55
Hex3BA0393F04025772f2b
Octal7324071770100451675753
Binary11101110100000111001111111010000001001011110111101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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