Shades of Gossamer #329F76
Tints of Gossamer #329F76
RGB
CMYK
RGB Variations
Color information
#329F76 (or 0x329F76) is known color: Gossamer. HEX triplet: 32, 9F and 76. RGB value is (50,159,118). Sum of RGB (Red+Green+Blue) = 50+159+118=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 159 (62.5% from 255 or 48.62% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 159 - color contains mainly: green. Hex color #329F76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329F76 is #CD6089. Grayscale: #797979. Windows color (decimal): -13459594 or 7774002. OLE color: 7774002.
HSL color Cylindrical-coordinate representation of color #329F76: hue angle of 157.43º degrees, saturation: 0.52, 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 #329F76 is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 159 | 118 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.38 |
| HSL | 157.43º | 0.52% | 0.41% | - |
| HSV(B) | 157.43º | 0.69% | 0.62% | - |
| XYZ | 16.98 | 26.78 | 21.41 | - |
| YUV | 121.74 | 125.89 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 118 | 0.69 | 0 | 0.26 | 0.38 | 157.43 | 0.52 | 0.41 |
| Hex | 32 | 9F | 76 | 45 | 0 | 1A | 26 | 9D | 34 | 29 |
| Octal | 62 | 237 | 166 | 105 | 0 | 32 | 46 | 235 | 64 | 51 |
| Binary | 110010 | 10011111 | 1110110 | 1000101 | 0 | 11010 | 100110 | 10011101 | 110100 | 101001 |
Color Harmonies of #329F76
Complementary color
Monochromatic Colors of #329F76
Black with #329F76
Text Example
Text Example
White with #329F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329F76; }
p { color: rgb(50,159,118); }
H1.HeaderClassName
{
color: #329F76;
}
.AnyTagClassName
{
color: #329F76;
}
</style>
background-color css
<style>
a { background-color: #329F76; }
a { background-color: rgb(50,159,118); }
div.DivClassName
{
background-color: #329F76;
}
.BgClassName
{
background-color: #329F76;
}
</style>
border-color css
<style>
span { border-color: #329F76; }
span { border-color: rgb(50,159,118); }
td.TdClassName
{
border-color: #329F76;
}
.TagClassName
{
border-color: #329F76;
}
</style>