#419D82

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

Shades of Gossamer #419D82

Tints of Gossamer #419D82

Color information

#419D82 (or 0x419D82) is unknown color: approx Gossamer. HEX triplet: 41, 9D and 82. RGB value is (65,157,130). Sum of RGB (Red+Green+Blue) = 65+157+130=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 157 - color contains mainly: green. Hex color #419D82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419D82 is #BE627D. Grayscale: #7E7E7E. Windows color (decimal): -12477054 or 8559937. OLE color: 8559937.

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

Color convert

RGB65157130-
CMYK0.5900.170.38
HSL162.39º41.44%43.53%-
HSV(B)162.39º58.6%61.57%-
XYZ18.2726.8525.34-
YUV126.41130.0284.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.47%
GREEN value IS 157 (61.72% from 255) = 44.60%
BLUE value IS 130 (51.17% from 255) = 36.93%
R=18.47%
G=44.60%
B=36.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651571300.5900.170.38162.3941.4443.53
Hex419D823B01126a2292c
Octal10123520273021462425154
Binary1000001100111011000001011101101000110011010100010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,157,130); }

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

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

 a { background-color: rgb(65,157,130); }

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

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

 span { border-color: rgb(65,157,130); }

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