Html Css Color HEX #40A37C Gossamer

📋 copy color: '#40A37C'

red 64 ◦ green 163 ◦ blue 124

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

Shades of Gossamer #40A37C

Tints of Gossamer #40A37C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 46.44%

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

R = 18.23%
G = 46.44%
B = 35.33%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#40A37C (or 0x40A37C) is known color: Gossamer. HEX triplet: 40, A3 and 7C. RGB value is (64,163,124). Sum of RGB (Red+Green+Blue) = 64+163+124=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 163 (64.06% from 255 or 46.44% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 163 - color contains mainly: green. Hex color #40A37C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A37C is #BF5C83. Grayscale: #818181. Windows color (decimal): -12541060 or 8168256. OLE color: 8168256.

HSL color Cylindrical-coordinate representation of color #40A37C: hue angle of 156.36º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40A37C is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 64 163 124 -
CMYK 0.61 0 0.24 0.36
HSL 156.36º 0.44% 0.45% -
HSV(B) 156.36º 0.61% 0.64% -
XYZ 18.85 28.74 23.62 -
YUV 128.95 125.2 81.67 -
System Red Green Blue C M Y K H S L
Decimal 64 163 124 0.61 0 0.24 0.36 156.36 0.44 0.45
Hex 40 A3 7C 3D 0 18 24 9C 2C 2D
Octal 100 243 174 75 0 30 44 234 54 55
Binary 1000000 10100011 1111100 111101 0 11000 100100 10011100 101100 101101

Color Harmonies of #40A37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A37C

Black with #40A37C

Text Example


Text Example

White with #40A37C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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