#41997C

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

Shades of Gossamer #41997C

Tints of Gossamer #41997C

Color information

#41997C (or 0x41997C) is unknown color: approx Gossamer. HEX triplet: 41, 99 and 7C. RGB value is (65,153,124). Sum of RGB (Red+Green+Blue) = 65+153+124=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #41997C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41997C is #BE6683. Grayscale: #7B7B7B. Windows color (decimal): -12478084 or 8165697. OLE color: 8165697.

HSL color Cylindrical-coordinate representation of color #41997C: hue angle of 160.23º 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 #41997C is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB65153124-
CMYK0.5800.190.4
HSL160.23º40.37%42.75%-
HSV(B)160.23º57.52%60%-
XYZ17.2125.3623.06-
YUV123.38128.3586.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.01%
GREEN value IS 153 (60.16% from 255) = 44.74%
BLUE value IS 124 (48.83% from 255) = 36.26%
R=19.01%
G=44.74%
B=36.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal651531240.5800.190.4160.2340.3742.75
Hex41997C3A01328a0282b
Octal10123117472023502405053
Binary100000110011001111110011101001001110100010100000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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