#419B81

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

Shades of Gossamer #419B81

Tints of Gossamer #419B81

Color information

#419B81 (or 0x419B81) is unknown color: approx Gossamer. HEX triplet: 41, 9B and 81. RGB value is (65,155,129). Sum of RGB (Red+Green+Blue) = 65+155+129=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 155 (60.94% from 255 or 44.41% from 349); Blue value is 129 (50.78% from 255 or 36.96% from 349); Max value from RGB is 155 - color contains mainly: green. Hex color #419B81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419B81 is #BE647E. Grayscale: #7D7D7D. Windows color (decimal): -12477567 or 8493889. OLE color: 8493889.

HSL color Cylindrical-coordinate representation of color #419B81: hue angle of 162.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419B81 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB65155129-
CMYK0.5800.170.39
HSL162.67º40.91%43.14%-
HSV(B)162.67º58.06%60.78%-
XYZ17.8626.1524.88-
YUV125.13130.1885.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.62%
GREEN value IS 155 (60.94% from 255) = 44.41%
BLUE value IS 129 (50.78% from 255) = 36.96%
R=18.62%
G=44.41%
B=36.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal651551290.5800.170.39162.6740.9143.14
Hex419B813A01127a3292b
Octal10123320172021472435153
Binary1000001100110111000000111101001000110011110100011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419B81; }

 p { color: rgb(65,155,129); }

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

<style>
 a { background-color: #419B81; }

 a { background-color: rgb(65,155,129); }

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

<style>
 span { border-color: #419B81; }

 span { border-color: rgb(65,155,129); }

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