#40963F

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

Shades of Fruit Salad #40963F

Tints of Fruit Salad #40963F

Color information

#40963F (or 0x40963F) is unknown color: approx Fruit Salad. HEX triplet: 40, 96 and 3F. RGB value is (64,150,63). Sum of RGB (Red+Green+Blue) = 64+150+63=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 150 (58.98% from 255 or 54.15% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 150 - color contains mainly: green. Hex color #40963F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40963F is #BF69C0. Grayscale: #727272. Windows color (decimal): -12544449 or 4167232. OLE color: 4167232.

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

Color convert

RGB6415063-
CMYK0.5700.580.41
HSL119.31º40.85%41.76%-
HSV(B)119.31º58%58.82%-
XYZ13.9223.268.46-
YUV114.3799.0192.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.10%
GREEN value IS 150 (58.98% from 255) = 54.15%
BLUE value IS 63 (25% from 255) = 22.74%
R=23.10%
G=54.15%
B=22.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64150630.5700.580.41119.3140.8541.76
Hex40963F3903A2977292a
Octal1002267771072511675152
Binary10000001001011011111111100101110101010011110111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40963F; }

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

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

<style>
 a { background-color: #40963F; }

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

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

<style>
 span { border-color: #40963F; }

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

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