#41998B

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

Shades of Gossamer #41998B

Tints of Gossamer #41998B

Color information

#41998B (or 0x41998B) is unknown color: approx Gossamer. HEX triplet: 41, 99 and 8B. RGB value is (65,153,139). Sum of RGB (Red+Green+Blue) = 65+153+139=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #41998B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41998B is #BE6674. Grayscale: #7D7D7D. Windows color (decimal): -12478069 or 9148737. OLE color: 9148737.

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

Color convert

RGB65153139-
CMYK0.5800.090.4
HSL170.45º40.37%42.75%-
HSV(B)170.45º57.52%60%-
XYZ18.2325.7728.44-
YUV125.09135.8585.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.21%
GREEN value IS 153 (60.16% from 255) = 42.86%
BLUE value IS 139 (54.69% from 255) = 38.94%
R=18.21%
G=42.86%
B=38.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal651531390.5800.090.4170.4540.3742.75
Hex41998B3A0928aa282b
Octal10123121372011502525053
Binary100000110011001100010111110100100110100010101010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41998B; }

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

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

<style>
 a { background-color: #41998B; }

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

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

<style>
 span { border-color: #41998B; }

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

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