Shades of Gossamer #329D7D
Tints of Gossamer #329D7D
RGB
CMYK
RGB Variations
Color information
#329D7D (or 0x329D7D) is known color: Gossamer. HEX triplet: 32, 9D and 7D. RGB value is (50,157,125). Sum of RGB (Red+Green+Blue) = 50+157+125=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 157 (61.72% from 255 or 47.29% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 157 - color contains mainly: green. Hex color #329D7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329D7D is #CD6282. Grayscale: #797979. Windows color (decimal): -13460099 or 8232242. OLE color: 8232242.
HSL color Cylindrical-coordinate representation of color #329D7D: hue angle of 162.06º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329D7D is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 157 | 125 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.38 |
| HSL | 162.06º | 0.52% | 0.41% | - |
| HSV(B) | 162.06º | 0.68% | 0.62% | - |
| XYZ | 17.07 | 26.27 | 23.57 | - |
| YUV | 121.36 | 130.05 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 125 | 0.68 | 0 | 0.20 | 0.38 | 162.06 | 0.52 | 0.41 |
| Hex | 32 | 9D | 7D | 44 | 0 | 14 | 26 | A2 | 34 | 29 |
| Octal | 62 | 235 | 175 | 104 | 0 | 24 | 46 | 242 | 64 | 51 |
| Binary | 110010 | 10011101 | 1111101 | 1000100 | 0 | 10100 | 100110 | 10100010 | 110100 | 101001 |
Color Harmonies of #329D7D
Complementary color
Monochromatic Colors of #329D7D
Black with #329D7D
Text Example
Text Example
White with #329D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329D7D; }
p { color: rgb(50,157,125); }
H1.HeaderClassName
{
color: #329D7D;
}
.AnyTagClassName
{
color: #329D7D;
}
</style>
background-color css
<style>
a { background-color: #329D7D; }
a { background-color: rgb(50,157,125); }
div.DivClassName
{
background-color: #329D7D;
}
.BgClassName
{
background-color: #329D7D;
}
</style>
border-color css
<style>
span { border-color: #329D7D; }
span { border-color: rgb(50,157,125); }
td.TdClassName
{
border-color: #329D7D;
}
.TagClassName
{
border-color: #329D7D;
}
</style>