#3BB245

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

Shades of Fruit Salad #3BB245

Tints of Fruit Salad #3BB245

Color information

#3BB245 (or 0x3BB245) is unknown color: approx Fruit Salad. HEX triplet: 3B, B2 and 45. RGB value is (59,178,69). Sum of RGB (Red+Green+Blue) = 59+178+69=306 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.28% from 306); Green value is 178 (69.92% from 255 or 58.17% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 178 - color contains mainly: green. Hex color #3BB245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BB245 is #C44DBA. Grayscale: #828282. Windows color (decimal): -12864955 or 4567611. OLE color: 4567611.

HSL color Cylindrical-coordinate representation of color #3BB245: hue angle of 125.04º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BB245 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB5917869-
CMYK0.6700.610.30
HSL125.04º50.21%46.47%-
HSV(B)125.04º66.85%69.8%-
XYZ18.833.211.05-
YUV129.9993.5877.36-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.28%
GREEN value IS 178 (69.92% from 255) = 58.17%
BLUE value IS 69 (27.34% from 255) = 22.55%
R=19.28%
G=58.17%
B=22.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal59178690.6700.610.30125.0450.2146.47
Hex3BB2454303D1E7d322e
Octal73262105103075361756256
Binary11101110110010100010110000110111101111101111101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,178,69); }

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

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

 a { background-color: rgb(59,178,69); }

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

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

 span { border-color: rgb(59,178,69); }

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