#41997E

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

Shades of Gossamer #41997E

Tints of Gossamer #41997E

Color information

#41997E (or 0x41997E) is unknown color: approx Gossamer. HEX triplet: 41, 99 and 7E. RGB value is (65,153,126). Sum of RGB (Red+Green+Blue) = 65+153+126=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #41997E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41997E is #BE6681. Grayscale: #7B7B7B. Windows color (decimal): -12478082 or 8296769. OLE color: 8296769.

HSL color Cylindrical-coordinate representation of color #41997E: hue angle of 161.59º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41997E is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB65153126-
CMYK0.5800.180.4
HSL161.59º40.37%42.75%-
HSV(B)161.59º57.52%60%-
XYZ17.3425.4123.73-
YUV123.61129.3586.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.90%
GREEN value IS 153 (60.16% from 255) = 44.48%
BLUE value IS 126 (49.61% from 255) = 36.63%
R=18.90%
G=44.48%
B=36.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal651531260.5800.180.4161.5940.3742.75
Hex41997E3A01228a2282b
Octal10123117672022502425053
Binary100000110011001111111011101001001010100010100010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41997E; }

 p { color: rgb(65,153,126); }

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

<style>
 a { background-color: #41997E; }

 a { background-color: rgb(65,153,126); }

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

<style>
 span { border-color: #41997E; }

 span { border-color: rgb(65,153,126); }

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