Html Css Color HEX #40977B Gossamer

📋 copy color: '#40977B'

red 64 ◦ green 151 ◦ blue 123

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

Shades of Gossamer #40977B

Tints of Gossamer #40977B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.39%

R = 18.93%
G = 44.67%
B = 36.39%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#40977B (or 0x40977B) is known color: Gossamer. HEX triplet: 40, 97 and 7B. RGB value is (64,151,123). Sum of RGB (Red+Green+Blue) = 64+151+123=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 151 - color contains mainly: green. Hex color #40977B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40977B is #BF6884. Grayscale: #797979. Windows color (decimal): -12544133 or 8099648. OLE color: 8099648.

HSL color Cylindrical-coordinate representation of color #40977B: hue angle of 160.69º 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 #40977B is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 151 123 -
CMYK 0.58 0 0.19 0.41
HSL 160.69º 0.4% 0.42% -
HSV(B) 160.69º 0.58% 0.59% -
XYZ 16.76 24.65 22.61 -
YUV 121.8 128.68 86.78 -
System Red Green Blue C M Y K H S L
Decimal 64 151 123 0.58 0 0.19 0.41 160.69 0.4 0.42
Hex 40 97 7B 3A 0 13 29 A1 28 2A
Octal 100 227 173 72 0 23 51 241 50 52
Binary 1000000 10010111 1111011 111010 0 10011 101001 10100001 101000 101010

Color Harmonies of #40977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40977B

Black with #40977B

Text Example


Text Example

White with #40977B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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