#3F9840

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

Shades of Fruit Salad #3F9840

Tints of Fruit Salad #3F9840

Color information

#3F9840 (or 0x3F9840) is unknown color: approx Fruit Salad. HEX triplet: 3F, 98 and 40. RGB value is (63,152,64). Sum of RGB (Red+Green+Blue) = 63+152+64=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 152 (59.77% from 255 or 54.48% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 152 - color contains mainly: green. Hex color #3F9840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F9840 is #C067BF. Grayscale: #737373. Windows color (decimal): -12609472 or 4233279. OLE color: 4233279.

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

Color convert

RGB6315264-
CMYK0.5900.580.40
HSL120.67º41.4%42.16%-
HSV(B)120.67º58.55%59.61%-
XYZ14.223.888.71-
YUV115.3699.0190.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.58%
GREEN value IS 152 (59.77% from 255) = 54.48%
BLUE value IS 64 (25.39% from 255) = 22.94%
R=22.58%
G=54.48%
B=22.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal63152640.5900.580.40120.6741.442.16
Hex3F98403B03A2879292a
Octal7723010073072501715152
Binary11111110011000100000011101101110101010001111001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,152,64); }

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

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

 a { background-color: rgb(63,152,64); }

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

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

 span { border-color: rgb(63,152,64); }

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