Shades of Gossamer #329679
Tints of Gossamer #329679
RGB
CMYK
RGB Variations
Color information
#329679 (or 0x329679) is known color: Gossamer. HEX triplet: 32, 96 and 79. RGB value is (50,150,121). Sum of RGB (Red+Green+Blue) = 50+150+121=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 150 - color contains mainly: green. Hex color #329679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329679 is #CD6986. Grayscale: #747474. Windows color (decimal): -13461895 or 7968306. OLE color: 7968306.
HSL color Cylindrical-coordinate representation of color #329679: hue angle of 162.6º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329679 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 150 | 121 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.41 |
| HSL | 162.6º | 0.5% | 0.39% | - |
| HSV(B) | 162.6º | 0.67% | 0.59% | - |
| XYZ | 15.67 | 23.87 | 21.87 | - |
| YUV | 116.79 | 130.37 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 150 | 121 | 0.67 | 0 | 0.19 | 0.41 | 162.6 | 0.5 | 0.39 |
| Hex | 32 | 96 | 79 | 43 | 0 | 13 | 29 | A3 | 32 | 27 |
| Octal | 62 | 226 | 171 | 103 | 0 | 23 | 51 | 243 | 62 | 47 |
| Binary | 110010 | 10010110 | 1111001 | 1000011 | 0 | 10011 | 101001 | 10100011 | 110010 | 100111 |
Color Harmonies of #329679
Complementary color
Monochromatic Colors of #329679
Black with #329679
Text Example
Text Example
White with #329679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329679; }
p { color: rgb(50,150,121); }
H1.HeaderClassName
{
color: #329679;
}
.AnyTagClassName
{
color: #329679;
}
</style>
background-color css
<style>
a { background-color: #329679; }
a { background-color: rgb(50,150,121); }
div.DivClassName
{
background-color: #329679;
}
.BgClassName
{
background-color: #329679;
}
</style>
border-color css
<style>
span { border-color: #329679; }
span { border-color: rgb(50,150,121); }
td.TdClassName
{
border-color: #329679;
}
.TagClassName
{
border-color: #329679;
}
</style>