Html Css Color HEX #40977C Gossamer

📋 copy color: '#40977C'

red 64 ◦ green 151 ◦ blue 124

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

Shades of Gossamer #40977C

Tints of Gossamer #40977C

RGB

 RED value IS 64 (25.39% from 255) = 18.88%

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

 BLUE value IS 124 (48.83% from 255) = 36.58%

R = 18.88%
G = 44.54%
B = 36.58%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#40977C (or 0x40977C) is known color: Gossamer. HEX triplet: 40, 97 and 7C. RGB value is (64,151,124). Sum of RGB (Red+Green+Blue) = 64+151+124=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 151 - color contains mainly: green. Hex color #40977C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40977C is #BF6883. Grayscale: #797979. Windows color (decimal): -12544132 or 8165184. OLE color: 8165184.

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

Color convert

RGB 64 151 124 -
CMYK 0.58 0 0.18 0.41
HSL 161.38º 0.4% 0.42% -
HSV(B) 161.38º 0.58% 0.59% -
XYZ 16.82 24.68 22.95 -
YUV 121.91 129.18 86.7 -
System Red Green Blue C M Y K H S L
Decimal 64 151 124 0.58 0 0.18 0.41 161.38 0.4 0.42
Hex 40 97 7C 3A 0 12 29 A1 28 2A
Octal 100 227 174 72 0 22 51 241 50 52
Binary 1000000 10010111 1111100 111010 0 10010 101001 10100001 101000 101010

Color Harmonies of #40977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40977C

Black with #40977C

Text Example


Text Example

White with #40977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40977C; }

 p { color: rgb(64,151,124); }

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

background-color css

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

 a { background-color: rgb(64,151,124); }

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

border-color css

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

 span { border-color: rgb(64,151,124); }

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