#41A04B

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

Shades of Fruit Salad #41A04B

Tints of Fruit Salad #41A04B

Color information

#41A04B (or 0x41A04B) is unknown color: approx Fruit Salad. HEX triplet: 41, A0 and 4B. RGB value is (65,160,75). Sum of RGB (Red+Green+Blue) = 65+160+75=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 160 (62.89% from 255 or 53.33% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 160 - color contains mainly: green. Hex color #41A04B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41A04B is #BE5FB4. Grayscale: #7A7A7A. Windows color (decimal): -12476341 or 4956225. OLE color: 4956225.

HSL color Cylindrical-coordinate representation of color #41A04B: hue angle of 126.32º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41A04B is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB6516075-
CMYK0.5900.530.37
HSL126.32º42.22%44.12%-
HSV(B)126.32º59.38%62.75%-
XYZ16.0226.7710.98-
YUV121.9101.5387.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.67%
GREEN value IS 160 (62.89% from 255) = 53.33%
BLUE value IS 75 (29.69% from 255) = 25%
R=21.67%
G=53.33%
B=25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal65160750.5900.530.37126.3242.2244.12
Hex41A04B3B035257e2a2c
Octal10124011373065451765254
Binary100000110100000100101111101101101011001011111110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,160,75); }

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

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

 a { background-color: rgb(65,160,75); }

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

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

 span { border-color: rgb(65,160,75); }

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