#3FAA49

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

Shades of Fruit Salad #3FAA49

Tints of Fruit Salad #3FAA49

Color information

#3FAA49 (or 0x3FAA49) is unknown color: approx Fruit Salad. HEX triplet: 3F, AA and 49. RGB value is (63,170,73). Sum of RGB (Red+Green+Blue) = 63+170+73=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 170 (66.80% from 255 or 55.56% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAA49 is #C055B6. Grayscale: #7F7F7F. Windows color (decimal): -12604855 or 4827711. OLE color: 4827711.

HSL color Cylindrical-coordinate representation of color #3FAA49: hue angle of 125.61º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FAA49 is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB6317073-
CMYK0.6300.570.33
HSL125.61º45.92%45.69%-
HSV(B)125.61º62.94%66.67%-
XYZ17.6330.2911.22-
YUV126.9597.5582.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.59%
GREEN value IS 170 (66.80% from 255) = 55.56%
BLUE value IS 73 (28.91% from 255) = 23.86%
R=20.59%
G=55.56%
B=23.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63170730.6300.570.33125.6145.9245.69
Hex3FAA493F039217e2e2e
Octal7725211177071411765656
Binary11111110101010100100111111101110011000011111110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,170,73); }

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

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

 a { background-color: rgb(63,170,73); }

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

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

 span { border-color: rgb(63,170,73); }

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