Html Css Color HEX #419976 Gossamer

📋 copy color: '#419976'

red 65 ◦ green 153 ◦ blue 118

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

Shades of Gossamer #419976

Tints of Gossamer #419976

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.54%

 BLUE value IS 118 (46.48% from 255) = 35.12%

R = 19.35%
G = 45.54%
B = 35.12%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#419976 (or 0x419976) is known color: Gossamer. HEX triplet: 41, 99 and 76. RGB value is (65,153,118). Sum of RGB (Red+Green+Blue) = 65+153+118=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #419976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419976 is #BE6689. Grayscale: #7A7A7A. Windows color (decimal): -12478090 or 7772481. OLE color: 7772481.

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

Color convert

RGB 65 153 118 -
CMYK 0.58 0 0.23 0.4
HSL 156.14º 0.4% 0.43% -
HSV(B) 156.14º 0.58% 0.6% -
XYZ 16.84 25.21 21.12 -
YUV 122.7 125.35 86.85 -
System Red Green Blue C M Y K H S L
Decimal 65 153 118 0.58 0 0.23 0.4 156.14 0.4 0.43
Hex 41 99 76 3A 0 17 28 9C 28 2B
Octal 101 231 166 72 0 27 50 234 50 53
Binary 1000001 10011001 1110110 111010 0 10111 101000 10011100 101000 101011

Color Harmonies of #419976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419976

Black with #419976

Text Example


Text Example

White with #419976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419976; }

 p { color: rgb(65,153,118); }

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

background-color css

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

 a { background-color: rgb(65,153,118); }

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

border-color css

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

 span { border-color: rgb(65,153,118); }

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