Shades of Gossamer #329885
Tints of Gossamer #329885
RGB
CMYK
RGB Variations
Color information
#329885 (or 0x329885) is known color: Gossamer. HEX triplet: 32, 98 and 85. RGB value is (50,152,133). Sum of RGB (Red+Green+Blue) = 50+152+133=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #329885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329885 is #CD677A. Grayscale: #777777. Windows color (decimal): -13461371 or 8755250. OLE color: 8755250.
HSL color Cylindrical-coordinate representation of color #329885: hue angle of 168.82º 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 #329885 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 152 | 133 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.40 |
| HSL | 168.82º | 0.5% | 0.4% | - |
| HSV(B) | 168.82º | 0.67% | 0.6% | - |
| XYZ | 16.78 | 24.83 | 26.1 | - |
| YUV | 119.34 | 135.71 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 152 | 133 | 0.67 | 0 | 0.13 | 0.40 | 168.82 | 0.5 | 0.4 |
| Hex | 32 | 98 | 85 | 43 | 0 | D | 28 | A9 | 32 | 28 |
| Octal | 62 | 230 | 205 | 103 | 0 | 15 | 50 | 251 | 62 | 50 |
| Binary | 110010 | 10011000 | 10000101 | 1000011 | 0 | 1101 | 101000 | 10101001 | 110010 | 101000 |
Color Harmonies of #329885
Complementary color
Monochromatic Colors of #329885
Black with #329885
Text Example
Text Example
White with #329885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329885; }
p { color: rgb(50,152,133); }
H1.HeaderClassName
{
color: #329885;
}
.AnyTagClassName
{
color: #329885;
}
</style>
background-color css
<style>
a { background-color: #329885; }
a { background-color: rgb(50,152,133); }
div.DivClassName
{
background-color: #329885;
}
.BgClassName
{
background-color: #329885;
}
</style>
border-color css
<style>
span { border-color: #329885; }
span { border-color: rgb(50,152,133); }
td.TdClassName
{
border-color: #329885;
}
.TagClassName
{
border-color: #329885;
}
</style>