Html Css Color HEX #419A89 Gossamer

📋 copy color: '#419A89'

red 65 ◦ green 154 ◦ blue 137

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

Shades of Gossamer #419A89

Tints of Gossamer #419A89

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.26%

 BLUE value IS 137 (53.91% from 255) = 38.48%

R = 18.26%
G = 43.26%
B = 38.48%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#419A89 (or 0x419A89) is known color: Gossamer. HEX triplet: 41, 9A and 89. RGB value is (65,154,137). Sum of RGB (Red+Green+Blue) = 65+154+137=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 154 - color contains mainly: green. Hex color #419A89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419A89 is #BE6576. Grayscale: #7D7D7D. Windows color (decimal): -12477815 or 9017921. OLE color: 9017921.

HSL color Cylindrical-coordinate representation of color #419A89: hue angle of 168.54º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419A89 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 154 137 -
CMYK 0.58 0 0.11 0.40
HSL 168.54º 0.41% 0.43% -
HSV(B) 168.54º 0.58% 0.6% -
XYZ 18.25 26.04 27.73 -
YUV 125.45 134.51 84.88 -
System Red Green Blue C M Y K H S L
Decimal 65 154 137 0.58 0 0.11 0.40 168.54 0.41 0.43
Hex 41 9A 89 3A 0 B 28 A9 29 2B
Octal 101 232 211 72 0 13 50 251 51 53
Binary 1000001 10011010 10001001 111010 0 1011 101000 10101001 101001 101011

Color Harmonies of #419A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419A89

Black with #419A89

Text Example


Text Example

White with #419A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,154,137); }

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

background-color css

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

 a { background-color: rgb(65,154,137); }

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

border-color css

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

 span { border-color: rgb(65,154,137); }

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