#40A146

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

Shades of Fruit Salad #40A146

Tints of Fruit Salad #40A146

Color information

#40A146 (or 0x40A146) is unknown color: approx Fruit Salad. HEX triplet: 40, A1 and 46. RGB value is (64,161,70). Sum of RGB (Red+Green+Blue) = 64+161+70=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 161 (63.28% from 255 or 54.58% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 161 - color contains mainly: green. Hex color #40A146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A146 is #BF5EB9. Grayscale: #797979. Windows color (decimal): -12541626 or 4628800. OLE color: 4628800.

HSL color Cylindrical-coordinate representation of color #40A146: hue angle of 123.71º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A146 is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB6416170-
CMYK0.6000.570.37
HSL123.71º43.11%44.12%-
HSV(B)123.71º60.25%63.14%-
XYZ15.9627.0210.17-
YUV121.6298.8686.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.69%
GREEN value IS 161 (63.28% from 255) = 54.58%
BLUE value IS 70 (27.73% from 255) = 23.73%
R=21.69%
G=54.58%
B=23.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal64161700.6000.570.37123.7143.1144.12
Hex40A1463C039257c2b2c
Octal10024110674071451745354
Binary100000010100001100011011110001110011001011111100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,161,70); }

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

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

 a { background-color: rgb(64,161,70); }

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

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

 span { border-color: rgb(64,161,70); }

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