Html Css Color HEX #40A593 Gossamer

📋 copy color: '#40A593'

red 64 ◦ green 165 ◦ blue 147

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

Shades of Gossamer #40A593

Tints of Gossamer #40A593

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.88%

 BLUE value IS 147 (57.81% from 255) = 39.1%

R = 17.02%
G = 43.88%
B = 39.1%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#40A593 (or 0x40A593) is known color: Gossamer. HEX triplet: 40, A5 and 93. RGB value is (64,165,147). Sum of RGB (Red+Green+Blue) = 64+165+147=376 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.02% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 165 - color contains mainly: green. Hex color #40A593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A593 is #BF5A6C. Grayscale: #848484. Windows color (decimal): -12540525 or 9676096. OLE color: 9676096.

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

Color convert

RGB 64 165 147 -
CMYK 0.61 0 0.11 0.35
HSL 169.31º 0.44% 0.45% -
HSV(B) 169.31º 0.61% 0.65% -
XYZ 20.84 30.11 32.32 -
YUV 132.75 136.04 78.96 -
System Red Green Blue C M Y K H S L
Decimal 64 165 147 0.61 0 0.11 0.35 169.31 0.44 0.45
Hex 40 A5 93 3D 0 B 23 A9 2C 2D
Octal 100 245 223 75 0 13 43 251 54 55
Binary 1000000 10100101 10010011 111101 0 1011 100011 10101001 101100 101101

Color Harmonies of #40A593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A593

Black with #40A593

Text Example


Text Example

White with #40A593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,165,147); }

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

background-color css

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

 a { background-color: rgb(64,165,147); }

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

border-color css

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

 span { border-color: rgb(64,165,147); }

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