#41AC40

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

Shades of Fruit Salad #41AC40

Tints of Fruit Salad #41AC40

Color information

#41AC40 (or 0x41AC40) is unknown color: approx Fruit Salad. HEX triplet: 41, AC and 40. RGB value is (65,172,64). Sum of RGB (Red+Green+Blue) = 65+172+64=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 172 (67.58% from 255 or 57.14% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 172 - color contains mainly: green. Hex color #41AC40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41AC40 is #BE53BF. Grayscale: #808080. Windows color (decimal): -12473280 or 4238401. OLE color: 4238401.

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

Color convert

RGB6517264-
CMYK0.6200.630.33
HSL119.44º45.76%46.27%-
HSV(B)119.44º62.79%67.45%-
XYZ17.86319.89-
YUV127.792.0583.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.59%
GREEN value IS 172 (67.58% from 255) = 57.14%
BLUE value IS 64 (25.39% from 255) = 21.26%
R=21.59%
G=57.14%
B=21.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65172640.6200.630.33119.4445.7646.27
Hex41AC403E03F21772e2e
Octal10125410076077411675656
Binary100000110101100100000011111001111111000011110111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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