#3FA04D

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

Shades of Fruit Salad #3FA04D

Tints of Fruit Salad #3FA04D

Color information

#3FA04D (or 0x3FA04D) is unknown color: approx Fruit Salad. HEX triplet: 3F, A0 and 4D. RGB value is (63,160,77). Sum of RGB (Red+Green+Blue) = 63+160+77=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 160 (62.89% from 255 or 53.33% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 160 - color contains mainly: green. Hex color #3FA04D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA04D is #C05FB2. Grayscale: #797979. Windows color (decimal): -12607411 or 5087295. OLE color: 5087295.

HSL color Cylindrical-coordinate representation of color #3FA04D: hue angle of 128.66º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA04D is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB6316077-
CMYK0.6100.520.37
HSL128.66º43.5%43.73%-
HSV(B)128.66º60.62%62.75%-
XYZ15.9626.7311.34-
YUV121.54102.8686.25-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21%
GREEN value IS 160 (62.89% from 255) = 53.33%
BLUE value IS 77 (30.47% from 255) = 25.67%
R=21%
G=53.33%
B=25.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal63160770.6100.520.37128.6643.543.73
Hex3FA04D3D03425812b2c
Octal7724011575064452015354
Binary111111101000001001101111101011010010010110000001101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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