#419B8A

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

Shades of Gossamer #419B8A

Tints of Gossamer #419B8A

Color information

#419B8A (or 0x419B8A) is unknown color: approx Gossamer. HEX triplet: 41, 9B and 8A. RGB value is (65,155,138). Sum of RGB (Red+Green+Blue) = 65+155+138=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 155 - color contains mainly: green. Hex color #419B8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419B8A is #BE6475. Grayscale: #7E7E7E. Windows color (decimal): -12477558 or 9083713. OLE color: 9083713.

HSL color Cylindrical-coordinate representation of color #419B8A: hue angle of 168.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 #419B8A is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB65155138-
CMYK0.5800.110.39
HSL168.67º40.91%43.14%-
HSV(B)168.67º58.06%60.78%-
XYZ18.4926.428.17-
YUV126.15134.6884.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.16%
GREEN value IS 155 (60.94% from 255) = 43.30%
BLUE value IS 138 (54.30% from 255) = 38.55%
R=18.16%
G=43.30%
B=38.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal651551380.5800.110.39168.6740.9143.14
Hex419B8A3A0B27a9292b
Octal10123321272013472515153
Binary100000110011011100010101110100101110011110101001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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