Shades of Gossamer #339D7A
Tints of Gossamer #339D7A
RGB
CMYK
RGB Variations
Color information
#339D7A (or 0x339D7A) is known color: Gossamer. HEX triplet: 33, 9D and 7A. RGB value is (51,157,122). Sum of RGB (Red+Green+Blue) = 51+157+122=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 157 (61.72% from 255 or 47.58% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 157 - color contains mainly: green. Hex color #339D7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339D7A is #CC6285. Grayscale: #797979. Windows color (decimal): -13394566 or 8035635. OLE color: 8035635.
HSL color Cylindrical-coordinate representation of color #339D7A: hue angle of 160.19º degrees, saturation: 0.51, 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 #339D7A is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 157 | 122 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.38 |
| HSL | 160.19º | 0.51% | 0.41% | - |
| HSV(B) | 160.19º | 0.68% | 0.62% | - |
| XYZ | 16.94 | 26.22 | 22.58 | - |
| YUV | 121.32 | 128.38 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 157 | 122 | 0.68 | 0 | 0.22 | 0.38 | 160.19 | 0.51 | 0.41 |
| Hex | 33 | 9D | 7A | 44 | 0 | 16 | 26 | A0 | 33 | 29 |
| Octal | 63 | 235 | 172 | 104 | 0 | 26 | 46 | 240 | 63 | 51 |
| Binary | 110011 | 10011101 | 1111010 | 1000100 | 0 | 10110 | 100110 | 10100000 | 110011 | 101001 |
Color Harmonies of #339D7A
Complementary color
Monochromatic Colors of #339D7A
Black with #339D7A
Text Example
Text Example
White with #339D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339D7A; }
p { color: rgb(51,157,122); }
H1.HeaderClassName
{
color: #339D7A;
}
.AnyTagClassName
{
color: #339D7A;
}
</style>
background-color css
<style>
a { background-color: #339D7A; }
a { background-color: rgb(51,157,122); }
div.DivClassName
{
background-color: #339D7A;
}
.BgClassName
{
background-color: #339D7A;
}
</style>
border-color css
<style>
span { border-color: #339D7A; }
span { border-color: rgb(51,157,122); }
td.TdClassName
{
border-color: #339D7A;
}
.TagClassName
{
border-color: #339D7A;
}
</style>