#3FAD46

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

Shades of Fruit Salad #3FAD46

Tints of Fruit Salad #3FAD46

Color information

#3FAD46 (or 0x3FAD46) is unknown color: approx Fruit Salad. HEX triplet: 3F, AD and 46. RGB value is (63,173,70). Sum of RGB (Red+Green+Blue) = 63+173+70=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 173 (67.97% from 255 or 56.54% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 173 - color contains mainly: green. Hex color #3FAD46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAD46 is #C052B9. Grayscale: #808080. Windows color (decimal): -12604090 or 4631871. OLE color: 4631871.

HSL color Cylindrical-coordinate representation of color #3FAD46: hue angle of 123.82º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAD46 is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB6317370-
CMYK0.6400.600.32
HSL123.82º46.61%46.27%-
HSV(B)123.82º63.58%67.84%-
XYZ18.131.3910.9-
YUV128.3795.0681.38-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.59%
GREEN value IS 173 (67.97% from 255) = 56.54%
BLUE value IS 70 (27.73% from 255) = 22.88%
R=20.59%
G=56.54%
B=22.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal63173700.6400.600.32123.8246.6146.27
Hex3FAD464003C207c2f2e
Octal77255106100074401745756
Binary111111101011011000110100000001111001000001111100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,173,70); }

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

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

 a { background-color: rgb(63,173,70); }

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

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

 span { border-color: rgb(63,173,70); }

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