Shades of Gossamer #329B79
Tints of Gossamer #329B79
RGB
CMYK
RGB Variations
Color information
#329B79 (or 0x329B79) is known color: Gossamer. HEX triplet: 32, 9B and 79. RGB value is (50,155,121). Sum of RGB (Red+Green+Blue) = 50+155+121=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 155 (60.94% from 255 or 47.55% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 155 - color contains mainly: green. Hex color #329B79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B79 is #CD6486. Grayscale: #777777. Windows color (decimal): -13460615 or 7969586. OLE color: 7969586.
HSL color Cylindrical-coordinate representation of color #329B79: hue angle of 160.57º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329B79 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 155 | 121 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.39 |
| HSL | 160.57º | 0.51% | 0.4% | - |
| HSV(B) | 160.57º | 0.68% | 0.61% | - |
| XYZ | 16.49 | 25.5 | 22.14 | - |
| YUV | 119.73 | 128.71 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 155 | 121 | 0.68 | 0 | 0.22 | 0.39 | 160.57 | 0.51 | 0.4 |
| Hex | 32 | 9B | 79 | 44 | 0 | 16 | 27 | A1 | 33 | 28 |
| Octal | 62 | 233 | 171 | 104 | 0 | 26 | 47 | 241 | 63 | 50 |
| Binary | 110010 | 10011011 | 1111001 | 1000100 | 0 | 10110 | 100111 | 10100001 | 110011 | 101000 |
Color Harmonies of #329B79
Complementary color
Monochromatic Colors of #329B79
Black with #329B79
Text Example
Text Example
White with #329B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329B79; }
p { color: rgb(50,155,121); }
H1.HeaderClassName
{
color: #329B79;
}
.AnyTagClassName
{
color: #329B79;
}
</style>
background-color css
<style>
a { background-color: #329B79; }
a { background-color: rgb(50,155,121); }
div.DivClassName
{
background-color: #329B79;
}
.BgClassName
{
background-color: #329B79;
}
</style>
border-color css
<style>
span { border-color: #329B79; }
span { border-color: rgb(50,155,121); }
td.TdClassName
{
border-color: #329B79;
}
.TagClassName
{
border-color: #329B79;
}
</style>