#41AB4D

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

Shades of Fruit Salad #41AB4D

Tints of Fruit Salad #41AB4D

Color information

#41AB4D (or 0x41AB4D) is unknown color: approx Fruit Salad. HEX triplet: 41, AB and 4D. RGB value is (65,171,77). Sum of RGB (Red+Green+Blue) = 65+171+77=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #41AB4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41AB4D is #BE54B2. Grayscale: #808080. Windows color (decimal): -12473523 or 5090113. OLE color: 5090113.

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

Color convert

RGB6517177-
CMYK0.6200.550.33
HSL126.79º44.92%46.27%-
HSV(B)126.79º61.99%67.06%-
XYZ18.0830.7912.01-
YUV128.5998.8882.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.77%
GREEN value IS 171 (67.19% from 255) = 54.63%
BLUE value IS 77 (30.47% from 255) = 24.60%
R=20.77%
G=54.63%
B=24.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65171770.6200.550.33126.7944.9246.27
Hex41AB4D3E037217f2d2e
Octal10125311576067411775556
Binary100000110101011100110111111001101111000011111111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,171,77); }

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

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

 a { background-color: rgb(65,171,77); }

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

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

 span { border-color: rgb(65,171,77); }

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