Shades of Gossamer #31A174
Tints of Gossamer #31A174
RGB
CMYK
RGB Variations
Color information
#31A174 (or 0x31A174) is known color: Gossamer. HEX triplet: 31, A1 and 74. RGB value is (49,161,116). Sum of RGB (Red+Green+Blue) = 49+161+116=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 161 (63.28% from 255 or 49.39% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 161 - color contains mainly: green. Hex color #31A174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A174 is #CE5E8B. Grayscale: #7A7A7A. Windows color (decimal): -13524620 or 7643441. OLE color: 7643441.
HSL color Cylindrical-coordinate representation of color #31A174: hue angle of 155.89º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A174 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 161 | 116 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.37 |
| HSL | 155.89º | 0.53% | 0.41% | - |
| HSV(B) | 155.89º | 0.7% | 0.63% | - |
| XYZ | 17.16 | 27.4 | 20.91 | - |
| YUV | 122.38 | 124.39 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 161 | 116 | 0.70 | 0 | 0.28 | 0.37 | 155.89 | 0.53 | 0.41 |
| Hex | 31 | A1 | 74 | 46 | 0 | 1C | 25 | 9C | 35 | 29 |
| Octal | 61 | 241 | 164 | 106 | 0 | 34 | 45 | 234 | 65 | 51 |
| Binary | 110001 | 10100001 | 1110100 | 1000110 | 0 | 11100 | 100101 | 10011100 | 110101 | 101001 |
Color Harmonies of #31A174
Complementary color
Monochromatic Colors of #31A174
Black with #31A174
Text Example
Text Example
White with #31A174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A174; }
p { color: rgb(49,161,116); }
H1.HeaderClassName
{
color: #31A174;
}
.AnyTagClassName
{
color: #31A174;
}
</style>
background-color css
<style>
a { background-color: #31A174; }
a { background-color: rgb(49,161,116); }
div.DivClassName
{
background-color: #31A174;
}
.BgClassName
{
background-color: #31A174;
}
</style>
border-color css
<style>
span { border-color: #31A174; }
span { border-color: rgb(49,161,116); }
td.TdClassName
{
border-color: #31A174;
}
.TagClassName
{
border-color: #31A174;
}
</style>