Html Css Color HEX #40977F Gossamer

📋 copy color: '#40977F'

red 64 ◦ green 151 ◦ blue 127

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

Shades of Gossamer #40977F

Tints of Gossamer #40977F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.13%

R = 18.71%
G = 44.15%
B = 37.13%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#40977F (or 0x40977F) is known color: Gossamer. HEX triplet: 40, 97 and 7F. RGB value is (64,151,127). Sum of RGB (Red+Green+Blue) = 64+151+127=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 151 - color contains mainly: green. Hex color #40977F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40977F is #BF6880. Grayscale: #7A7A7A. Windows color (decimal): -12544129 or 8361792. OLE color: 8361792.

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

Color convert

RGB 64 151 127 -
CMYK 0.58 0 0.16 0.41
HSL 163.45º 0.4% 0.42% -
HSV(B) 163.45º 0.58% 0.59% -
XYZ 17.01 24.76 23.96 -
YUV 122.25 130.68 86.45 -
System Red Green Blue C M Y K H S L
Decimal 64 151 127 0.58 0 0.16 0.41 163.45 0.4 0.42
Hex 40 97 7F 3A 0 10 29 A3 28 2A
Octal 100 227 177 72 0 20 51 243 50 52
Binary 1000000 10010111 1111111 111010 0 10000 101001 10100011 101000 101010

Color Harmonies of #40977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40977F

Black with #40977F

Text Example


Text Example

White with #40977F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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