Html Css Color HEX #40957C Gossamer

📋 copy color: '#40957C'

red 64 ◦ green 149 ◦ blue 124

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

Shades of Gossamer #40957C

Tints of Gossamer #40957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.21%

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

R = 18.99%
G = 44.21%
B = 36.8%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#40957C (or 0x40957C) is known color: Gossamer. HEX triplet: 40, 95 and 7C. RGB value is (64,149,124). Sum of RGB (Red+Green+Blue) = 64+149+124=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #40957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40957C is #BF6A83. Grayscale: #787878. Windows color (decimal): -12544644 or 8164672. OLE color: 8164672.

HSL color Cylindrical-coordinate representation of color #40957C: hue angle of 162.35º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40957C is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 149 124 -
CMYK 0.57 0 0.17 0.42
HSL 162.35º 0.4% 0.42% -
HSV(B) 162.35º 0.57% 0.58% -
XYZ 16.5 24.04 22.84 -
YUV 120.74 129.84 87.53 -
System Red Green Blue C M Y K H S L
Decimal 64 149 124 0.57 0 0.17 0.42 162.35 0.4 0.42
Hex 40 95 7C 39 0 11 2A A2 28 2A
Octal 100 225 174 71 0 21 52 242 50 52
Binary 1000000 10010101 1111100 111001 0 10001 101010 10100010 101000 101010

Color Harmonies of #40957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40957C

Black with #40957C

Text Example


Text Example

White with #40957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40957C; }

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

 H1.HeaderClassName
 {
   color: #40957C;
 }
 .AnyTagClassName
 {
   color: #40957C;
 }
</style>

background-color css

<style>
 a { background-color: #40957C; }

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

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

border-color css

<style>
 span { border-color: #40957C; }

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

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