Html Css Color HEX #40957B Gossamer

📋 copy color: '#40957B'

red 64 ◦ green 149 ◦ blue 123

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

Shades of Gossamer #40957B

Tints of Gossamer #40957B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.61%

R = 19.05%
G = 44.35%
B = 36.61%

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

#40957B (or 0x40957B) is known color: Gossamer. HEX triplet: 40, 95 and 7B. RGB value is (64,149,123). Sum of RGB (Red+Green+Blue) = 64+149+123=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #40957B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40957B is #BF6A84. Grayscale: #787878. Windows color (decimal): -12544645 or 8099136. OLE color: 8099136.

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

Color convert

RGB 64 149 123 -
CMYK 0.57 0 0.17 0.42
HSL 161.65º 0.4% 0.42% -
HSV(B) 161.65º 0.57% 0.58% -
XYZ 16.44 24.01 22.51 -
YUV 120.62 129.34 87.61 -
System Red Green Blue C M Y K H S L
Decimal 64 149 123 0.57 0 0.17 0.42 161.65 0.4 0.42
Hex 40 95 7B 39 0 11 2A A2 28 2A
Octal 100 225 173 71 0 21 52 242 50 52
Binary 1000000 10010101 1111011 111001 0 10001 101010 10100010 101000 101010

Color Harmonies of #40957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40957B

Black with #40957B

Text Example


Text Example

White with #40957B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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