Shades of Gossamer #319C76
Tints of Gossamer #319C76
RGB
CMYK
RGB Variations
Color information
#319C76 (or 0x319C76) is known color: Gossamer. HEX triplet: 31, 9C and 76. RGB value is (49,156,118). Sum of RGB (Red+Green+Blue) = 49+156+118=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 156 (61.33% from 255 or 48.30% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 156 - color contains mainly: green. Hex color #319C76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319C76 is #CE6389. Grayscale: #777777. Windows color (decimal): -13525898 or 7773233. OLE color: 7773233.
HSL color Cylindrical-coordinate representation of color #319C76: hue angle of 158.69º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319C76 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 156 | 118 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.39 |
| HSL | 158.69º | 0.52% | 0.4% | - |
| HSV(B) | 158.69º | 0.69% | 0.61% | - |
| XYZ | 16.43 | 25.74 | 21.24 | - |
| YUV | 119.68 | 127.05 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 118 | 0.69 | 0 | 0.24 | 0.39 | 158.69 | 0.52 | 0.4 |
| Hex | 31 | 9C | 76 | 45 | 0 | 18 | 27 | 9F | 34 | 28 |
| Octal | 61 | 234 | 166 | 105 | 0 | 30 | 47 | 237 | 64 | 50 |
| Binary | 110001 | 10011100 | 1110110 | 1000101 | 0 | 11000 | 100111 | 10011111 | 110100 | 101000 |
Color Harmonies of #319C76
Complementary color
Monochromatic Colors of #319C76
Black with #319C76
Text Example
Text Example
White with #319C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319C76; }
p { color: rgb(49,156,118); }
H1.HeaderClassName
{
color: #319C76;
}
.AnyTagClassName
{
color: #319C76;
}
</style>
background-color css
<style>
a { background-color: #319C76; }
a { background-color: rgb(49,156,118); }
div.DivClassName
{
background-color: #319C76;
}
.BgClassName
{
background-color: #319C76;
}
</style>
border-color css
<style>
span { border-color: #319C76; }
span { border-color: rgb(49,156,118); }
td.TdClassName
{
border-color: #319C76;
}
.TagClassName
{
border-color: #319C76;
}
</style>