#41AD4F

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

Shades of Fruit Salad #41AD4F

Tints of Fruit Salad #41AD4F

Color information

#41AD4F (or 0x41AD4F) is unknown color: approx Fruit Salad. HEX triplet: 41, AD and 4F. RGB value is (65,173,79). Sum of RGB (Red+Green+Blue) = 65+173+79=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 173 (67.97% from 255 or 54.57% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 173 - color contains mainly: green. Hex color #41AD4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41AD4F is #BE52B0. Grayscale: #828282. Windows color (decimal): -12473009 or 5221697. OLE color: 5221697.

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

Color convert

RGB6517379-
CMYK0.6200.540.32
HSL127.78º45.38%46.67%-
HSV(B)127.78º62.43%67.84%-
XYZ18.5331.5812.51-
YUV129.9999.2281.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.50%
GREEN value IS 173 (67.97% from 255) = 54.57%
BLUE value IS 79 (31.25% from 255) = 24.92%
R=20.50%
G=54.57%
B=24.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65173790.6200.540.32127.7845.3846.67
Hex41AD4F3E03620802d2f
Octal10125511776066402005557
Binary1000001101011011001111111110011011010000010000000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AD4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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