Shades of Gossamer #329C85
Tints of Gossamer #329C85
RGB
CMYK
RGB Variations
Color information
#329C85 (or 0x329C85) is known color: Gossamer. HEX triplet: 32, 9C and 85. RGB value is (50,156,133). Sum of RGB (Red+Green+Blue) = 50+156+133=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 156 - color contains mainly: green. Hex color #329C85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329C85 is #CD637A. Grayscale: #797979. Windows color (decimal): -13460347 or 8756274. OLE color: 8756274.
HSL color Cylindrical-coordinate representation of color #329C85: hue angle of 166.98º 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 #329C85 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 156 | 133 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.39 |
| HSL | 166.98º | 0.51% | 0.4% | - |
| HSV(B) | 166.98º | 0.68% | 0.61% | - |
| XYZ | 17.44 | 26.15 | 26.32 | - |
| YUV | 121.68 | 134.38 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 133 | 0.68 | 0 | 0.15 | 0.39 | 166.98 | 0.51 | 0.4 |
| Hex | 32 | 9C | 85 | 44 | 0 | F | 27 | A7 | 33 | 28 |
| Octal | 62 | 234 | 205 | 104 | 0 | 17 | 47 | 247 | 63 | 50 |
| Binary | 110010 | 10011100 | 10000101 | 1000100 | 0 | 1111 | 100111 | 10100111 | 110011 | 101000 |
Color Harmonies of #329C85
Complementary color
Monochromatic Colors of #329C85
Black with #329C85
Text Example
Text Example
White with #329C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329C85; }
p { color: rgb(50,156,133); }
H1.HeaderClassName
{
color: #329C85;
}
.AnyTagClassName
{
color: #329C85;
}
</style>
background-color css
<style>
a { background-color: #329C85; }
a { background-color: rgb(50,156,133); }
div.DivClassName
{
background-color: #329C85;
}
.BgClassName
{
background-color: #329C85;
}
</style>
border-color css
<style>
span { border-color: #329C85; }
span { border-color: rgb(50,156,133); }
td.TdClassName
{
border-color: #329C85;
}
.TagClassName
{
border-color: #329C85;
}
</style>