#41A94E

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

Shades of Fruit Salad #41A94E

Tints of Fruit Salad #41A94E

Color information

#41A94E (or 0x41A94E) is unknown color: approx Fruit Salad. HEX triplet: 41, A9 and 4E. RGB value is (65,169,78). Sum of RGB (Red+Green+Blue) = 65+169+78=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 169 (66.41% from 255 or 54.17% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 169 - color contains mainly: green. Hex color #41A94E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A94E is #BE56B1. Grayscale: #7F7F7F. Windows color (decimal): -12474034 or 5155137. OLE color: 5155137.

HSL color Cylindrical-coordinate representation of color #41A94E: hue angle of 127.5º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41A94E is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB6516978-
CMYK0.6200.540.34
HSL127.5º44.44%45.88%-
HSV(B)127.5º61.54%66.27%-
XYZ17.7430.0512.07-
YUV127.53100.0483.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.83%
GREEN value IS 169 (66.41% from 255) = 54.17%
BLUE value IS 78 (30.86% from 255) = 25%
R=20.83%
G=54.17%
B=25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal65169780.6200.540.34127.544.4445.88
Hex41A94E3E03622802c2e
Octal10125111676066422005456
Binary1000001101010011001110111110011011010001010000000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,169,78); }

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

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

 a { background-color: rgb(65,169,78); }

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

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

 span { border-color: rgb(65,169,78); }

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