Html Css Color HEX #40987D Gossamer

📋 copy color: '#40987D'

red 64 ◦ green 152 ◦ blue 125

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

Shades of Gossamer #40987D

Tints of Gossamer #40987D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.66%

R = 18.77%
G = 44.57%
B = 36.66%

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

#40987D (or 0x40987D) is known color: Gossamer. HEX triplet: 40, 98 and 7D. RGB value is (64,152,125). Sum of RGB (Red+Green+Blue) = 64+152+125=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #40987D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40987D is #BF6782. Grayscale: #7A7A7A. Windows color (decimal): -12543875 or 8230976. OLE color: 8230976.

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

Color convert

RGB 64 152 125 -
CMYK 0.58 0 0.18 0.40
HSL 161.59º 0.41% 0.42% -
HSV(B) 161.59º 0.58% 0.6% -
XYZ 17.04 25.03 23.33 -
YUV 122.61 129.35 86.2 -
System Red Green Blue C M Y K H S L
Decimal 64 152 125 0.58 0 0.18 0.40 161.59 0.41 0.42
Hex 40 98 7D 3A 0 12 28 A2 29 2A
Octal 100 230 175 72 0 22 50 242 51 52
Binary 1000000 10011000 1111101 111010 0 10010 101000 10100010 101001 101010

Color Harmonies of #40987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40987D

Black with #40987D

Text Example


Text Example

White with #40987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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