Shades of Gossamer #31A075
Tints of Gossamer #31A075
RGB
CMYK
RGB Variations
Color information
#31A075 (or 0x31A075) is known color: Gossamer. HEX triplet: 31, A0 and 75. RGB value is (49,160,117). Sum of RGB (Red+Green+Blue) = 49+160+117=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 160 - color contains mainly: green. Hex color #31A075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A075 is #CE5F8A. Grayscale: #797979. Windows color (decimal): -13524875 or 7708721. OLE color: 7708721.
HSL color Cylindrical-coordinate representation of color #31A075: hue angle of 156.76º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31A075 is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 160 | 117 | - |
| CMYK | 0.69 | 0 | 0.27 | 0.37 |
| HSL | 156.76º | 0.53% | 0.41% | - |
| HSV(B) | 156.76º | 0.69% | 0.63% | - |
| XYZ | 17.05 | 27.08 | 21.16 | - |
| YUV | 121.91 | 125.23 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 117 | 0.69 | 0 | 0.27 | 0.37 | 156.76 | 0.53 | 0.41 |
| Hex | 31 | A0 | 75 | 45 | 0 | 1B | 25 | 9D | 35 | 29 |
| Octal | 61 | 240 | 165 | 105 | 0 | 33 | 45 | 235 | 65 | 51 |
| Binary | 110001 | 10100000 | 1110101 | 1000101 | 0 | 11011 | 100101 | 10011101 | 110101 | 101001 |
Color Harmonies of #31A075
Complementary color
Monochromatic Colors of #31A075
Black with #31A075
Text Example
Text Example
White with #31A075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A075; }
p { color: rgb(49,160,117); }
H1.HeaderClassName
{
color: #31A075;
}
.AnyTagClassName
{
color: #31A075;
}
</style>
background-color css
<style>
a { background-color: #31A075; }
a { background-color: rgb(49,160,117); }
div.DivClassName
{
background-color: #31A075;
}
.BgClassName
{
background-color: #31A075;
}
</style>
border-color css
<style>
span { border-color: #31A075; }
span { border-color: rgb(49,160,117); }
td.TdClassName
{
border-color: #31A075;
}
.TagClassName
{
border-color: #31A075;
}
</style>