Html Css Color HEX #31998D Gossamer

📋 copy color: '#31998D'

red 49 ◦ green 153 ◦ blue 141

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

Shades of Gossamer #31998D

Tints of Gossamer #31998D

RGB

 RED value IS 49 (19.53% from 255) = 14.29%

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

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

R = 14.29%
G = 44.61%
B = 41.11%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#31998D (or 0x31998D) is known color: Gossamer. HEX triplet: 31, 99 and 8D. RGB value is (49,153,141). Sum of RGB (Red+Green+Blue) = 49+153+141=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 153 - color contains mainly: green. Hex color #31998D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31998D is #CE6672. Grayscale: #787878. Windows color (decimal): -13526643 or 9279793. OLE color: 9279793.

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

Color convert

RGB 49 153 141 -
CMYK 0.68 0 0.08 0.4
HSL 173.08º 0.51% 0.4% -
HSV(B) 173.08º 0.68% 0.6% -
XYZ 17.47 25.36 29.17 -
YUV 120.54 139.54 76.98 -
System Red Green Blue C M Y K H S L
Decimal 49 153 141 0.68 0 0.08 0.4 173.08 0.51 0.4
Hex 31 99 8D 44 0 8 28 AD 33 28
Octal 61 231 215 104 0 10 50 255 63 50
Binary 110001 10011001 10001101 1000100 0 1000 101000 10101101 110011 101000

Color Harmonies of #31998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31998D

Black with #31998D

Text Example


Text Example

White with #31998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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