#41B13D

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

Shades of Fruit Salad #41B13D

Tints of Fruit Salad #41B13D

Color information

#41B13D (or 0x41B13D) is unknown color: approx Fruit Salad. HEX triplet: 41, B1 and 3D. RGB value is (65,177,61). Sum of RGB (Red+Green+Blue) = 65+177+61=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 177 (69.53% from 255 or 58.42% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 177 - color contains mainly: green. Hex color #41B13D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41B13D is #BE4EC2. Grayscale: #828282. Windows color (decimal): -12472003 or 4043073. OLE color: 4043073.

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

Color convert

RGB6517761-
CMYK0.6300.660.31
HSL117.93º48.74%46.67%-
HSV(B)117.93º65.54%69.41%-
XYZ18.7432.919.78-
YUV130.2988.8981.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.45%
GREEN value IS 177 (69.53% from 255) = 58.42%
BLUE value IS 61 (24.22% from 255) = 20.13%
R=21.45%
G=58.42%
B=20.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal65177610.6300.660.31117.9348.7446.67
Hex41B13D3F0421F76312f
Octal10126175770102371666157
Binary10000011011000111110111111101000010111111110110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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