#41B13B

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

Shades of Fruit Salad #41B13B

Tints of Fruit Salad #41B13B

Color information

#41B13B (or 0x41B13B) is unknown color: approx Fruit Salad. HEX triplet: 41, B1 and 3B. RGB value is (65,177,59). Sum of RGB (Red+Green+Blue) = 65+177+59=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 177 (69.53% from 255 or 58.80% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 177 - color contains mainly: green. Hex color #41B13B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41B13B is #BE4EC4. Grayscale: #828282. Windows color (decimal): -12472005 or 3912001. OLE color: 3912001.

HSL color Cylindrical-coordinate representation of color #41B13B: hue angle of 116.95º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41B13B is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB6517759-
CMYK0.6300.670.31
HSL116.95º50%46.27%-
HSV(B)116.95º66.67%69.41%-
XYZ18.6932.889.5-
YUV130.0687.8981.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.59%
GREEN value IS 177 (69.53% from 255) = 58.80%
BLUE value IS 59 (23.44% from 255) = 19.60%
R=21.59%
G=58.80%
B=19.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal65177590.6300.670.31116.955046.27
Hex41B13B3F0431F75322e
Octal10126173770103371656256
Binary10000011011000111101111111101000011111111110101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,177,59); }

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

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

 a { background-color: rgb(65,177,59); }

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

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

 span { border-color: rgb(65,177,59); }

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