#41A650

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

Shades of Fruit Salad #41A650

Tints of Fruit Salad #41A650

Color information

#41A650 (or 0x41A650) is unknown color: approx Fruit Salad. HEX triplet: 41, A6 and 50. RGB value is (65,166,80). Sum of RGB (Red+Green+Blue) = 65+166+80=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 166 (65.23% from 255 or 53.38% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 166 - color contains mainly: green. Hex color #41A650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A650 is #BE59AF. Grayscale: #7E7E7E. Windows color (decimal): -12474800 or 5285441. OLE color: 5285441.

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

Color convert

RGB6516680-
CMYK0.6100.520.35
HSL128.91º43.72%45.29%-
HSV(B)128.91º60.84%65.1%-
XYZ17.2628.9812.27-
YUV126102.0484.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.90%
GREEN value IS 166 (65.23% from 255) = 53.38%
BLUE value IS 80 (31.64% from 255) = 25.72%
R=20.90%
G=53.38%
B=25.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal65166800.6100.520.35128.9143.7245.29
Hex41A6503D03423812c2d
Octal10124612075064432015455
Binary1000001101001101010000111101011010010001110000001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,166,80); }

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

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

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

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

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

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

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