Html Css Color HEX #31997E Gossamer

📋 copy color: '#31997E'

red 49 ◦ green 153 ◦ blue 126

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

Shades of Gossamer #31997E

Tints of Gossamer #31997E

RGB

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

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

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

R = 14.94%
G = 46.65%
B = 38.41%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#31997E (or 0x31997E) is known color: Gossamer. HEX triplet: 31, 99 and 7E. RGB value is (49,153,126). Sum of RGB (Red+Green+Blue) = 49+153+126=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #31997E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31997E is #CE6681. Grayscale: #767676. Windows color (decimal): -13526658 or 8296753. OLE color: 8296753.

HSL color Cylindrical-coordinate representation of color #31997E: hue angle of 164.42º 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 #31997E is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 153 126 -
CMYK 0.68 0 0.18 0.4
HSL 164.42º 0.51% 0.4% -
HSV(B) 164.42º 0.68% 0.6% -
XYZ 16.42 24.94 23.69 -
YUV 118.83 132.04 78.2 -
System Red Green Blue C M Y K H S L
Decimal 49 153 126 0.68 0 0.18 0.4 164.42 0.51 0.4
Hex 31 99 7E 44 0 12 28 A4 33 28
Octal 61 231 176 104 0 22 50 244 63 50
Binary 110001 10011001 1111110 1000100 0 10010 101000 10100100 110011 101000

Color Harmonies of #31997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31997E

Black with #31997E

Text Example


Text Example

White with #31997E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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