#3FAA4D

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

Shades of Fruit Salad #3FAA4D

Tints of Fruit Salad #3FAA4D

Color information

#3FAA4D (or 0x3FAA4D) is unknown color: approx Fruit Salad. HEX triplet: 3F, AA and 4D. RGB value is (63,170,77). Sum of RGB (Red+Green+Blue) = 63+170+77=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 170 (66.80% from 255 or 54.84% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAA4D is #C055B2. Grayscale: #7F7F7F. Windows color (decimal): -12604851 or 5089855. OLE color: 5089855.

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

Color convert

RGB6317077-
CMYK0.6300.550.33
HSL127.85º45.92%45.69%-
HSV(B)127.85º62.94%66.67%-
XYZ17.7630.3411.94-
YUV127.499.5582.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.32%
GREEN value IS 170 (66.80% from 255) = 54.84%
BLUE value IS 77 (30.47% from 255) = 24.84%
R=20.32%
G=54.84%
B=24.84%

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
Decimal63170770.6300.550.33127.8545.9245.69
Hex3FAA4D3F03721802e2e
Octal7725211577067412005656
Binary111111101010101001101111111011011110000110000000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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