#40A33F

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

Shades of Fruit Salad #40A33F

Tints of Fruit Salad #40A33F

Color information

#40A33F (or 0x40A33F) is unknown color: approx Fruit Salad. HEX triplet: 40, A3 and 3F. RGB value is (64,163,63). Sum of RGB (Red+Green+Blue) = 64+163+63=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 163 (64.06% from 255 or 56.21% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 163 - color contains mainly: green. Hex color #40A33F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A33F is #BF5CC0. Grayscale: #7A7A7A. Windows color (decimal): -12541121 or 4170560. OLE color: 4170560.

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

Color convert

RGB6416363-
CMYK0.6100.610.36
HSL119.4º44.25%44.31%-
HSV(B)119.4º61.35%63.92%-
XYZ16.1127.649.19-
YUV12294.786.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.07%
GREEN value IS 163 (64.06% from 255) = 56.21%
BLUE value IS 63 (25% from 255) = 21.72%
R=22.07%
G=56.21%
B=21.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal64163630.6100.610.36119.444.2544.31
Hex40A33F3D03D24772c2c
Octal1002437775075441675454
Binary10000001010001111111111110101111011001001110111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,163,63); }

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

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

 a { background-color: rgb(64,163,63); }

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

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

 span { border-color: rgb(64,163,63); }

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