#3bb244

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

Shades of Fruit Salad #3BB244

Tints of Fruit Salad #3BB244

Color information

#3BB244 (or 0x3BB244) is unknown color: approx Fruit Salad. HEX triplet: 3B, B2 and 44. RGB value is (59,178,68). Sum of RGB (Red+Green+Blue) = 59+178+68=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 178 (69.92% from 255 or 58.36% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 178 - color contains mainly: green. Hex color #3BB244 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BB244 is #C44DBB. Grayscale: #828282. Windows color (decimal): -12864956 or 4502075. OLE color: 4502075.

HSL color Cylindrical-coordinate representation of color #3BB244: hue angle of 124.54º 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 #3BB244 is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB5917868-
CMYK0.6700.620.30
HSL124.54º50.21%46.47%-
HSV(B)124.54º66.85%69.8%-
XYZ18.7733.1910.89-
YUV129.8893.0877.44-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.34%
GREEN value IS 178 (69.92% from 255) = 58.36%
BLUE value IS 68 (26.95% from 255) = 22.30%
R=19.34%
G=58.36%
B=22.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal59178680.6700.620.30124.5450.2146.47
Hex3BB2444303E1E7d322e
Octal73262104103076361756256
Binary11101110110010100010010000110111110111101111101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3bb244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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