#3f9d40

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

Shades of Fruit Salad #3F9D40

Tints of Fruit Salad #3F9D40

Color information

#3F9D40 (or 0x3F9D40) is unknown color: approx Fruit Salad. HEX triplet: 3F, 9D and 40. RGB value is (63,157,64). Sum of RGB (Red+Green+Blue) = 63+157+64=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 157 (61.72% from 255 or 55.28% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 157 - color contains mainly: green. Hex color #3F9D40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F9D40 is #C062BF. Grayscale: #767676. Windows color (decimal): -12608192 or 4234559. OLE color: 4234559.

HSL color Cylindrical-coordinate representation of color #3F9D40: hue angle of 120.64º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F9D40 is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB6315764-
CMYK0.6000.590.38
HSL120.64º42.73%43.14%-
HSV(B)120.64º59.87%61.57%-
XYZ15.0325.548.99-
YUV118.2997.3688.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.18%
GREEN value IS 157 (61.72% from 255) = 55.28%
BLUE value IS 64 (25.39% from 255) = 22.54%
R=22.18%
G=55.28%
B=22.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63157640.6000.590.38120.6442.7343.14
Hex3F9D403C03B26792b2b
Octal7723510074073461715353
Binary11111110011101100000011110001110111001101111001101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f9d40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,157,64); }

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

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

 a { background-color: rgb(63,157,64); }

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

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

 span { border-color: rgb(63,157,64); }

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