#41997D

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

Shades of Gossamer #41997D

Tints of Gossamer #41997D

Color information

#41997D (or 0x41997D) is unknown color: approx Gossamer. HEX triplet: 41, 99 and 7D. RGB value is (65,153,125). Sum of RGB (Red+Green+Blue) = 65+153+125=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 153 - color contains mainly: green. Hex color #41997D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41997D is #BE6682. Grayscale: #7B7B7B. Windows color (decimal): -12478083 or 8231233. OLE color: 8231233.

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

Color convert

RGB65153125-
CMYK0.5800.180.4
HSL160.91º40.37%42.75%-
HSV(B)160.91º57.52%60%-
XYZ17.2725.3923.39-
YUV123.5128.8586.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.95%
GREEN value IS 153 (60.16% from 255) = 44.61%
BLUE value IS 125 (49.22% from 255) = 36.44%
R=18.95%
G=44.61%
B=36.44%

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
Decimal651531250.5800.180.4160.9140.3742.75
Hex41997D3A01228a1282b
Octal10123117572022502415053
Binary100000110011001111110111101001001010100010100001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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