Html Css Color HEX #419B8D Gossamer

📋 copy color: '#419B8D'

red 65 ◦ green 155 ◦ blue 141

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

Shades of Gossamer #419B8D

Tints of Gossamer #419B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.06%

R = 18.01%
G = 42.94%
B = 39.06%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#419B8D (or 0x419B8D) is known color: Gossamer. HEX triplet: 41, 9B and 8D. RGB value is (65,155,141). Sum of RGB (Red+Green+Blue) = 65+155+141=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 155 - color contains mainly: green. Hex color #419B8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419B8D is #BE6472. Grayscale: #7E7E7E. Windows color (decimal): -12477555 or 9280321. OLE color: 9280321.

HSL color Cylindrical-coordinate representation of color #419B8D: hue angle of 170.67º 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 #419B8D is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 155 141 -
CMYK 0.58 0 0.09 0.39
HSL 170.67º 0.41% 0.43% -
HSV(B) 170.67º 0.58% 0.61% -
XYZ 18.71 26.49 29.33 -
YUV 126.49 136.18 84.14 -
System Red Green Blue C M Y K H S L
Decimal 65 155 141 0.58 0 0.09 0.39 170.67 0.41 0.43
Hex 41 9B 8D 3A 0 9 27 AB 29 2B
Octal 101 233 215 72 0 11 47 253 51 53
Binary 1000001 10011011 10001101 111010 0 1001 100111 10101011 101001 101011

Color Harmonies of #419B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419B8D

Black with #419B8D

Text Example


Text Example

White with #419B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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