#3F9E3C

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

Shades of Fruit Salad #3F9E3C

Tints of Fruit Salad #3F9E3C

Color information

#3F9E3C (or 0x3F9E3C) is unknown color: approx Fruit Salad. HEX triplet: 3F, 9E and 3C. RGB value is (63,158,60). Sum of RGB (Red+Green+Blue) = 63+158+60=281 (37% of max value = 765). Red value is 63 (25% from 255 or 22.42% from 281); Green value is 158 (62.11% from 255 or 56.23% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 158 - color contains mainly: green. Hex color #3F9E3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F9E3C is #C061C3. Grayscale: #767676. Windows color (decimal): -12607940 or 3972671. OLE color: 3972671.

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

Color convert

RGB6315860-
CMYK0.6000.620.38
HSL118.16º44.95%42.75%-
HSV(B)118.16º62.03%61.96%-
XYZ15.0925.848.47-
YUV118.4295.0388.47-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.42%
GREEN value IS 158 (62.11% from 255) = 56.23%
BLUE value IS 60 (23.83% from 255) = 21.35%
R=22.42%
G=56.23%
B=21.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63158600.6000.620.38118.1644.9542.75
Hex3F9E3C3C03E26762d2b
Octal772367474076461665553
Binary1111111001111011110011110001111101001101110110101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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