#41B74D

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

Shades of Fruit Salad #41B74D

Tints of Fruit Salad #41B74D

Color information

#41B74D (or 0x41B74D) is unknown color: approx Fruit Salad. HEX triplet: 41, B7 and 4D. RGB value is (65,183,77). Sum of RGB (Red+Green+Blue) = 65+183+77=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 183 (71.88% from 255 or 56.31% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 183 - color contains mainly: green. Hex color #41B74D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41B74D is #BE48B2. Grayscale: #878787. Windows color (decimal): -12470451 or 5093185. OLE color: 5093185.

HSL color Cylindrical-coordinate representation of color #41B74D: hue angle of 126.1º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41B74D is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB6518377-
CMYK0.6400.580.28
HSL126.1º47.58%48.63%-
HSV(B)126.1º64.48%71.76%-
XYZ20.4535.5312.8-
YUV135.6394.9177.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20%
GREEN value IS 183 (71.88% from 255) = 56.31%
BLUE value IS 77 (30.47% from 255) = 23.69%
R=20%
G=56.31%
B=23.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal65183770.6400.580.28126.147.5848.63
Hex41B74D4003A1C7e3031
Octal101267115100072341766061
Binary100000110110111100110110000000111010111001111110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,183,77); }

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

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

 a { background-color: rgb(65,183,77); }

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

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

 span { border-color: rgb(65,183,77); }

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