Shades of Gossamer #318E7D
Tints of Gossamer #318E7D
RGB
CMYK
RGB Variations
Color information
#318E7D (or 0x318E7D) is known color: Gossamer. HEX triplet: 31, 8E and 7D. RGB value is (49,142,125). Sum of RGB (Red+Green+Blue) = 49+142+125=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 142 (55.86% from 255 or 44.94% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 142 - color contains mainly: green. Hex color #318E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318E7D is #CE7182. Grayscale: #707070. Windows color (decimal): -13529475 or 8228401. OLE color: 8228401.
HSL color Cylindrical-coordinate representation of color #318E7D: hue angle of 169.03º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318E7D is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 142 | 125 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.44 |
| HSL | 169.03º | 0.49% | 0.37% | - |
| HSV(B) | 169.03º | 0.65% | 0.56% | - |
| XYZ | 14.64 | 21.48 | 22.78 | - |
| YUV | 112.26 | 135.19 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 142 | 125 | 0.65 | 0 | 0.12 | 0.44 | 169.03 | 0.49 | 0.37 |
| Hex | 31 | 8E | 7D | 41 | 0 | C | 2C | A9 | 31 | 25 |
| Octal | 61 | 216 | 175 | 101 | 0 | 14 | 54 | 251 | 61 | 45 |
| Binary | 110001 | 10001110 | 1111101 | 1000001 | 0 | 1100 | 101100 | 10101001 | 110001 | 100101 |
Color Harmonies of #318E7D
Complementary color
Monochromatic Colors of #318E7D
Black with #318E7D
Text Example
Text Example
White with #318E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318E7D; }
p { color: rgb(49,142,125); }
H1.HeaderClassName
{
color: #318E7D;
}
.AnyTagClassName
{
color: #318E7D;
}
</style>
background-color css
<style>
a { background-color: #318E7D; }
a { background-color: rgb(49,142,125); }
div.DivClassName
{
background-color: #318E7D;
}
.BgClassName
{
background-color: #318E7D;
}
</style>
border-color css
<style>
span { border-color: #318E7D; }
span { border-color: rgb(49,142,125); }
td.TdClassName
{
border-color: #318E7D;
}
.TagClassName
{
border-color: #318E7D;
}
</style>