#40A43E

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

Shades of Fruit Salad #40A43E

Tints of Fruit Salad #40A43E

Color information

#40A43E (or 0x40A43E) is unknown color: approx Fruit Salad. HEX triplet: 40, A4 and 3E. RGB value is (64,164,62). Sum of RGB (Red+Green+Blue) = 64+164+62=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 164 (64.45% from 255 or 56.55% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 164 - color contains mainly: green. Hex color #40A43E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A43E is #BF5BC1. Grayscale: #7A7A7A. Windows color (decimal): -12540866 or 4105280. OLE color: 4105280.

HSL color Cylindrical-coordinate representation of color #40A43E: hue angle of 118.82º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40A43E is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB6416462-
CMYK0.6100.620.36
HSL118.82º45.13%44.31%-
HSV(B)118.82º62.2%64.31%-
XYZ16.2627.999.1-
YUV122.4793.8786.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.07%
GREEN value IS 164 (64.45% from 255) = 56.55%
BLUE value IS 62 (24.61% from 255) = 21.38%
R=22.07%
G=56.55%
B=21.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal64164620.6100.620.36118.8245.1344.31
Hex40A43E3D03E24772d2c
Octal1002447675076441675554
Binary10000001010010011111011110101111101001001110111101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,164,62); }

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

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

 a { background-color: rgb(64,164,62); }

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

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

 span { border-color: rgb(64,164,62); }

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