Html Css Color HEX #31957C Gossamer

📋 copy color: '#31957C'

red 49 ◦ green 149 ◦ blue 124

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

Shades of Gossamer #31957C

Tints of Gossamer #31957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.27%

 BLUE value IS 124 (48.83% from 255) = 38.51%

R = 15.22%
G = 46.27%
B = 38.51%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#31957C (or 0x31957C) is known color: Gossamer. HEX triplet: 31, 95 and 7C. RGB value is (49,149,124). Sum of RGB (Red+Green+Blue) = 49+149+124=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #31957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31957C is #CE6A83. Grayscale: #747474. Windows color (decimal): -13527684 or 8164657. OLE color: 8164657.

HSL color Cylindrical-coordinate representation of color #31957C: hue angle of 165º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31957C is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 149 124 -
CMYK 0.67 0 0.17 0.42
HSL 165º 0.51% 0.39% -
HSV(B) 165º 0.67% 0.58% -
XYZ 15.65 23.6 22.8 -
YUV 116.25 132.37 80.03 -
System Red Green Blue C M Y K H S L
Decimal 49 149 124 0.67 0 0.17 0.42 165 0.51 0.39
Hex 31 95 7C 43 0 11 2A A5 33 27
Octal 61 225 174 103 0 21 52 245 63 47
Binary 110001 10010101 1111100 1000011 0 10001 101010 10100101 110011 100111

Color Harmonies of #31957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31957C

Black with #31957C

Text Example


Text Example

White with #31957C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,149,124); }

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

background-color css

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

 a { background-color: rgb(49,149,124); }

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

border-color css

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

 span { border-color: rgb(49,149,124); }

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