#41AA34

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

Shades of Fruit Salad #41AA34

Tints of Fruit Salad #41AA34

Color information

#41AA34 (or 0x41AA34) is unknown color: approx Fruit Salad. HEX triplet: 41, AA and 34. RGB value is (65,170,52). Sum of RGB (Red+Green+Blue) = 65+170+52=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 170 (66.80% from 255 or 59.23% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 170 - color contains mainly: green. Hex color #41AA34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41AA34 is #BE55CB. Grayscale: #7D7D7D. Windows color (decimal): -12473804 or 3451457. OLE color: 3451457.

HSL color Cylindrical-coordinate representation of color #41AA34: hue angle of 113.39º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41AA34 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB6517052-
CMYK0.6200.690.33
HSL113.39º53.15%43.53%-
HSV(B)113.39º69.41%66.67%-
XYZ17.1730.128.16-
YUV125.1586.7185.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.65%
GREEN value IS 170 (66.80% from 255) = 59.23%
BLUE value IS 52 (20.70% from 255) = 18.12%
R=22.65%
G=59.23%
B=18.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65170520.6200.690.33113.3953.1543.53
Hex41AA343E0452171352c
Octal10125264760105411616554
Binary100000110101010110100111110010001011000011110001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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