Shades of Gossamer #329880
Tints of Gossamer #329880
RGB
CMYK
RGB Variations
Color information
#329880 (or 0x329880) is known color: Gossamer. HEX triplet: 32, 98 and 80. RGB value is (50,152,128). Sum of RGB (Red+Green+Blue) = 50+152+128=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #329880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329880 is #CD677F. Grayscale: #767676. Windows color (decimal): -13461376 or 8427570. OLE color: 8427570.
HSL color Cylindrical-coordinate representation of color #329880: hue angle of 165.88º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329880 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 152 | 128 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.40 |
| HSL | 165.88º | 0.5% | 0.4% | - |
| HSV(B) | 165.88º | 0.67% | 0.6% | - |
| XYZ | 16.44 | 24.69 | 24.32 | - |
| YUV | 118.77 | 133.21 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 152 | 128 | 0.67 | 0 | 0.16 | 0.40 | 165.88 | 0.5 | 0.4 |
| Hex | 32 | 98 | 80 | 43 | 0 | 10 | 28 | A6 | 32 | 28 |
| Octal | 62 | 230 | 200 | 103 | 0 | 20 | 50 | 246 | 62 | 50 |
| Binary | 110010 | 10011000 | 10000000 | 1000011 | 0 | 10000 | 101000 | 10100110 | 110010 | 101000 |
Color Harmonies of #329880
Complementary color
Monochromatic Colors of #329880
Black with #329880
Text Example
Text Example
White with #329880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329880; }
p { color: rgb(50,152,128); }
H1.HeaderClassName
{
color: #329880;
}
.AnyTagClassName
{
color: #329880;
}
</style>
background-color css
<style>
a { background-color: #329880; }
a { background-color: rgb(50,152,128); }
div.DivClassName
{
background-color: #329880;
}
.BgClassName
{
background-color: #329880;
}
</style>
border-color css
<style>
span { border-color: #329880; }
span { border-color: rgb(50,152,128); }
td.TdClassName
{
border-color: #329880;
}
.TagClassName
{
border-color: #329880;
}
</style>