Shades of Gossamer #319A7F
Tints of Gossamer #319A7F
RGB
CMYK
RGB Variations
Color information
#319A7F (or 0x319A7F) is known color: Gossamer. HEX triplet: 31, 9A and 7F. RGB value is (49,154,127). Sum of RGB (Red+Green+Blue) = 49+154+127=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 154 (60.55% from 255 or 46.67% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 154 - color contains mainly: green. Hex color #319A7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319A7F is #CE6580. Grayscale: #777777. Windows color (decimal): -13526401 or 8362545. OLE color: 8362545.
HSL color Cylindrical-coordinate representation of color #319A7F: hue angle of 164.57º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319A7F is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 154 | 127 | - |
| CMYK | 0.68 | 0 | 0.18 | 0.40 |
| HSL | 164.57º | 0.52% | 0.4% | - |
| HSV(B) | 164.57º | 0.68% | 0.6% | - |
| XYZ | 16.65 | 25.3 | 24.08 | - |
| YUV | 119.53 | 132.21 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 154 | 127 | 0.68 | 0 | 0.18 | 0.40 | 164.57 | 0.52 | 0.4 |
| Hex | 31 | 9A | 7F | 44 | 0 | 12 | 28 | A5 | 34 | 28 |
| Octal | 61 | 232 | 177 | 104 | 0 | 22 | 50 | 245 | 64 | 50 |
| Binary | 110001 | 10011010 | 1111111 | 1000100 | 0 | 10010 | 101000 | 10100101 | 110100 | 101000 |
Color Harmonies of #319A7F
Complementary color
Monochromatic Colors of #319A7F
Black with #319A7F
Text Example
Text Example
White with #319A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319A7F; }
p { color: rgb(49,154,127); }
H1.HeaderClassName
{
color: #319A7F;
}
.AnyTagClassName
{
color: #319A7F;
}
</style>
background-color css
<style>
a { background-color: #319A7F; }
a { background-color: rgb(49,154,127); }
div.DivClassName
{
background-color: #319A7F;
}
.BgClassName
{
background-color: #319A7F;
}
</style>
border-color css
<style>
span { border-color: #319A7F; }
span { border-color: rgb(49,154,127); }
td.TdClassName
{
border-color: #319A7F;
}
.TagClassName
{
border-color: #319A7F;
}
</style>