Shades of Gossamer #319E78
Tints of Gossamer #319E78
RGB
CMYK
RGB Variations
Color information
#319E78 (or 0x319E78) is known color: Gossamer. HEX triplet: 31, 9E and 78. RGB value is (49,158,120). Sum of RGB (Red+Green+Blue) = 49+158+120=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 158 (62.11% from 255 or 48.32% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 158 - color contains mainly: green. Hex color #319E78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319E78 is #CE6187. Grayscale: #797979. Windows color (decimal): -13525384 or 7904817. OLE color: 7904817.
HSL color Cylindrical-coordinate representation of color #319E78: hue angle of 159.08º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319E78 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 158 | 120 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.38 |
| HSL | 159.08º | 0.53% | 0.41% | - |
| HSV(B) | 159.08º | 0.69% | 0.62% | - |
| XYZ | 16.88 | 26.46 | 21.99 | - |
| YUV | 121.08 | 127.39 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 158 | 120 | 0.69 | 0 | 0.24 | 0.38 | 159.08 | 0.53 | 0.41 |
| Hex | 31 | 9E | 78 | 45 | 0 | 18 | 26 | 9F | 35 | 29 |
| Octal | 61 | 236 | 170 | 105 | 0 | 30 | 46 | 237 | 65 | 51 |
| Binary | 110001 | 10011110 | 1111000 | 1000101 | 0 | 11000 | 100110 | 10011111 | 110101 | 101001 |
Color Harmonies of #319E78
Complementary color
Monochromatic Colors of #319E78
Black with #319E78
Text Example
Text Example
White with #319E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319E78; }
p { color: rgb(49,158,120); }
H1.HeaderClassName
{
color: #319E78;
}
.AnyTagClassName
{
color: #319E78;
}
</style>
background-color css
<style>
a { background-color: #319E78; }
a { background-color: rgb(49,158,120); }
div.DivClassName
{
background-color: #319E78;
}
.BgClassName
{
background-color: #319E78;
}
</style>
border-color css
<style>
span { border-color: #319E78; }
span { border-color: rgb(49,158,120); }
td.TdClassName
{
border-color: #319E78;
}
.TagClassName
{
border-color: #319E78;
}
</style>