#31977D

Color #31977D Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #31977D

Tints of Gossamer #31977D

Color information

#31977D (or 0x31977D) is unknown color: approx Gossamer. HEX triplet: 31, 97 and 7D. RGB value is (49,151,125). Sum of RGB (Red+Green+Blue) = 49+151+125=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 151 (59.38% from 255 or 46.46% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 151 - color contains mainly: green. Hex color #31977D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31977D is #CE6882. Grayscale: #757575. Windows color (decimal): -13527171 or 8230705. OLE color: 8230705.

HSL color Cylindrical-coordinate representation of color #31977D: hue angle of 164.71º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31977D is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB49151125-
CMYK0.6800.170.41
HSL164.71º51%39.22%-
HSV(B)164.71º67.55%59.22%-
XYZ16.0324.2723.24-
YUV117.54132.2179.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.08%
GREEN value IS 151 (59.38% from 255) = 46.46%
BLUE value IS 125 (49.22% from 255) = 38.46%
R=15.08%
G=46.46%
B=38.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491511250.6800.170.41164.715139.22
Hex31977D4401129a53327
Octal61227175104021512456347
Binary110001100101111111101100010001000110100110100101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31977D; }

 p { color: rgb(49,151,125); }

 H1.HeaderClassName
 {
   color: #31977D;
 }
 .AnyTagClassName
 {
   color: #31977D;
 }
</style>
background-color css

<style>
 a { background-color: #31977D; }

 a { background-color: rgb(49,151,125); }

 div.DivClassName
 {
   background-color: #31977D;
 }
 .BgClassName
 {
   background-color: #31977D;
 }
</style>
border-color css

<style>
 span { border-color: #31977D; }

 span { border-color: rgb(49,151,125); }

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