#41AA4A

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

Shades of Fruit Salad #41AA4A

Tints of Fruit Salad #41AA4A

Color information

#41AA4A (or 0x41AA4A) is unknown color: approx Fruit Salad. HEX triplet: 41, AA and 4A. RGB value is (65,170,74). Sum of RGB (Red+Green+Blue) = 65+170+74=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #41AA4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41AA4A is #BE55B5. Grayscale: #7F7F7F. Windows color (decimal): -12473782 or 4893249. OLE color: 4893249.

HSL color Cylindrical-coordinate representation of color #41AA4A: hue angle of 125.14º 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 #41AA4A is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB6517074-
CMYK0.6200.560.33
HSL125.14º44.68%46.08%-
HSV(B)125.14º61.76%66.67%-
XYZ17.7930.3711.4-
YUV127.6697.7183.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.04%
GREEN value IS 170 (66.80% from 255) = 55.02%
BLUE value IS 74 (29.30% from 255) = 23.95%
R=21.04%
G=55.02%
B=23.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65170740.6200.560.33125.1444.6846.08
Hex41AA4A3E038217d2d2e
Octal10125211276070411755556
Binary100000110101010100101011111001110001000011111101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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