#419F7D

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

Shades of Gossamer #419F7D

Tints of Gossamer #419F7D

Color information

#419F7D (or 0x419F7D) is unknown color: approx Gossamer. HEX triplet: 41, 9F and 7D. RGB value is (65,159,125). Sum of RGB (Red+Green+Blue) = 65+159+125=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 159 (62.5% from 255 or 45.56% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 159 - color contains mainly: green. Hex color #419F7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419F7D is #BE6082. Grayscale: #7F7F7F. Windows color (decimal): -12476547 or 8232769. OLE color: 8232769.

HSL color Cylindrical-coordinate representation of color #419F7D: hue angle of 158.3º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #419F7D is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB65159125-
CMYK0.5900.210.38
HSL158.3º41.96%43.92%-
HSV(B)158.3º59.12%62.35%-
XYZ18.2827.423.73-
YUV127.02126.8683.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.62%
GREEN value IS 159 (62.5% from 255) = 45.56%
BLUE value IS 125 (49.22% from 255) = 35.82%
R=18.62%
G=45.56%
B=35.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651591250.5900.210.38158.341.9643.92
Hex419F7D3B015269e2a2c
Octal10123717573025462365254
Binary100000110011111111110111101101010110011010011110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,159,125); }

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

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

 a { background-color: rgb(65,159,125); }

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

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

 span { border-color: rgb(65,159,125); }

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