Html Css Color HEX #419778 Gossamer

📋 copy color: '#419778'

red 65 ◦ green 151 ◦ blue 120

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

Shades of Gossamer #419778

Tints of Gossamer #419778

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.94%

 BLUE value IS 120 (47.27% from 255) = 35.71%

R = 19.35%
G = 44.94%
B = 35.71%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#419778 (or 0x419778) is known color: Gossamer. HEX triplet: 41, 97 and 78. RGB value is (65,151,120). Sum of RGB (Red+Green+Blue) = 65+151+120=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #419778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419778 is #BE6887. Grayscale: #797979. Windows color (decimal): -12478600 or 7903041. OLE color: 7903041.

HSL color Cylindrical-coordinate representation of color #419778: hue angle of 158.37º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #419778 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 151 120 -
CMYK 0.57 0 0.21 0.41
HSL 158.37º 0.4% 0.42% -
HSV(B) 158.37º 0.57% 0.59% -
XYZ 16.64 24.61 21.64 -
YUV 121.75 127.01 87.52 -
System Red Green Blue C M Y K H S L
Decimal 65 151 120 0.57 0 0.21 0.41 158.37 0.4 0.42
Hex 41 97 78 39 0 15 29 9E 28 2A
Octal 101 227 170 71 0 25 51 236 50 52
Binary 1000001 10010111 1111000 111001 0 10101 101001 10011110 101000 101010

Color Harmonies of #419778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419778

Black with #419778

Text Example


Text Example

White with #419778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419778; }

 p { color: rgb(65,151,120); }

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

background-color css

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

 a { background-color: rgb(65,151,120); }

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

border-color css

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

 span { border-color: rgb(65,151,120); }

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