#419E7F

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

Shades of Gossamer #419E7F

Tints of Gossamer #419E7F

Color information

#419E7F (or 0x419E7F) is unknown color: approx Gossamer. HEX triplet: 41, 9E and 7F. RGB value is (65,158,127). Sum of RGB (Red+Green+Blue) = 65+158+127=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 158 - color contains mainly: green. Hex color #419E7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419E7F is #BE6180. Grayscale: #7E7E7E. Windows color (decimal): -12476801 or 8363585. OLE color: 8363585.

HSL color Cylindrical-coordinate representation of color #419E7F: hue angle of 160º 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 #419E7F is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB65158127-
CMYK0.5900.200.38
HSL160º41.7%43.73%-
HSV(B)160º58.86%61.96%-
XYZ18.2427.1124.35-
YUV126.66128.1984.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.57%
GREEN value IS 158 (62.11% from 255) = 45.14%
BLUE value IS 127 (50% from 255) = 36.29%
R=18.57%
G=45.14%
B=36.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651581270.5900.200.3816041.743.73
Hex419E7F3B01426a02a2c
Octal10123617773024462405254
Binary100000110011110111111111101101010010011010100000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,158,127); }

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

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

 a { background-color: rgb(65,158,127); }

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

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

 span { border-color: rgb(65,158,127); }

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