Html Css Color HEX #40987C Gossamer

📋 copy color: '#40987C'

red 64 ◦ green 152 ◦ blue 124

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

Shades of Gossamer #40987C

Tints of Gossamer #40987C

RGB

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

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

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

R = 18.82%
G = 44.71%
B = 36.47%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#40987C (or 0x40987C) is known color: Gossamer. HEX triplet: 40, 98 and 7C. RGB value is (64,152,124). Sum of RGB (Red+Green+Blue) = 64+152+124=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #40987C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40987C is #BF6783. Grayscale: #7A7A7A. Windows color (decimal): -12543876 or 8165440. OLE color: 8165440.

HSL color Cylindrical-coordinate representation of color #40987C: hue angle of 160.91º 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 #40987C is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 152 124 -
CMYK 0.58 0 0.18 0.40
HSL 160.91º 0.41% 0.42% -
HSV(B) 160.91º 0.58% 0.6% -
XYZ 16.98 25 23 -
YUV 122.5 128.85 86.28 -
System Red Green Blue C M Y K H S L
Decimal 64 152 124 0.58 0 0.18 0.40 160.91 0.41 0.42
Hex 40 98 7C 3A 0 12 28 A1 29 2A
Octal 100 230 174 72 0 22 50 241 51 52
Binary 1000000 10011000 1111100 111010 0 10010 101000 10100001 101001 101010

Color Harmonies of #40987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40987C

Black with #40987C

Text Example


Text Example

White with #40987C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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