#3F9641

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

Shades of Fruit Salad #3F9641

Tints of Fruit Salad #3F9641

Color information

#3F9641 (or 0x3F9641) is unknown color: approx Fruit Salad. HEX triplet: 3F, 96 and 41. RGB value is (63,150,65). Sum of RGB (Red+Green+Blue) = 63+150+65=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 150 (58.98% from 255 or 53.96% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 150 - color contains mainly: green. Hex color #3F9641 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F9641 is #C069BE. Grayscale: #727272. Windows color (decimal): -12609983 or 4298303. OLE color: 4298303.

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

Color convert

RGB6315065-
CMYK0.5800.570.41
HSL121.38º40.85%41.76%-
HSV(B)121.38º58%58.82%-
XYZ13.9123.258.76-
YUV114.3100.1891.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.66%
GREEN value IS 150 (58.98% from 255) = 53.96%
BLUE value IS 65 (25.78% from 255) = 23.38%
R=22.66%
G=53.96%
B=23.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal63150650.5800.570.41121.3840.8541.76
Hex3F96413A0392979292a
Octal7722610172071511715152
Binary11111110010110100000111101001110011010011111001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,150,65); }

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

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

 a { background-color: rgb(63,150,65); }

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

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

 span { border-color: rgb(63,150,65); }

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