Html Css Color HEX #40987E Gossamer

📋 copy color: '#40987E'

red 64 ◦ green 152 ◦ blue 126

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

Shades of Gossamer #40987E

Tints of Gossamer #40987E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.44%

 BLUE value IS 126 (49.61% from 255) = 36.84%

R = 18.71%
G = 44.44%
B = 36.84%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#40987E (or 0x40987E) is known color: Gossamer. HEX triplet: 40, 98 and 7E. RGB value is (64,152,126). Sum of RGB (Red+Green+Blue) = 64+152+126=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #40987E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40987E is #BF6781. Grayscale: #7A7A7A. Windows color (decimal): -12543874 or 8296512. OLE color: 8296512.

HSL color Cylindrical-coordinate representation of color #40987E: hue angle of 162.27º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40987E is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 152 126 -
CMYK 0.58 0 0.17 0.40
HSL 162.27º 0.41% 0.42% -
HSV(B) 162.27º 0.58% 0.6% -
XYZ 17.11 25.05 23.67 -
YUV 122.72 129.85 86.11 -
System Red Green Blue C M Y K H S L
Decimal 64 152 126 0.58 0 0.17 0.40 162.27 0.41 0.42
Hex 40 98 7E 3A 0 11 28 A2 29 2A
Octal 100 230 176 72 0 21 50 242 51 52
Binary 1000000 10011000 1111110 111010 0 10001 101000 10100010 101001 101010

Color Harmonies of #40987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40987E

Black with #40987E

Text Example


Text Example

White with #40987E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40987E; }

 p { color: rgb(64,152,126); }

 H1.HeaderClassName
 {
   color: #40987E;
 }
 .AnyTagClassName
 {
   color: #40987E;
 }
</style>

background-color css

<style>
 a { background-color: #40987E; }

 a { background-color: rgb(64,152,126); }

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

border-color css

<style>
 span { border-color: #40987E; }

 span { border-color: rgb(64,152,126); }

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