#31A47D

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

Shades of Gossamer #31A47D

Tints of Gossamer #31A47D

Color information

#31A47D (or 0x31A47D) is unknown color: approx Gossamer. HEX triplet: 31, A4 and 7D. RGB value is (49,164,125). Sum of RGB (Red+Green+Blue) = 49+164+125=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 164 (64.45% from 255 or 48.52% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 164 - color contains mainly: green. Hex color #31A47D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A47D is #CE5B82. Grayscale: #7D7D7D. Windows color (decimal): -13523843 or 8234033. OLE color: 8234033.

HSL color Cylindrical-coordinate representation of color #31A47D: hue angle of 159.65º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A47D is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB49164125-
CMYK0.7000.240.36
HSL159.65º53.99%41.76%-
HSV(B)159.65º70.12%64.31%-
XYZ18.2428.6823.98-
YUV125.17127.973.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.50%
GREEN value IS 164 (64.45% from 255) = 48.52%
BLUE value IS 125 (49.22% from 255) = 36.98%
R=14.50%
G=48.52%
B=36.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal491641250.7000.240.36159.6553.9941.76
Hex31A47D4601824a0362a
Octal61244175106030442406652
Binary110001101001001111101100011001100010010010100000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31A47D; }

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

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

<style>
 a { background-color: #31A47D; }

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

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

<style>
 span { border-color: #31A47D; }

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

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