Html Css Color HEX #419F89 Gossamer

📋 copy color: '#419F89'

red 65 ◦ green 159 ◦ blue 137

#419F89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #419F89

Tints of Gossamer #419F89

RGB

 RED value IS 65 (25.78% from 255) = 18.01%

 GREEN value IS 159 (62.5% from 255) = 44.04%

 BLUE value IS 137 (53.91% from 255) = 37.95%

R = 18.01%
G = 44.04%
B = 37.95%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#419F89 (or 0x419F89) is known color: Gossamer. HEX triplet: 41, 9F and 89. RGB value is (65,159,137). Sum of RGB (Red+Green+Blue) = 65+159+137=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 159 - color contains mainly: green. Hex color #419F89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419F89 is #BE6076. Grayscale: #808080. Windows color (decimal): -12476535 or 9019201. OLE color: 9019201.

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

Color convert

RGB 65 159 137 -
CMYK 0.59 0 0.14 0.38
HSL 165.96º 0.42% 0.44% -
HSV(B) 165.96º 0.59% 0.62% -
XYZ 19.09 27.73 28.01 -
YUV 128.39 132.86 82.79 -
System Red Green Blue C M Y K H S L
Decimal 65 159 137 0.59 0 0.14 0.38 165.96 0.42 0.44
Hex 41 9F 89 3B 0 E 26 A6 2A 2C
Octal 101 237 211 73 0 16 46 246 52 54
Binary 1000001 10011111 10001001 111011 0 1110 100110 10100110 101010 101100

Color Harmonies of #419F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419F89

Black with #419F89

Text Example


Text Example

White with #419F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #419F89;
 }
 .AnyTagClassName
 {
   color: #419F89;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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