#419C8D

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

Shades of Gossamer #419C8D

Tints of Gossamer #419C8D

Color information

#419C8D (or 0x419C8D) is unknown color: approx Gossamer. HEX triplet: 41, 9C and 8D. RGB value is (65,156,141). Sum of RGB (Red+Green+Blue) = 65+156+141=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 156 - color contains mainly: green. Hex color #419C8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419C8D is #BE6372. Grayscale: #7F7F7F. Windows color (decimal): -12477299 or 9280577. OLE color: 9280577.

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

Color convert

RGB65156141-
CMYK0.5800.100.39
HSL170.11º41.18%43.33%-
HSV(B)170.11º58.33%61.18%-
XYZ18.8826.8229.38-
YUV127.08135.8583.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.96%
GREEN value IS 156 (61.33% from 255) = 43.09%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=17.96%
G=43.09%
B=38.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal651561410.5800.100.39170.1141.1843.33
Hex419C8D3A0A27aa292b
Octal10123421572012472525153
Binary100000110011100100011011110100101010011110101010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,156,141); }

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

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

 a { background-color: rgb(65,156,141); }

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

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

 span { border-color: rgb(65,156,141); }

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