#40A541

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

Shades of Fruit Salad #40A541

Tints of Fruit Salad #40A541

Color information

#40A541 (or 0x40A541) is unknown color: approx Fruit Salad. HEX triplet: 40, A5 and 41. RGB value is (64,165,65). Sum of RGB (Red+Green+Blue) = 64+165+65=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 165 (64.84% from 255 or 56.12% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 165 - color contains mainly: green. Hex color #40A541 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A541 is #BF5ABE. Grayscale: #7B7B7B. Windows color (decimal): -12540607 or 4302144. OLE color: 4302144.

HSL color Cylindrical-coordinate representation of color #40A541: hue angle of 120.59º 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 #40A541 is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB6416565-
CMYK0.6100.610.35
HSL120.59º44.1%44.9%-
HSV(B)120.59º61.21%64.71%-
XYZ16.5228.389.61-
YUV123.495.0485.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.77%
GREEN value IS 165 (64.84% from 255) = 56.12%
BLUE value IS 65 (25.78% from 255) = 22.11%
R=21.77%
G=56.12%
B=22.11%

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
Decimal64165650.6100.610.35120.5944.144.9
Hex40A5413D03D23792c2d
Octal10024510175075431715455
Binary100000010100101100000111110101111011000111111001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,165,65); }

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

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

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

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

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

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

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