#3F8E46

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

Shades of Fruit Salad #3F8E46

Tints of Fruit Salad #3F8E46

Color information

#3F8E46 (or 0x3F8E46) is unknown color: approx Fruit Salad. HEX triplet: 3F, 8E and 46. RGB value is (63,142,70). Sum of RGB (Red+Green+Blue) = 63+142+70=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 142 (55.86% from 255 or 51.64% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 142 - color contains mainly: green. Hex color #3F8E46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8E46 is #C071B9. Grayscale: #6E6E6E. Windows color (decimal): -12612026 or 4623935. OLE color: 4623935.

HSL color Cylindrical-coordinate representation of color #3F8E46: hue angle of 125.32º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F8E46 is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB6314270-
CMYK0.5600.510.44
HSL125.32º38.54%40.2%-
HSV(B)125.32º55.63%55.69%-
XYZ12.8320.849.14-
YUV110.17105.3394.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.91%
GREEN value IS 142 (55.86% from 255) = 51.64%
BLUE value IS 70 (27.73% from 255) = 25.45%
R=22.91%
G=51.64%
B=25.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal63142700.5600.510.44125.3238.5440.2
Hex3F8E46380332C7d2728
Octal7721610670063541754750
Binary11111110001110100011011100001100111011001111101100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,142,70); }

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

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

 a { background-color: rgb(63,142,70); }

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

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

 span { border-color: rgb(63,142,70); }

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