Html Css Color HEX #419D90 Gossamer

📋 copy color: '#419D90'

red 65 ◦ green 157 ◦ blue 144

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

Shades of Gossamer #419D90

Tints of Gossamer #419D90

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.9%

 BLUE value IS 144 (56.64% from 255) = 39.34%

R = 17.76%
G = 42.9%
B = 39.34%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#419D90 (or 0x419D90) is known color: Gossamer. HEX triplet: 41, 9D and 90. RGB value is (65,157,144). Sum of RGB (Red+Green+Blue) = 65+157+144=366 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.76% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 157 - color contains mainly: green. Hex color #419D90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419D90 is #BE626F. Grayscale: #7F7F7F. Windows color (decimal): -12477040 or 9477441. OLE color: 9477441.

HSL color Cylindrical-coordinate representation of color #419D90: hue angle of 171.52º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #419D90 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 157 144 -
CMYK 0.59 0 0.08 0.38
HSL 171.52º 0.41% 0.44% -
HSV(B) 171.52º 0.59% 0.62% -
XYZ 19.27 27.25 30.63 -
YUV 128.01 137.02 83.06 -
System Red Green Blue C M Y K H S L
Decimal 65 157 144 0.59 0 0.08 0.38 171.52 0.41 0.44
Hex 41 9D 90 3B 0 8 26 AC 29 2C
Octal 101 235 220 73 0 10 46 254 51 54
Binary 1000001 10011101 10010000 111011 0 1000 100110 10101100 101001 101100

Color Harmonies of #419D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419D90

Black with #419D90

Text Example


Text Example

White with #419D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,157,144); }

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

background-color css

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

 a { background-color: rgb(65,157,144); }

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

border-color css

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

 span { border-color: rgb(65,157,144); }

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