#41AC48

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

Shades of Fruit Salad #41AC48

Tints of Fruit Salad #41AC48

Color information

#41AC48 (or 0x41AC48) is unknown color: approx Fruit Salad. HEX triplet: 41, AC and 48. RGB value is (65,172,72). Sum of RGB (Red+Green+Blue) = 65+172+72=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 172 (67.58% from 255 or 55.66% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 172 - color contains mainly: green. Hex color #41AC48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41AC48 is #BE53B7. Grayscale: #808080. Windows color (decimal): -12473272 or 4762689. OLE color: 4762689.

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

Color convert

RGB6517272-
CMYK0.6200.580.33
HSL123.93º45.15%46.47%-
HSV(B)123.93º62.21%67.45%-
XYZ18.131.111.18-
YUV128.6196.0582.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.04%
GREEN value IS 172 (67.58% from 255) = 55.66%
BLUE value IS 72 (28.52% from 255) = 23.30%
R=21.04%
G=55.66%
B=23.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65172720.6200.580.33123.9345.1546.47
Hex41AC483E03A217c2d2e
Octal10125411076072411745556
Binary100000110101100100100011111001110101000011111100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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