#41A540

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

Shades of Fruit Salad #41A540

Tints of Fruit Salad #41A540

Color information

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

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

Color convert

RGB6516564-
CMYK0.6100.610.35
HSL119.41º44.1%44.9%-
HSV(B)119.41º61.21%64.71%-
XYZ16.5628.49.46-
YUV123.5994.3786.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.11%
GREEN value IS 165 (64.84% from 255) = 56.12%
BLUE value IS 64 (25.39% from 255) = 21.77%
R=22.11%
G=56.12%
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
Decimal65165640.6100.610.35119.4144.144.9
Hex41A5403D03D23772c2d
Octal10124510075075431675455
Binary100000110100101100000011110101111011000111110111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41A540; }

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

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

<style>
 a { background-color: #41A540; }

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

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

<style>
 span { border-color: #41A540; }

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

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