Html Css Color HEX #31978C Gossamer

📋 copy color: '#31978C'

red 49 ◦ green 151 ◦ blue 140

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

Shades of Gossamer #31978C

Tints of Gossamer #31978C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.41%

 BLUE value IS 140 (55.08% from 255) = 41.18%

R = 14.41%
G = 44.41%
B = 41.18%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#31978C (or 0x31978C) is known color: Gossamer. HEX triplet: 31, 97 and 8C. RGB value is (49,151,140). Sum of RGB (Red+Green+Blue) = 49+151+140=340 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.41% from 340); Green value is 151 (59.38% from 255 or 44.41% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 151 - color contains mainly: green. Hex color #31978C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31978C is #CE6873. Grayscale: #777777. Windows color (decimal): -13527156 or 9213745. OLE color: 9213745.

HSL color Cylindrical-coordinate representation of color #31978C: hue angle of 173.53º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31978C is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 151 140 -
CMYK 0.68 0 0.07 0.41
HSL 173.53º 0.51% 0.39% -
HSV(B) 173.53º 0.68% 0.59% -
XYZ 17.07 24.68 28.68 -
YUV 119.25 139.71 77.89 -
System Red Green Blue C M Y K H S L
Decimal 49 151 140 0.68 0 0.07 0.41 173.53 0.51 0.39
Hex 31 97 8C 44 0 7 29 AE 33 27
Octal 61 227 214 104 0 7 51 256 63 47
Binary 110001 10010111 10001100 1000100 0 111 101001 10101110 110011 100111

Color Harmonies of #31978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31978C

Black with #31978C

Text Example


Text Example

White with #31978C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,151,140); }

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

background-color css

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

 a { background-color: rgb(49,151,140); }

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

border-color css

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

 span { border-color: rgb(49,151,140); }

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