#41AA3C

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

Shades of Fruit Salad #41AA3C

Tints of Fruit Salad #41AA3C

Color information

#41AA3C (or 0x41AA3C) is unknown color: approx Fruit Salad. HEX triplet: 41, AA and 3C. RGB value is (65,170,60). Sum of RGB (Red+Green+Blue) = 65+170+60=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #41AA3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41AA3C is #BE55C3. Grayscale: #7E7E7E. Windows color (decimal): -12473796 or 3975745. OLE color: 3975745.

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

Color convert

RGB6517060-
CMYK0.6200.650.33
HSL117.27º47.83%45.1%-
HSV(B)117.27º64.71%66.67%-
XYZ17.3730.29.19-
YUV126.0690.7184.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.03%
GREEN value IS 170 (66.80% from 255) = 57.63%
BLUE value IS 60 (23.83% from 255) = 20.34%
R=22.03%
G=57.63%
B=20.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65170600.6200.650.33117.2747.8345.1
Hex41AA3C3E0412175302d
Octal10125274760101411656055
Binary100000110101010111100111110010000011000011110101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,170,60); }

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

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

 a { background-color: rgb(65,170,60); }

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

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

 span { border-color: rgb(65,170,60); }

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