#41AC96

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

Shades of Gossamer #41AC96

Tints of Gossamer #41AC96

Color information

#41AC96 (or 0x41AC96) is unknown color: approx Gossamer. HEX triplet: 41, AC and 96. RGB value is (65,172,150). Sum of RGB (Red+Green+Blue) = 65+172+150=387 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.80% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 172 - color contains mainly: green. Hex color #41AC96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AC96 is #BE5369. Grayscale: #898989. Windows color (decimal): -12473194 or 9874497. OLE color: 9874497.

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

Color convert

RGB65172150-
CMYK0.6200.130.33
HSL167.66º45.15%46.47%-
HSV(B)167.66º62.21%67.45%-
XYZ22.4432.8334.01-
YUV137.5135.0576.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.80%
GREEN value IS 172 (67.58% from 255) = 44.44%
BLUE value IS 150 (58.98% from 255) = 38.76%
R=16.80%
G=44.44%
B=38.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651721500.6200.130.33167.6645.1546.47
Hex41AC963E0D21a82d2e
Octal10125422676015412505556
Binary100000110101100100101101111100110110000110101000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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