#419E7D

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

Shades of Gossamer #419E7D

Tints of Gossamer #419E7D

Color information

#419E7D (or 0x419E7D) is unknown color: approx Gossamer. HEX triplet: 41, 9E and 7D. RGB value is (65,158,125). Sum of RGB (Red+Green+Blue) = 65+158+125=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 158 (62.11% from 255 or 45.40% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 158 - color contains mainly: green. Hex color #419E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419E7D is #BE6182. Grayscale: #7E7E7E. Windows color (decimal): -12476803 or 8232513. OLE color: 8232513.

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

Color convert

RGB65158125-
CMYK0.5900.210.38
HSL158.71º41.7%43.73%-
HSV(B)158.71º58.86%61.96%-
XYZ18.1127.0623.67-
YUV126.43127.1984.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.68%
GREEN value IS 158 (62.11% from 255) = 45.40%
BLUE value IS 125 (49.22% from 255) = 35.92%
R=18.68%
G=45.40%
B=35.92%

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
Decimal651581250.5900.210.38158.7141.743.73
Hex419E7D3B015269f2a2c
Octal10123617573025462375254
Binary100000110011110111110111101101010110011010011111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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