#3BB449

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

Shades of Fruit Salad #3BB449

Tints of Fruit Salad #3BB449

Color information

#3BB449 (or 0x3BB449) is unknown color: approx Fruit Salad. HEX triplet: 3B, B4 and 49. RGB value is (59,180,73). Sum of RGB (Red+Green+Blue) = 59+180+73=312 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.91% from 312); Green value is 180 (70.70% from 255 or 57.69% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 180 - color contains mainly: green. Hex color #3BB449 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BB449 is #C44BB6. Grayscale: #838383. Windows color (decimal): -12864439 or 4830267. OLE color: 4830267.

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

Color convert

RGB5918073-
CMYK0.6700.590.29
HSL126.94º50.63%46.86%-
HSV(B)126.94º67.22%70.59%-
XYZ19.3334.0511.86-
YUV131.6294.9176.2-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.91%
GREEN value IS 180 (70.70% from 255) = 57.69%
BLUE value IS 73 (28.91% from 255) = 23.40%
R=18.91%
G=57.69%
B=23.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal59180730.6700.590.29126.9450.6346.86
Hex3BB4494303B1D7f332f
Octal73264111103073351776357
Binary11101110110100100100110000110111011111011111111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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