#40AE3E

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

Shades of Fruit Salad #40AE3E

Tints of Fruit Salad #40AE3E

Color information

#40AE3E (or 0x40AE3E) is unknown color: approx Fruit Salad. HEX triplet: 40, AE and 3E. RGB value is (64,174,62). Sum of RGB (Red+Green+Blue) = 64+174+62=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 174 (68.36% from 255 or 58% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AE3E is #BF51C1. Grayscale: #808080. Windows color (decimal): -12538306 or 4107840. OLE color: 4107840.

HSL color Cylindrical-coordinate representation of color #40AE3E: hue angle of 118.93º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40AE3E is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB6417462-
CMYK0.6300.640.32
HSL118.93º47.46%46.27%-
HSV(B)118.93º64.37%68.24%-
XYZ18.1231.719.72-
YUV128.3490.5682.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.33%
GREEN value IS 174 (68.36% from 255) = 58%
BLUE value IS 62 (24.61% from 255) = 20.67%
R=21.33%
G=58%
B=20.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal64174620.6300.640.32118.9347.4646.27
Hex40AE3E3F04020772f2e
Octal10025676770100401675756
Binary100000010101110111110111111010000001000001110111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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