Shades of Gossamer #31927F
Tints of Gossamer #31927F
RGB
CMYK
RGB Variations
Color information
#31927F (or 0x31927F) is known color: Gossamer. HEX triplet: 31, 92 and 7F. RGB value is (49,146,127). Sum of RGB (Red+Green+Blue) = 49+146+127=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #31927F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31927F is #CE6D80. Grayscale: #727272. Windows color (decimal): -13528449 or 8360497. OLE color: 8360497.
HSL color Cylindrical-coordinate representation of color #31927F: hue angle of 168.25º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31927F is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 146 | 127 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.43 |
| HSL | 168.25º | 0.5% | 0.38% | - |
| HSV(B) | 168.25º | 0.66% | 0.57% | - |
| XYZ | 15.38 | 22.74 | 23.66 | - |
| YUV | 114.83 | 134.86 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 146 | 127 | 0.66 | 0 | 0.13 | 0.43 | 168.25 | 0.5 | 0.38 |
| Hex | 31 | 92 | 7F | 42 | 0 | D | 2B | A8 | 32 | 26 |
| Octal | 61 | 222 | 177 | 102 | 0 | 15 | 53 | 250 | 62 | 46 |
| Binary | 110001 | 10010010 | 1111111 | 1000010 | 0 | 1101 | 101011 | 10101000 | 110010 | 100110 |
Color Harmonies of #31927F
Complementary color
Monochromatic Colors of #31927F
Black with #31927F
Text Example
Text Example
White with #31927F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31927F; }
p { color: rgb(49,146,127); }
H1.HeaderClassName
{
color: #31927F;
}
.AnyTagClassName
{
color: #31927F;
}
</style>
background-color css
<style>
a { background-color: #31927F; }
a { background-color: rgb(49,146,127); }
div.DivClassName
{
background-color: #31927F;
}
.BgClassName
{
background-color: #31927F;
}
</style>
border-color css
<style>
span { border-color: #31927F; }
span { border-color: rgb(49,146,127); }
td.TdClassName
{
border-color: #31927F;
}
.TagClassName
{
border-color: #31927F;
}
</style>