Html Css Color HEX #40957A Gossamer

📋 copy color: '#40957A'

red 64 ◦ green 149 ◦ blue 122

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

Shades of Gossamer #40957A

Tints of Gossamer #40957A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.42%

R = 19.1%
G = 44.48%
B = 36.42%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#40957A (or 0x40957A) is known color: Gossamer. HEX triplet: 40, 95 and 7A. RGB value is (64,149,122). Sum of RGB (Red+Green+Blue) = 64+149+122=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 149 - color contains mainly: green. Hex color #40957A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40957A is #BF6A85. Grayscale: #787878. Windows color (decimal): -12544646 or 8033600. OLE color: 8033600.

HSL color Cylindrical-coordinate representation of color #40957A: hue angle of 160.94º 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 #40957A is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 149 122 -
CMYK 0.57 0 0.18 0.42
HSL 160.94º 0.4% 0.42% -
HSV(B) 160.94º 0.57% 0.58% -
XYZ 16.37 23.99 22.18 -
YUV 120.51 128.84 87.7 -
System Red Green Blue C M Y K H S L
Decimal 64 149 122 0.57 0 0.18 0.42 160.94 0.4 0.42
Hex 40 95 7A 39 0 12 2A A1 28 2A
Octal 100 225 172 71 0 22 52 241 50 52
Binary 1000000 10010101 1111010 111001 0 10010 101010 10100001 101000 101010

Color Harmonies of #40957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40957A

Black with #40957A

Text Example


Text Example

White with #40957A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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