Html Css Color HEX #40997D Gossamer

📋 copy color: '#40997D'

red 64 ◦ green 153 ◦ blue 125

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

Shades of Gossamer #40997D

Tints of Gossamer #40997D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.74%

 BLUE value IS 125 (49.22% from 255) = 36.55%

R = 18.71%
G = 44.74%
B = 36.55%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#40997D (or 0x40997D) is known color: Gossamer. HEX triplet: 40, 99 and 7D. RGB value is (64,153,125). Sum of RGB (Red+Green+Blue) = 64+153+125=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #40997D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40997D is #BF6682. Grayscale: #7B7B7B. Windows color (decimal): -12543619 or 8231232. OLE color: 8231232.

HSL color Cylindrical-coordinate representation of color #40997D: hue angle of 161.12º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40997D is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 153 125 -
CMYK 0.58 0 0.18 0.4
HSL 161.12º 0.41% 0.43% -
HSV(B) 161.12º 0.58% 0.6% -
XYZ 17.21 25.35 23.39 -
YUV 123.2 129.01 85.78 -
System Red Green Blue C M Y K H S L
Decimal 64 153 125 0.58 0 0.18 0.4 161.12 0.41 0.43
Hex 40 99 7D 3A 0 12 28 A1 29 2B
Octal 100 231 175 72 0 22 50 241 51 53
Binary 1000000 10011001 1111101 111010 0 10010 101000 10100001 101001 101011

Color Harmonies of #40997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40997D

Black with #40997D

Text Example


Text Example

White with #40997D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40997D; }

 p { color: rgb(64,153,125); }

 H1.HeaderClassName
 {
   color: #40997D;
 }
 .AnyTagClassName
 {
   color: #40997D;
 }
</style>

background-color css

<style>
 a { background-color: #40997D; }

 a { background-color: rgb(64,153,125); }

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

border-color css

<style>
 span { border-color: #40997D; }

 span { border-color: rgb(64,153,125); }

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