#3FAF4A

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

Shades of Fruit Salad #3FAF4A

Tints of Fruit Salad #3FAF4A

Color information

#3FAF4A (or 0x3FAF4A) is unknown color: approx Fruit Salad. HEX triplet: 3F, AF and 4A. RGB value is (63,175,74). Sum of RGB (Red+Green+Blue) = 63+175+74=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAF4A is #C050B5. Grayscale: #828282. Windows color (decimal): -12603574 or 4894527. OLE color: 4894527.

HSL color Cylindrical-coordinate representation of color #3FAF4A: hue angle of 125.89º 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 #3FAF4A is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB6317574-
CMYK0.6400.580.31
HSL125.89º47.06%46.67%-
HSV(B)125.89º64%68.63%-
XYZ18.6232.2111.71-
YUV13096.3980.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.19%
GREEN value IS 175 (68.75% from 255) = 56.09%
BLUE value IS 74 (29.30% from 255) = 23.72%
R=20.19%
G=56.09%
B=23.72%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal63175740.6400.580.31125.8947.0646.67
Hex3FAF4A4003A1F7e2f2f
Octal77257112100072371765757
Binary11111110101111100101010000000111010111111111110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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