#41AD85

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

Shades of Gossamer #41AD85

Tints of Gossamer #41AD85

Color information

#41AD85 (or 0x41AD85) is unknown color: approx Gossamer. HEX triplet: 41, AD and 85. RGB value is (65,173,133). Sum of RGB (Red+Green+Blue) = 65+173+133=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #41AD85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AD85 is #BE527A. Grayscale: #888888. Windows color (decimal): -12472955 or 8760641. OLE color: 8760641.

HSL color Cylindrical-coordinate representation of color #41AD85: hue angle of 157.78º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41AD85 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB65173133-
CMYK0.6200.230.32
HSL157.78º45.38%46.67%-
HSV(B)157.78º62.43%67.84%-
XYZ21.3632.727.38-
YUV136.15126.2277.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.52%
GREEN value IS 173 (67.97% from 255) = 46.63%
BLUE value IS 133 (52.34% from 255) = 35.85%
R=17.52%
G=46.63%
B=35.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal651731330.6200.230.32157.7845.3846.67
Hex41AD853E017209e2d2f
Octal10125520576027402365557
Binary1000001101011011000010111111001011110000010011110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,173,133); }

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

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

 a { background-color: rgb(65,173,133); }

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

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

 span { border-color: rgb(65,173,133); }

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