Shades of Gossamer #339D82
Tints of Gossamer #339D82
RGB
CMYK
RGB Variations
Color information
#339D82 (or 0x339D82) is known color: Gossamer. HEX triplet: 33, 9D and 82. RGB value is (51,157,130). Sum of RGB (Red+Green+Blue) = 51+157+130=338 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.09% from 338); Green value is 157 (61.72% from 255 or 46.45% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 157 - color contains mainly: green. Hex color #339D82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339D82 is #CC627D. Grayscale: #7A7A7A. Windows color (decimal): -13394558 or 8559923. OLE color: 8559923.
HSL color Cylindrical-coordinate representation of color #339D82: hue angle of 164.72º 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 #339D82 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 157 | 130 | - |
| CMYK | 0.68 | 0 | 0.17 | 0.38 |
| HSL | 164.72º | 0.51% | 0.41% | - |
| HSV(B) | 164.72º | 0.68% | 0.62% | - |
| XYZ | 17.45 | 26.43 | 25.3 | - |
| YUV | 122.23 | 132.38 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 157 | 130 | 0.68 | 0 | 0.17 | 0.38 | 164.72 | 0.51 | 0.41 |
| Hex | 33 | 9D | 82 | 44 | 0 | 11 | 26 | A5 | 33 | 29 |
| Octal | 63 | 235 | 202 | 104 | 0 | 21 | 46 | 245 | 63 | 51 |
| Binary | 110011 | 10011101 | 10000010 | 1000100 | 0 | 10001 | 100110 | 10100101 | 110011 | 101001 |
Color Harmonies of #339D82
Complementary color
Monochromatic Colors of #339D82
Black with #339D82
Text Example
Text Example
White with #339D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339D82; }
p { color: rgb(51,157,130); }
H1.HeaderClassName
{
color: #339D82;
}
.AnyTagClassName
{
color: #339D82;
}
</style>
background-color css
<style>
a { background-color: #339D82; }
a { background-color: rgb(51,157,130); }
div.DivClassName
{
background-color: #339D82;
}
.BgClassName
{
background-color: #339D82;
}
</style>
border-color css
<style>
span { border-color: #339D82; }
span { border-color: rgb(51,157,130); }
td.TdClassName
{
border-color: #339D82;
}
.TagClassName
{
border-color: #339D82;
}
</style>