#40944A

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

Shades of Fruit Salad #40944A

Tints of Fruit Salad #40944A

Color information

#40944A (or 0x40944A) is unknown color: approx Fruit Salad. HEX triplet: 40, 94 and 4A. RGB value is (64,148,74). Sum of RGB (Red+Green+Blue) = 64+148+74=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #40944A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40944A is #BF6BB5. Grayscale: #727272. Windows color (decimal): -12544950 or 4887616. OLE color: 4887616.

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

Color convert

RGB6414874-
CMYK0.5700.500.42
HSL127.14º39.62%41.57%-
HSV(B)127.14º56.76%58.04%-
XYZ13.9422.7610.14-
YUV114.45105.1792.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.38%
GREEN value IS 148 (58.20% from 255) = 51.75%
BLUE value IS 74 (29.30% from 255) = 25.87%
R=22.38%
G=51.75%
B=25.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64148740.5700.500.42127.1439.6241.57
Hex40944A390322A7f282a
Octal10022411271062521775052
Binary100000010010100100101011100101100101010101111111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40944A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40944A; }

 p { color: rgb(64,148,74); }

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

<style>
 a { background-color: #40944A; }

 a { background-color: rgb(64,148,74); }

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

<style>
 span { border-color: #40944A; }

 span { border-color: rgb(64,148,74); }

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