#3F944A

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

Shades of Fruit Salad #3F944A

Tints of Fruit Salad #3F944A

Color information

#3F944A (or 0x3F944A) is unknown color: approx Fruit Salad. HEX triplet: 3F, 94 and 4A. RGB value is (63,148,74). Sum of RGB (Red+Green+Blue) = 63+148+74=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #3F944A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F944A is #C06BB5. Grayscale: #727272. Windows color (decimal): -12610486 or 4887615. OLE color: 4887615.

HSL color Cylindrical-coordinate representation of color #3F944A: hue angle of 127.76º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F944A is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB6314874-
CMYK0.5700.500.42
HSL127.76º40.28%41.37%-
HSV(B)127.76º57.43%58.04%-
XYZ13.8822.7310.13-
YUV114.15105.3491.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.11%
GREEN value IS 148 (58.20% from 255) = 51.93%
BLUE value IS 74 (29.30% from 255) = 25.96%
R=22.11%
G=51.93%
B=25.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63148740.5700.500.42127.7640.2841.37
Hex3F944A390322A802829
Octal7722411271062522005051
Binary111111100101001001010111001011001010101010000000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F944A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,148,74); }

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

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

 a { background-color: rgb(63,148,74); }

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

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

 span { border-color: rgb(63,148,74); }

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