#41AE4A

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

Shades of Fruit Salad #41AE4A

Tints of Fruit Salad #41AE4A

Color information

#41AE4A (or 0x41AE4A) is unknown color: approx Fruit Salad. HEX triplet: 41, AE and 4A. RGB value is (65,174,74). Sum of RGB (Red+Green+Blue) = 65+174+74=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 174 (68.36% from 255 or 55.59% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 174 - color contains mainly: green. Hex color #41AE4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41AE4A is #BE51B5. Grayscale: #828282. Windows color (decimal): -12472758 or 4894273. OLE color: 4894273.

HSL color Cylindrical-coordinate representation of color #41AE4A: hue angle of 124.95º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41AE4A is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB6517474-
CMYK0.6300.570.32
HSL124.95º45.61%46.86%-
HSV(B)124.95º62.64%68.24%-
XYZ18.5531.8911.66-
YUV130.0196.3981.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.77%
GREEN value IS 174 (68.36% from 255) = 55.59%
BLUE value IS 74 (29.30% from 255) = 23.64%
R=20.77%
G=55.59%
B=23.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65174740.6300.570.32124.9545.6146.86
Hex41AE4A3F039207d2e2f
Octal10125611277071401755657
Binary100000110101110100101011111101110011000001111101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,174,74); }

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

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

 a { background-color: rgb(65,174,74); }

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

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

 span { border-color: rgb(65,174,74); }

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