Shades of Gossamer #31A47D
Tints of Gossamer #31A47D
RGB
CMYK
RGB Variations
Color information
#31A47D (or 0x31A47D) is known color: 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
| RGB | 49 | 164 | 125 | - |
| CMYK | 0.70 | 0 | 0.24 | 0.36 |
| HSL | 159.65º | 0.54% | 0.42% | - |
| HSV(B) | 159.65º | 0.7% | 0.64% | - |
| XYZ | 18.24 | 28.68 | 23.98 | - |
| YUV | 125.17 | 127.9 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 164 | 125 | 0.70 | 0 | 0.24 | 0.36 | 159.65 | 0.54 | 0.42 |
| Hex | 31 | A4 | 7D | 46 | 0 | 18 | 24 | A0 | 36 | 2A |
| Octal | 61 | 244 | 175 | 106 | 0 | 30 | 44 | 240 | 66 | 52 |
| Binary | 110001 | 10100100 | 1111101 | 1000110 | 0 | 11000 | 100100 | 10100000 | 110110 | 101010 |
Color Harmonies of #31A47D
Complementary color
Monochromatic Colors of #31A47D
Black with #31A47D
Text Example
Text Example
White with #31A47D
Text Example
Text Example
HTML Codes & Css Web 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>