#3F9E42

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

Shades of Fruit Salad #3F9E42

Tints of Fruit Salad #3F9E42

Color information

#3F9E42 (or 0x3F9E42) is unknown color: approx Fruit Salad. HEX triplet: 3F, 9E and 42. RGB value is (63,158,66). Sum of RGB (Red+Green+Blue) = 63+158+66=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 158 (62.11% from 255 or 55.05% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 158 - color contains mainly: green. Hex color #3F9E42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F9E42 is #C061BD. Grayscale: #777777. Windows color (decimal): -12607934 or 4365887. OLE color: 4365887.

HSL color Cylindrical-coordinate representation of color #3F9E42: hue angle of 121.89º 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 #3F9E42 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB6315866-
CMYK0.6000.580.38
HSL121.89º42.99%43.33%-
HSV(B)121.89º60.13%61.96%-
XYZ15.2625.99.35-
YUV119.1198.0387.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.95%
GREEN value IS 158 (62.11% from 255) = 55.05%
BLUE value IS 66 (26.17% from 255) = 23.00%
R=21.95%
G=55.05%
B=23.00%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63158660.6000.580.38121.8942.9943.33
Hex3F9E423C03A267a2b2b
Octal7723610274072461725353
Binary11111110011110100001011110001110101001101111010101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,158,66); }

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

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

 a { background-color: rgb(63,158,66); }

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

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

 span { border-color: rgb(63,158,66); }

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