#41AD44

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

Shades of Fruit Salad #41AD44

Tints of Fruit Salad #41AD44

Color information

#41AD44 (or 0x41AD44) is unknown color: approx Fruit Salad. HEX triplet: 41, AD and 44. RGB value is (65,173,68). Sum of RGB (Red+Green+Blue) = 65+173+68=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 173 (67.97% from 255 or 56.54% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 173 - color contains mainly: green. Hex color #41AD44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41AD44 is #BE52BB. Grayscale: #818181. Windows color (decimal): -12473020 or 4500801. OLE color: 4500801.

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

Color convert

RGB6517368-
CMYK0.6200.610.32
HSL121.67º45.38%46.67%-
HSV(B)121.67º62.43%67.84%-
XYZ18.1731.4310.58-
YUV128.7493.7282.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.24%
GREEN value IS 173 (67.97% from 255) = 56.54%
BLUE value IS 68 (26.95% from 255) = 22.22%
R=21.24%
G=56.54%
B=22.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65173680.6200.610.32121.6745.3846.67
Hex41AD443E03D207a2d2f
Octal10125510476075401725557
Binary100000110101101100010011111001111011000001111010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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