#3FA648

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

Shades of Fruit Salad #3FA648

Tints of Fruit Salad #3FA648

Color information

#3FA648 (or 0x3FA648) is unknown color: approx Fruit Salad. HEX triplet: 3F, A6 and 48. RGB value is (63,166,72). Sum of RGB (Red+Green+Blue) = 63+166+72=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 166 (65.23% from 255 or 55.15% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 166 - color contains mainly: green. Hex color #3FA648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA648 is #C059B7. Grayscale: #7C7C7C. Windows color (decimal): -12605880 or 4761151. OLE color: 4761151.

HSL color Cylindrical-coordinate representation of color #3FA648: hue angle of 125.24º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA648 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB6316672-
CMYK0.6200.570.35
HSL125.24º44.98%44.9%-
HSV(B)125.24º62.05%65.1%-
XYZ16.8628.810.8-
YUV124.4998.3884.14-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.93%
GREEN value IS 166 (65.23% from 255) = 55.15%
BLUE value IS 72 (28.52% from 255) = 23.92%
R=20.93%
G=55.15%
B=23.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal63166720.6200.570.35125.2444.9844.9
Hex3FA6483E039237d2d2d
Octal7724611076071431755555
Binary11111110100110100100011111001110011000111111101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,166,72); }

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

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

 a { background-color: rgb(63,166,72); }

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

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

 span { border-color: rgb(63,166,72); }

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