#3F9648

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

Shades of Fruit Salad #3F9648

Tints of Fruit Salad #3F9648

Color information

#3F9648 (or 0x3F9648) is unknown color: approx Fruit Salad. HEX triplet: 3F, 96 and 48. RGB value is (63,150,72). Sum of RGB (Red+Green+Blue) = 63+150+72=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #3F9648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F9648 is #C069B7. Grayscale: #737373. Windows color (decimal): -12609976 or 4757055. OLE color: 4757055.

HSL color Cylindrical-coordinate representation of color #3F9648: hue angle of 126.21º 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 #3F9648 is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB6315072-
CMYK0.5800.520.41
HSL126.21º40.85%41.76%-
HSV(B)126.21º58%58.82%-
XYZ14.1323.349.89-
YUV115.1103.6890.84-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.11%
GREEN value IS 150 (58.98% from 255) = 52.63%
BLUE value IS 72 (28.52% from 255) = 25.26%
R=22.11%
G=52.63%
B=25.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal63150720.5800.520.41126.2140.8541.76
Hex3F96483A034297e292a
Octal7722611072064511765152
Binary11111110010110100100011101001101001010011111110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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