#40A640

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

Shades of Fruit Salad #40A640

Tints of Fruit Salad #40A640

Color information

#40A640 (or 0x40A640) is unknown color: approx Fruit Salad. HEX triplet: 40, A6 and 40. RGB value is (64,166,64). Sum of RGB (Red+Green+Blue) = 64+166+64=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 166 (65.23% from 255 or 56.46% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 166 - color contains mainly: green. Hex color #40A640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A640 is #BF59BF. Grayscale: #7C7C7C. Windows color (decimal): -12540352 or 4236864. OLE color: 4236864.

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

Color convert

RGB6416664-
CMYK0.6100.610.35
HSL120º44.35%45.1%-
HSV(B)120º61.45%65.1%-
XYZ16.6828.739.52-
YUV123.8794.2185.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.77%
GREEN value IS 166 (65.23% from 255) = 56.46%
BLUE value IS 64 (25.39% from 255) = 21.77%
R=21.77%
G=56.46%
B=21.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal64166640.6100.610.3512044.3545.1
Hex40A6403D03D23782c2d
Octal10024610075075431705455
Binary100000010100110100000011110101111011000111111000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,166,64); }

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

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

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

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

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

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

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