Html Css Color HEX #40A391 Gossamer

📋 copy color: '#40A391'

red 64 ◦ green 163 ◦ blue 145

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

Shades of Gossamer #40A391

Tints of Gossamer #40A391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.98%

R = 17.2%
G = 43.82%
B = 38.98%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#40A391 (or 0x40A391) is known color: Gossamer. HEX triplet: 40, A3 and 91. RGB value is (64,163,145). Sum of RGB (Red+Green+Blue) = 64+163+145=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 163 - color contains mainly: green. Hex color #40A391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A391 is #BF5C6E. Grayscale: #838383. Windows color (decimal): -12541039 or 9544512. OLE color: 9544512.

HSL color Cylindrical-coordinate representation of color #40A391: hue angle of 169.09º 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 #40A391 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 64 163 145 -
CMYK 0.61 0 0.11 0.36
HSL 169.09º 0.44% 0.45% -
HSV(B) 169.09º 0.61% 0.64% -
XYZ 20.32 29.33 31.38 -
YUV 131.35 135.7 79.96 -
System Red Green Blue C M Y K H S L
Decimal 64 163 145 0.61 0 0.11 0.36 169.09 0.44 0.45
Hex 40 A3 91 3D 0 B 24 A9 2C 2D
Octal 100 243 221 75 0 13 44 251 54 55
Binary 1000000 10100011 10010001 111101 0 1011 100100 10101001 101100 101101

Color Harmonies of #40A391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A391

Black with #40A391

Text Example


Text Example

White with #40A391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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