Html Css Color HEX #40998D Gossamer

📋 copy color: '#40998D'

red 64 ◦ green 153 ◦ blue 141

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

Shades of Gossamer #40998D

Tints of Gossamer #40998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.74%

 BLUE value IS 141 (55.47% from 255) = 39.39%

R = 17.88%
G = 42.74%
B = 39.39%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#40998D (or 0x40998D) is known color: Gossamer. HEX triplet: 40, 99 and 8D. RGB value is (64,153,141). Sum of RGB (Red+Green+Blue) = 64+153+141=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #40998D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40998D is #BF6672. Grayscale: #7C7C7C. Windows color (decimal): -12543603 or 9279808. OLE color: 9279808.

HSL color Cylindrical-coordinate representation of color #40998D: hue angle of 171.91º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40998D is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 153 141 -
CMYK 0.58 0 0.08 0.4
HSL 171.91º 0.41% 0.43% -
HSV(B) 171.91º 0.58% 0.6% -
XYZ 18.31 25.8 29.21 -
YUV 125.02 137.01 84.48 -
System Red Green Blue C M Y K H S L
Decimal 64 153 141 0.58 0 0.08 0.4 171.91 0.41 0.43
Hex 40 99 8D 3A 0 8 28 AC 29 2B
Octal 100 231 215 72 0 10 50 254 51 53
Binary 1000000 10011001 10001101 111010 0 1000 101000 10101100 101001 101011

Color Harmonies of #40998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40998D

Black with #40998D

Text Example


Text Example

White with #40998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,153,141); }

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

background-color css

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

 a { background-color: rgb(64,153,141); }

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

border-color css

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

 span { border-color: rgb(64,153,141); }

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