#3F953E

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

Shades of Fruit Salad #3F953E

Tints of Fruit Salad #3F953E

Color information

#3F953E (or 0x3F953E) is unknown color: approx Fruit Salad. HEX triplet: 3F, 95 and 3E. RGB value is (63,149,62). Sum of RGB (Red+Green+Blue) = 63+149+62=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #3F953E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F953E is #C06AC1. Grayscale: #717171. Windows color (decimal): -12610242 or 4101439. OLE color: 4101439.

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

Color convert

RGB6314962-
CMYK0.5800.580.42
HSL119.31º41.23%41.37%-
HSV(B)119.31º58.39%58.43%-
XYZ13.6722.98.26-
YUV113.3799.0192.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.99%
GREEN value IS 149 (58.59% from 255) = 54.38%
BLUE value IS 62 (24.61% from 255) = 22.63%
R=22.99%
G=54.38%
B=22.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63149620.5800.580.42119.3141.2341.37
Hex3F953E3A03A2A772929
Octal772257672072521675151
Binary1111111001010111111011101001110101010101110111101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,149,62); }

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

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

 a { background-color: rgb(63,149,62); }

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

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

 span { border-color: rgb(63,149,62); }

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