Html Css Color HEX #419B89 Gossamer

📋 copy color: '#419B89'

red 65 ◦ green 155 ◦ blue 137

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

Shades of Gossamer #419B89

Tints of Gossamer #419B89

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.42%

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

R = 18.21%
G = 43.42%
B = 38.38%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#419B89 (or 0x419B89) is known color: Gossamer. HEX triplet: 41, 9B and 89. RGB value is (65,155,137). Sum of RGB (Red+Green+Blue) = 65+155+137=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 155 - color contains mainly: green. Hex color #419B89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419B89 is #BE6476. Grayscale: #7E7E7E. Windows color (decimal): -12477559 or 9018177. OLE color: 9018177.

HSL color Cylindrical-coordinate representation of color #419B89: hue angle of 168º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419B89 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 155 137 -
CMYK 0.58 0 0.12 0.39
HSL 168º 0.41% 0.43% -
HSV(B) 168º 0.58% 0.61% -
XYZ 18.42 26.37 27.79 -
YUV 126.04 134.18 84.46 -
System Red Green Blue C M Y K H S L
Decimal 65 155 137 0.58 0 0.12 0.39 168 0.41 0.43
Hex 41 9B 89 3A 0 C 27 A8 29 2B
Octal 101 233 211 72 0 14 47 250 51 53
Binary 1000001 10011011 10001001 111010 0 1100 100111 10101000 101001 101011

Color Harmonies of #419B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419B89

Black with #419B89

Text Example


Text Example

White with #419B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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