#41AC50

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

Shades of Fruit Salad #41AC50

Tints of Fruit Salad #41AC50

Color information

#41AC50 (or 0x41AC50) is unknown color: approx Fruit Salad. HEX triplet: 41, AC and 50. RGB value is (65,172,80). Sum of RGB (Red+Green+Blue) = 65+172+80=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 172 (67.58% from 255 or 54.26% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 172 - color contains mainly: green. Hex color #41AC50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41AC50 is #BE53AF. Grayscale: #818181. Windows color (decimal): -12473264 or 5286977. OLE color: 5286977.

HSL color Cylindrical-coordinate representation of color #41AC50: hue angle of 128.41º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41AC50 is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB6517280-
CMYK0.6200.530.33
HSL128.41º45.15%46.47%-
HSV(B)128.41º62.21%67.45%-
XYZ18.3831.2112.64-
YUV129.52100.0581.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.50%
GREEN value IS 172 (67.58% from 255) = 54.26%
BLUE value IS 80 (31.64% from 255) = 25.24%
R=20.50%
G=54.26%
B=25.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65172800.6200.530.33128.4145.1546.47
Hex41AC503E03521802d2e
Octal10125412076065412005556
Binary1000001101011001010000111110011010110000110000000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,172,80); }

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

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

 a { background-color: rgb(65,172,80); }

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

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

 span { border-color: rgb(65,172,80); }

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