Html Css Color HEX #31927C Gossamer

📋 copy color: '#31927C'

red 49 ◦ green 146 ◦ blue 124

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

Shades of Gossamer #31927C

Tints of Gossamer #31927C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.77%

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

R = 15.36%
G = 45.77%
B = 38.87%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#31927C (or 0x31927C) is known color: Gossamer. HEX triplet: 31, 92 and 7C. RGB value is (49,146,124). Sum of RGB (Red+Green+Blue) = 49+146+124=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #31927C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31927C is #CE6D83. Grayscale: #727272. Windows color (decimal): -13528452 or 8163889. OLE color: 8163889.

HSL color Cylindrical-coordinate representation of color #31927C: hue angle of 166.39º degrees, saturation: 0.5, 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 #31927C is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 146 124 -
CMYK 0.66 0 0.15 0.43
HSL 166.39º 0.5% 0.38% -
HSV(B) 166.39º 0.66% 0.57% -
XYZ 15.18 22.67 22.64 -
YUV 114.49 133.36 81.29 -
System Red Green Blue C M Y K H S L
Decimal 49 146 124 0.66 0 0.15 0.43 166.39 0.5 0.38
Hex 31 92 7C 42 0 F 2B A6 32 26
Octal 61 222 174 102 0 17 53 246 62 46
Binary 110001 10010010 1111100 1000010 0 1111 101011 10100110 110010 100110

Color Harmonies of #31927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31927C

Black with #31927C

Text Example


Text Example

White with #31927C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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