Html Css Color HEX #31937F Gossamer

📋 copy color: '#31937F'

red 49 ◦ green 147 ◦ blue 127

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

Shades of Gossamer #31937F

Tints of Gossamer #31937F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.51%

 BLUE value IS 127 (50% from 255) = 39.32%

R = 15.17%
G = 45.51%
B = 39.32%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#31937F (or 0x31937F) is known color: Gossamer. HEX triplet: 31, 93 and 7F. RGB value is (49,147,127). Sum of RGB (Red+Green+Blue) = 49+147+127=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 147 - color contains mainly: green. Hex color #31937F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31937F is #CE6C80. Grayscale: #737373. Windows color (decimal): -13528193 or 8360753. OLE color: 8360753.

HSL color Cylindrical-coordinate representation of color #31937F: hue angle of 167.76º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31937F is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 147 127 -
CMYK 0.67 0 0.14 0.42
HSL 167.76º 0.5% 0.38% -
HSV(B) 167.76º 0.67% 0.58% -
XYZ 15.53 23.05 23.71 -
YUV 115.42 134.53 80.63 -
System Red Green Blue C M Y K H S L
Decimal 49 147 127 0.67 0 0.14 0.42 167.76 0.5 0.38
Hex 31 93 7F 43 0 E 2A A8 32 26
Octal 61 223 177 103 0 16 52 250 62 46
Binary 110001 10010011 1111111 1000011 0 1110 101010 10101000 110010 100110

Color Harmonies of #31937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31937F

Black with #31937F

Text Example


Text Example

White with #31937F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31937F; }

 p { color: rgb(49,147,127); }

 H1.HeaderClassName
 {
   color: #31937F;
 }
 .AnyTagClassName
 {
   color: #31937F;
 }
</style>

background-color css

<style>
 a { background-color: #31937F; }

 a { background-color: rgb(49,147,127); }

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

border-color css

<style>
 span { border-color: #31937F; }

 span { border-color: rgb(49,147,127); }

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