#3FAA4C

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

Shades of Fruit Salad #3FAA4C

Tints of Fruit Salad #3FAA4C

Color information

#3FAA4C (or 0x3FAA4C) is unknown color: approx Fruit Salad. HEX triplet: 3F, AA and 4C. RGB value is (63,170,76). Sum of RGB (Red+Green+Blue) = 63+170+76=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAA4C is #C055B3. Grayscale: #7F7F7F. Windows color (decimal): -12604852 or 5024319. OLE color: 5024319.

HSL color Cylindrical-coordinate representation of color #3FAA4C: hue angle of 127.29º 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 #3FAA4C is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB6317076-
CMYK0.6300.550.33
HSL127.29º45.92%45.69%-
HSV(B)127.29º62.94%66.67%-
XYZ17.7330.3311.76-
YUV127.2999.0582.14-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.39%
GREEN value IS 170 (66.80% from 255) = 55.02%
BLUE value IS 76 (30.08% from 255) = 24.60%
R=20.39%
G=55.02%
B=24.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63170760.6300.550.33127.2945.9245.69
Hex3FAA4C3F037217f2e2e
Octal7725211477067411775656
Binary11111110101010100110011111101101111000011111111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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