#3F8E48

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

Shades of Fruit Salad #3F8E48

Tints of Fruit Salad #3F8E48

Color information

#3F8E48 (or 0x3F8E48) is unknown color: approx Fruit Salad. HEX triplet: 3F, 8E and 48. RGB value is (63,142,72). Sum of RGB (Red+Green+Blue) = 63+142+72=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 142 (55.86% from 255 or 51.26% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 142 - color contains mainly: green. Hex color #3F8E48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8E48 is #C071B7. Grayscale: #6E6E6E. Windows color (decimal): -12612024 or 4755007. OLE color: 4755007.

HSL color Cylindrical-coordinate representation of color #3F8E48: hue angle of 126.84º 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 #3F8E48 is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB6314272-
CMYK0.5600.490.44
HSL126.84º38.54%40.2%-
HSV(B)126.84º55.63%55.69%-
XYZ12.8920.879.48-
YUV110.4106.3394.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.74%
GREEN value IS 142 (55.86% from 255) = 51.26%
BLUE value IS 72 (28.52% from 255) = 25.99%
R=22.74%
G=51.26%
B=25.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal63142720.5600.490.44126.8438.5440.2
Hex3F8E48380312C7f2728
Octal7721611070061541774750
Binary11111110001110100100011100001100011011001111111100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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