Shades of Gossamer #319673
Tints of Gossamer #319673
RGB
CMYK
RGB Variations
Color information
#319673 (or 0x319673) is known color: Gossamer. HEX triplet: 31, 96 and 73. RGB value is (49,150,115). Sum of RGB (Red+Green+Blue) = 49+150+115=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #319673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319673 is #CE698C. Grayscale: #737373. Windows color (decimal): -13527437 or 7575089. OLE color: 7575089.
HSL color Cylindrical-coordinate representation of color #319673: hue angle of 159.21º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319673 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 49 | 150 | 115 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.41 |
| HSL | 159.21º | 0.51% | 0.39% | - |
| HSV(B) | 159.21º | 0.67% | 0.59% | - |
| XYZ | 15.27 | 23.7 | 19.99 | - |
| YUV | 115.81 | 127.54 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 150 | 115 | 0.67 | 0 | 0.23 | 0.41 | 159.21 | 0.51 | 0.39 |
| Hex | 31 | 96 | 73 | 43 | 0 | 17 | 29 | 9F | 33 | 27 |
| Octal | 61 | 226 | 163 | 103 | 0 | 27 | 51 | 237 | 63 | 47 |
| Binary | 110001 | 10010110 | 1110011 | 1000011 | 0 | 10111 | 101001 | 10011111 | 110011 | 100111 |
Color Harmonies of #319673
Complementary color
Monochromatic Colors of #319673
Black with #319673
Text Example
Text Example
White with #319673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319673; }
p { color: rgb(49,150,115); }
H1.HeaderClassName
{
color: #319673;
}
.AnyTagClassName
{
color: #319673;
}
</style>
background-color css
<style>
a { background-color: #319673; }
a { background-color: rgb(49,150,115); }
div.DivClassName
{
background-color: #319673;
}
.BgClassName
{
background-color: #319673;
}
</style>
border-color css
<style>
span { border-color: #319673; }
span { border-color: rgb(49,150,115); }
td.TdClassName
{
border-color: #319673;
}
.TagClassName
{
border-color: #319673;
}
</style>