Html Css Color HEX #419B77 Gossamer

📋 copy color: '#419B77'

red 65 ◦ green 155 ◦ blue 119

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

Shades of Gossamer #419B77

Tints of Gossamer #419B77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.1%

R = 19.17%
G = 45.72%
B = 35.1%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#419B77 (or 0x419B77) is known color: Gossamer. HEX triplet: 41, 9B and 77. RGB value is (65,155,119). Sum of RGB (Red+Green+Blue) = 65+155+119=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #419B77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419B77 is #BE6488. Grayscale: #7C7C7C. Windows color (decimal): -12477577 or 7838529. OLE color: 7838529.

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

Color convert

RGB 65 155 119 -
CMYK 0.58 0 0.23 0.39
HSL 156º 0.41% 0.43% -
HSV(B) 156º 0.58% 0.61% -
XYZ 17.23 25.9 21.54 -
YUV 123.99 125.18 85.93 -
System Red Green Blue C M Y K H S L
Decimal 65 155 119 0.58 0 0.23 0.39 156 0.41 0.43
Hex 41 9B 77 3A 0 17 27 9C 29 2B
Octal 101 233 167 72 0 27 47 234 51 53
Binary 1000001 10011011 1110111 111010 0 10111 100111 10011100 101001 101011

Color Harmonies of #419B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419B77

Black with #419B77

Text Example


Text Example

White with #419B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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