#41AA52

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

Shades of Fruit Salad #41AA52

Tints of Fruit Salad #41AA52

Color information

#41AA52 (or 0x41AA52) is unknown color: approx Fruit Salad. HEX triplet: 41, AA and 52. RGB value is (65,170,82). Sum of RGB (Red+Green+Blue) = 65+170+82=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 170 (66.80% from 255 or 53.63% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 170 - color contains mainly: green. Hex color #41AA52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41AA52 is #BE55AD. Grayscale: #808080. Windows color (decimal): -12473774 or 5417537. OLE color: 5417537.

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

Color convert

RGB6517082-
CMYK0.6200.520.33
HSL129.71º44.68%46.08%-
HSV(B)129.71º61.76%66.67%-
XYZ18.0830.4812.91-
YUV128.57101.7182.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.50%
GREEN value IS 170 (66.80% from 255) = 53.63%
BLUE value IS 82 (32.42% from 255) = 25.87%
R=20.50%
G=53.63%
B=25.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65170820.6200.520.33129.7144.6846.08
Hex41AA523E03421822d2e
Octal10125212276064412025556
Binary1000001101010101010010111110011010010000110000010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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