#41C059

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

Shades of Fruit Salad #41C059

Tints of Fruit Salad #41C059

Color information

#41C059 (or 0x41C059) is unknown color: approx Fruit Salad. HEX triplet: 41, C0 and 59. RGB value is (65,192,89). Sum of RGB (Red+Green+Blue) = 65+192+89=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #41C059 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C059 is #BE3FA6. Grayscale: #8E8E8E. Windows color (decimal): -12468135 or 5881921. OLE color: 5881921.

HSL color Cylindrical-coordinate representation of color #41C059: hue angle of 131.34º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C059 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB6519289-
CMYK0.6600.540.25
HSL131.34º50.2%50.39%-
HSV(B)131.34º66.15%75.29%-
XYZ22.8339.5415.88-
YUV142.2897.9272.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.79%
GREEN value IS 192 (75.39% from 255) = 55.49%
BLUE value IS 89 (35.16% from 255) = 25.72%
R=18.79%
G=55.49%
B=25.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65192890.6600.540.25131.3450.250.39
Hex41C0594203619833232
Octal101300131102066312036262
Binary1000001110000001011001100001001101101100110000011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41C059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,192,89); }

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

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

 a { background-color: rgb(65,192,89); }

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

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

 span { border-color: rgb(65,192,89); }

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