Shades of Gossamer #31A183
Tints of Gossamer #31A183
RGB
CMYK
RGB Variations
Color information
#31A183 (or 0x31A183) is known color: Gossamer. HEX triplet: 31, A1 and 83. RGB value is (49,161,131). Sum of RGB (Red+Green+Blue) = 49+161+131=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 161 - color contains mainly: green. Hex color #31A183 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A183 is #CE5E7C. Grayscale: #7C7C7C. Windows color (decimal): -13524605 or 8626481. OLE color: 8626481.
HSL color Cylindrical-coordinate representation of color #31A183: hue angle of 163.93º 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 #31A183 is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 161 | 131 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.37 |
| HSL | 163.93º | 0.53% | 0.41% | - |
| HSV(B) | 163.93º | 0.7% | 0.63% | - |
| XYZ | 18.11 | 27.78 | 25.88 | - |
| YUV | 124.09 | 131.89 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 161 | 131 | 0.70 | 0 | 0.19 | 0.37 | 163.93 | 0.53 | 0.41 |
| Hex | 31 | A1 | 83 | 46 | 0 | 13 | 25 | A4 | 35 | 29 |
| Octal | 61 | 241 | 203 | 106 | 0 | 23 | 45 | 244 | 65 | 51 |
| Binary | 110001 | 10100001 | 10000011 | 1000110 | 0 | 10011 | 100101 | 10100100 | 110101 | 101001 |
Color Harmonies of #31A183
Complementary color
Monochromatic Colors of #31A183
Black with #31A183
Text Example
Text Example
White with #31A183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A183; }
p { color: rgb(49,161,131); }
H1.HeaderClassName
{
color: #31A183;
}
.AnyTagClassName
{
color: #31A183;
}
</style>
background-color css
<style>
a { background-color: #31A183; }
a { background-color: rgb(49,161,131); }
div.DivClassName
{
background-color: #31A183;
}
.BgClassName
{
background-color: #31A183;
}
</style>
border-color css
<style>
span { border-color: #31A183; }
span { border-color: rgb(49,161,131); }
td.TdClassName
{
border-color: #31A183;
}
.TagClassName
{
border-color: #31A183;
}
</style>