#40B944

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

Shades of Fruit Salad #40B944

Tints of Fruit Salad #40B944

Color information

#40B944 (or 0x40B944) is unknown color: approx Fruit Salad. HEX triplet: 40, B9 and 44. RGB value is (64,185,68). Sum of RGB (Red+Green+Blue) = 64+185+68=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 185 (72.66% from 255 or 58.36% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 185 - color contains mainly: green. Hex color #40B944 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B944 is #BF46BB. Grayscale: #878787. Windows color (decimal): -12535484 or 4503872. OLE color: 4503872.

HSL color Cylindrical-coordinate representation of color #40B944: hue angle of 121.98º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B944 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB6418568-
CMYK0.6500.630.27
HSL121.98º48.59%48.82%-
HSV(B)121.98º65.41%72.55%-
XYZ20.5136.2111.38-
YUV135.4889.9177.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.19%
GREEN value IS 185 (72.66% from 255) = 58.36%
BLUE value IS 68 (26.95% from 255) = 21.45%
R=20.19%
G=58.36%
B=21.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64185680.6500.630.27121.9848.5948.82
Hex40B9444103F1B7a3131
Octal100271104101077331726161
Binary100000010111001100010010000010111111110111111010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40B944; }

 p { color: rgb(64,185,68); }

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

<style>
 a { background-color: #40B944; }

 a { background-color: rgb(64,185,68); }

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

<style>
 span { border-color: #40B944; }

 span { border-color: rgb(64,185,68); }

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