Html Css Color HEX #419C77 Gossamer

📋 copy color: '#419C77'

red 65 ◦ green 156 ◦ blue 119

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

Shades of Gossamer #419C77

Tints of Gossamer #419C77

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.88%

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

R = 19.12%
G = 45.88%
B = 35%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#419C77 (or 0x419C77) is known color: Gossamer. HEX triplet: 41, 9C and 77. RGB value is (65,156,119). Sum of RGB (Red+Green+Blue) = 65+156+119=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 156 (61.33% from 255 or 45.88% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 156 - color contains mainly: green. Hex color #419C77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419C77 is #BE6388. Grayscale: #7C7C7C. Windows color (decimal): -12477321 or 7838785. OLE color: 7838785.

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

Color convert

RGB 65 156 119 -
CMYK 0.58 0 0.24 0.39
HSL 155.6º 0.41% 0.43% -
HSV(B) 155.6º 0.58% 0.61% -
XYZ 17.4 26.23 21.6 -
YUV 124.57 124.85 85.51 -
System Red Green Blue C M Y K H S L
Decimal 65 156 119 0.58 0 0.24 0.39 155.6 0.41 0.43
Hex 41 9C 77 3A 0 18 27 9C 29 2B
Octal 101 234 167 72 0 30 47 234 51 53
Binary 1000001 10011100 1110111 111010 0 11000 100111 10011100 101001 101011

Color Harmonies of #419C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419C77

Black with #419C77

Text Example


Text Example

White with #419C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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