Html Css Color HEX #40A079 Gossamer

📋 copy color: '#40A079'

red 64 ◦ green 160 ◦ blue 121

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

Shades of Gossamer #40A079

Tints of Gossamer #40A079

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.38%

 BLUE value IS 121 (47.66% from 255) = 35.07%

R = 18.55%
G = 46.38%
B = 35.07%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#40A079 (or 0x40A079) is known color: Gossamer. HEX triplet: 40, A0 and 79. RGB value is (64,160,121). Sum of RGB (Red+Green+Blue) = 64+160+121=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 160 - color contains mainly: green. Hex color #40A079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A079 is #BF5F86. Grayscale: #7E7E7E. Windows color (decimal): -12541831 or 7970880. OLE color: 7970880.

HSL color Cylindrical-coordinate representation of color #40A079: hue angle of 155.62º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A079 is Cyan = 0.6, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 64 160 121 -
CMYK 0.6 0 0.24 0.37
HSL 155.63º 0.43% 0.44% -
HSV(B) 155.63º 0.6% 0.63% -
XYZ 18.14 27.61 22.46 -
YUV 126.85 124.7 83.17 -
System Red Green Blue C M Y K H S L
Decimal 64 160 121 0.6 0 0.24 0.37 155.63 0.43 0.44
Hex 40 A0 79 3C 0 18 25 9C 2B 2C
Octal 100 240 171 74 0 30 45 234 53 54
Binary 1000000 10100000 1111001 111100 0 11000 100101 10011100 101011 101100

Color Harmonies of #40A079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A079

Black with #40A079

Text Example


Text Example

White with #40A079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,160,121); }

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

background-color css

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

 a { background-color: rgb(64,160,121); }

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

border-color css

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

 span { border-color: rgb(64,160,121); }

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