#3FAF47

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

Shades of Fruit Salad #3FAF47

Tints of Fruit Salad #3FAF47

Color information

#3FAF47 (or 0x3FAF47) is unknown color: approx Fruit Salad. HEX triplet: 3F, AF and 47. RGB value is (63,175,71). Sum of RGB (Red+Green+Blue) = 63+175+71=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 175 (68.75% from 255 or 56.63% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAF47 is #C050B8. Grayscale: #818181. Windows color (decimal): -12603577 or 4697919. OLE color: 4697919.

HSL color Cylindrical-coordinate representation of color #3FAF47: hue angle of 124.29º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAF47 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB6317571-
CMYK0.6400.590.31
HSL124.29º47.06%46.67%-
HSV(B)124.29º64%68.63%-
XYZ18.5232.1711.2-
YUV129.6694.8980.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.39%
GREEN value IS 175 (68.75% from 255) = 56.63%
BLUE value IS 71 (28.12% from 255) = 22.98%
R=20.39%
G=56.63%
B=22.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal63175710.6400.590.31124.2947.0646.67
Hex3FAF474003B1F7c2f2f
Octal77257107100073371745757
Binary11111110101111100011110000000111011111111111100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,175,71); }

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

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

 a { background-color: rgb(63,175,71); }

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

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

 span { border-color: rgb(63,175,71); }

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