#41AD90

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

Shades of Gossamer #41AD90

Tints of Gossamer #41AD90

Color information

#41AD90 (or 0x41AD90) is unknown color: approx Gossamer. HEX triplet: 41, AD and 90. RGB value is (65,173,144). Sum of RGB (Red+Green+Blue) = 65+173+144=382 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.02% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #41AD90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AD90 is #BE526F. Grayscale: #898989. Windows color (decimal): -12472944 or 9481537. OLE color: 9481537.

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

Color convert

RGB65173144-
CMYK0.6200.170.32
HSL163.89º45.38%46.67%-
HSV(B)163.89º62.43%67.84%-
XYZ22.1633.0231.59-
YUV137.4131.7276.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.02%
GREEN value IS 173 (67.97% from 255) = 45.29%
BLUE value IS 144 (56.64% from 255) = 37.70%
R=17.02%
G=45.29%
B=37.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal651731440.6200.170.32163.8945.3846.67
Hex41AD903E01120a42d2f
Octal10125522076021402445557
Binary1000001101011011001000011111001000110000010100100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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