#41AC35

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

Shades of Fruit Salad #41AC35

Tints of Fruit Salad #41AC35

Color information

#41AC35 (or 0x41AC35) is unknown color: approx Fruit Salad. HEX triplet: 41, AC and 35. RGB value is (65,172,53). Sum of RGB (Red+Green+Blue) = 65+172+53=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 172 (67.58% from 255 or 59.31% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 172 - color contains mainly: green. Hex color #41AC35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41AC35 is #BE53CA. Grayscale: #7E7E7E. Windows color (decimal): -12473291 or 3517505. OLE color: 3517505.

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

Color convert

RGB6517253-
CMYK0.6200.690.33
HSL113.95º52.89%44.12%-
HSV(B)113.95º69.19%67.45%-
XYZ17.5830.898.4-
YUV126.4486.5584.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.41%
GREEN value IS 172 (67.58% from 255) = 59.31%
BLUE value IS 53 (21.09% from 255) = 18.28%
R=22.41%
G=59.31%
B=18.28%

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
Decimal65172530.6200.690.33113.9552.8944.12
Hex41AC353E0452172352c
Octal10125465760105411626554
Binary100000110101100110101111110010001011000011110010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,172,53); }

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

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

 a { background-color: rgb(65,172,53); }

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

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

 span { border-color: rgb(65,172,53); }

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