#3BB445

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

Shades of Fruit Salad #3BB445

Tints of Fruit Salad #3BB445

Color information

#3BB445 (or 0x3BB445) is unknown color: approx Fruit Salad. HEX triplet: 3B, B4 and 45. RGB value is (59,180,69). Sum of RGB (Red+Green+Blue) = 59+180+69=308 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.16% from 308); Green value is 180 (70.70% from 255 or 58.44% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 180 - color contains mainly: green. Hex color #3BB445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BB445 is #C44BBA. Grayscale: #838383. Windows color (decimal): -12864443 or 4568123. OLE color: 4568123.

HSL color Cylindrical-coordinate representation of color #3BB445: hue angle of 124.96º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BB445 is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB5918069-
CMYK0.6700.620.29
HSL124.96º50.63%46.86%-
HSV(B)124.96º67.22%70.59%-
XYZ19.23411.18-
YUV131.1792.9176.53-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.16%
GREEN value IS 180 (70.70% from 255) = 58.44%
BLUE value IS 69 (27.34% from 255) = 22.40%
R=19.16%
G=58.44%
B=22.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal59180690.6700.620.29124.9650.6346.86
Hex3BB4454303E1D7d332f
Octal73264105103076351756357
Binary11101110110100100010110000110111110111011111101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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