Html Css Color HEX #40987F Gossamer

📋 copy color: '#40987F'

red 64 ◦ green 152 ◦ blue 127

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

Shades of Gossamer #40987F

Tints of Gossamer #40987F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.03%

R = 18.66%
G = 44.31%
B = 37.03%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#40987F (or 0x40987F) is known color: Gossamer. HEX triplet: 40, 98 and 7F. RGB value is (64,152,127). Sum of RGB (Red+Green+Blue) = 64+152+127=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #40987F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40987F is #BF6780. Grayscale: #7A7A7A. Windows color (decimal): -12543873 or 8362048. OLE color: 8362048.

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

Color convert

RGB 64 152 127 -
CMYK 0.58 0 0.16 0.40
HSL 162.95º 0.41% 0.42% -
HSV(B) 162.95º 0.58% 0.6% -
XYZ 17.17 25.08 24.01 -
YUV 122.84 130.35 86.03 -
System Red Green Blue C M Y K H S L
Decimal 64 152 127 0.58 0 0.16 0.40 162.95 0.41 0.42
Hex 40 98 7F 3A 0 10 28 A3 29 2A
Octal 100 230 177 72 0 20 50 243 51 52
Binary 1000000 10011000 1111111 111010 0 10000 101000 10100011 101001 101010

Color Harmonies of #40987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40987F

Black with #40987F

Text Example


Text Example

White with #40987F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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