#41B555

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

Shades of Fruit Salad #41B555

Tints of Fruit Salad #41B555

Color information

#41B555 (or 0x41B555) is unknown color: approx Fruit Salad. HEX triplet: 41, B5 and 55. RGB value is (65,181,85). Sum of RGB (Red+Green+Blue) = 65+181+85=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 181 (71.09% from 255 or 54.68% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 181 - color contains mainly: green. Hex color #41B555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41B555 is #BE4AAA. Grayscale: #878787. Windows color (decimal): -12470955 or 5616961. OLE color: 5616961.

HSL color Cylindrical-coordinate representation of color #41B555: hue angle of 130.34º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41B555 is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB6518185-
CMYK0.6400.530.29
HSL130.34º47.15%48.24%-
HSV(B)130.34º64.09%70.98%-
XYZ20.3434.8314.24-
YUV135.3799.5777.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.64%
GREEN value IS 181 (71.09% from 255) = 54.68%
BLUE value IS 85 (33.59% from 255) = 25.68%
R=19.64%
G=54.68%
B=25.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal65181850.6400.530.29130.3447.1548.24
Hex41B555400351D822f30
Octal101265125100065352025760
Binary1000001101101011010101100000001101011110110000010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,181,85); }

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

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

 a { background-color: rgb(65,181,85); }

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

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

 span { border-color: rgb(65,181,85); }

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