#41B04D

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

Shades of Fruit Salad #41B04D

Tints of Fruit Salad #41B04D

Color information

#41B04D (or 0x41B04D) is unknown color: approx Fruit Salad. HEX triplet: 41, B0 and 4D. RGB value is (65,176,77). Sum of RGB (Red+Green+Blue) = 65+176+77=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 176 (69.14% from 255 or 55.35% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 176 - color contains mainly: green. Hex color #41B04D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41B04D is #BE4FB2. Grayscale: #838383. Windows color (decimal): -12472243 or 5091393. OLE color: 5091393.

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

Color convert

RGB6517677-
CMYK0.6300.560.31
HSL126.49º46.06%47.25%-
HSV(B)126.49º63.07%69.02%-
XYZ19.0432.7112.33-
YUV131.5297.2380.55-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.44%
GREEN value IS 176 (69.14% from 255) = 55.35%
BLUE value IS 77 (30.47% from 255) = 24.21%
R=20.44%
G=55.35%
B=24.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal65176770.6300.560.31126.4946.0647.25
Hex41B04D3F0381F7e2e2f
Octal10126011577070371765657
Binary10000011011000010011011111110111000111111111110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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