Html Css Color HEX #40A77F Gossamer

📋 copy color: '#40A77F'

red 64 ◦ green 167 ◦ blue 127

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

Shades of Gossamer #40A77F

Tints of Gossamer #40A77F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.65%

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

R = 17.88%
G = 46.65%
B = 35.47%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#40A77F (or 0x40A77F) is known color: Gossamer. HEX triplet: 40, A7 and 7F. RGB value is (64,167,127). Sum of RGB (Red+Green+Blue) = 64+167+127=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 167 (65.62% from 255 or 46.65% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 167 - color contains mainly: green. Hex color #40A77F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A77F is #BF5880. Grayscale: #838383. Windows color (decimal): -12540033 or 8365888. OLE color: 8365888.

HSL color Cylindrical-coordinate representation of color #40A77F: hue angle of 156.7º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40A77F is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 167 127 -
CMYK 0.62 0 0.24 0.35
HSL 156.7º 0.45% 0.45% -
HSV(B) 156.7º 0.62% 0.65% -
XYZ 19.76 30.26 24.88 -
YUV 131.64 125.38 79.75 -
System Red Green Blue C M Y K H S L
Decimal 64 167 127 0.62 0 0.24 0.35 156.7 0.45 0.45
Hex 40 A7 7F 3E 0 18 23 9D 2D 2D
Octal 100 247 177 76 0 30 43 235 55 55
Binary 1000000 10100111 1111111 111110 0 11000 100011 10011101 101101 101101

Color Harmonies of #40A77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A77F

Black with #40A77F

Text Example


Text Example

White with #40A77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40A77F; }

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

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

background-color css

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

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

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

border-color css

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

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

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