#40AE38

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

Shades of Fruit Salad #40AE38

Tints of Fruit Salad #40AE38

Color information

#40AE38 (or 0x40AE38) is unknown color: approx Fruit Salad. HEX triplet: 40, AE and 38. RGB value is (64,174,56). Sum of RGB (Red+Green+Blue) = 64+174+56=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 174 (68.36% from 255 or 59.18% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AE38 is #BF51C7. Grayscale: #808080. Windows color (decimal): -12538312 or 3714624. OLE color: 3714624.

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

Color convert

RGB6417456-
CMYK0.6300.680.32
HSL115.93º51.3%45.1%-
HSV(B)115.93º67.82%68.24%-
XYZ17.9631.658.9-
YUV127.6687.5682.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.77%
GREEN value IS 174 (68.36% from 255) = 59.18%
BLUE value IS 56 (22.27% from 255) = 19.05%
R=21.77%
G=59.18%
B=19.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal64174560.6300.680.32115.9351.345.1
Hex40AE383F0442074332d
Octal10025670770104401646355
Binary100000010101110111000111111010001001000001110100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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