#41998A

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

Shades of Gossamer #41998A

Tints of Gossamer #41998A

Color information

#41998A (or 0x41998A) is unknown color: approx Gossamer. HEX triplet: 41, 99 and 8A. RGB value is (65,153,138). Sum of RGB (Red+Green+Blue) = 65+153+138=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #41998A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41998A is #BE6675. Grayscale: #7C7C7C. Windows color (decimal): -12478070 or 9083201. OLE color: 9083201.

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

Color convert

RGB65153138-
CMYK0.5800.100.4
HSL169.77º40.37%42.75%-
HSV(B)169.77º57.52%60%-
XYZ18.1625.7428.06-
YUV124.98135.3585.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.26%
GREEN value IS 153 (60.16% from 255) = 42.98%
BLUE value IS 138 (54.30% from 255) = 38.76%
R=18.26%
G=42.98%
B=38.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal651531380.5800.100.4169.7740.3742.75
Hex41998A3A0A28aa282b
Octal10123121272012502525053
Binary100000110011001100010101110100101010100010101010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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