Html Css Color HEX #31917E Gossamer

📋 copy color: '#31917E'

red 49 ◦ green 145 ◦ blue 126

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

Shades of Gossamer #31917E

Tints of Gossamer #31917E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.31%

 BLUE value IS 126 (49.61% from 255) = 39.38%

R = 15.31%
G = 45.31%
B = 39.38%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#31917E (or 0x31917E) is known color: Gossamer. HEX triplet: 31, 91 and 7E. RGB value is (49,145,126). Sum of RGB (Red+Green+Blue) = 49+145+126=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #31917E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31917E is #CE6E81. Grayscale: #727272. Windows color (decimal): -13528706 or 8294705. OLE color: 8294705.

HSL color Cylindrical-coordinate representation of color #31917E: hue angle of 168.12º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31917E is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 145 126 -
CMYK 0.66 0 0.13 0.43
HSL 168.13º 0.49% 0.38% -
HSV(B) 168.13º 0.66% 0.57% -
XYZ 15.16 22.41 23.27 -
YUV 114.13 134.7 81.54 -
System Red Green Blue C M Y K H S L
Decimal 49 145 126 0.66 0 0.13 0.43 168.13 0.49 0.38
Hex 31 91 7E 42 0 D 2B A8 31 26
Octal 61 221 176 102 0 15 53 250 61 46
Binary 110001 10010001 1111110 1000010 0 1101 101011 10101000 110001 100110

Color Harmonies of #31917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31917E

Black with #31917E

Text Example


Text Example

White with #31917E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31917E; }

 p { color: rgb(49,145,126); }

 H1.HeaderClassName
 {
   color: #31917E;
 }
 .AnyTagClassName
 {
   color: #31917E;
 }
</style>

background-color css

<style>
 a { background-color: #31917E; }

 a { background-color: rgb(49,145,126); }

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

border-color css

<style>
 span { border-color: #31917E; }

 span { border-color: rgb(49,145,126); }

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