#41AD4A

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

Shades of Fruit Salad #41AD4A

Tints of Fruit Salad #41AD4A

Color information

#41AD4A (or 0x41AD4A) is unknown color: approx Fruit Salad. HEX triplet: 41, AD and 4A. RGB value is (65,173,74). Sum of RGB (Red+Green+Blue) = 65+173+74=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 173 (67.97% from 255 or 55.45% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 173 - color contains mainly: green. Hex color #41AD4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41AD4A is #BE52B5. Grayscale: #818181. Windows color (decimal): -12473014 or 4894017. OLE color: 4894017.

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

Color convert

RGB6517374-
CMYK0.6200.570.32
HSL125º45.38%46.67%-
HSV(B)125º62.43%67.84%-
XYZ18.3631.5111.59-
YUV129.4296.7282.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.83%
GREEN value IS 173 (67.97% from 255) = 55.45%
BLUE value IS 74 (29.30% from 255) = 23.72%
R=20.83%
G=55.45%
B=23.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65173740.6200.570.3212545.3846.67
Hex41AD4A3E039207d2d2f
Octal10125511276071401755557
Binary100000110101101100101011111001110011000001111101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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