Shades of Gossamer #339A76
Tints of Gossamer #339A76
RGB
CMYK
RGB Variations
Color information
#339A76 (or 0x339A76) is known color: Gossamer. HEX triplet: 33, 9A and 76. RGB value is (51,154,118). Sum of RGB (Red+Green+Blue) = 51+154+118=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 154 (60.55% from 255 or 47.68% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 154 - color contains mainly: green. Hex color #339A76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339A76 is #CC6589. Grayscale: #777777. Windows color (decimal): -13395338 or 7772723. OLE color: 7772723.
HSL color Cylindrical-coordinate representation of color #339A76: hue angle of 159.03º 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 #339A76 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 154 | 118 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.40 |
| HSL | 159.03º | 0.5% | 0.4% | - |
| HSV(B) | 159.03º | 0.67% | 0.6% | - |
| XYZ | 16.19 | 25.12 | 21.14 | - |
| YUV | 119.1 | 127.38 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 154 | 118 | 0.67 | 0 | 0.23 | 0.40 | 159.03 | 0.5 | 0.4 |
| Hex | 33 | 9A | 76 | 43 | 0 | 17 | 28 | 9F | 32 | 28 |
| Octal | 63 | 232 | 166 | 103 | 0 | 27 | 50 | 237 | 62 | 50 |
| Binary | 110011 | 10011010 | 1110110 | 1000011 | 0 | 10111 | 101000 | 10011111 | 110010 | 101000 |
Color Harmonies of #339A76
Complementary color
Monochromatic Colors of #339A76
Black with #339A76
Text Example
Text Example
White with #339A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339A76; }
p { color: rgb(51,154,118); }
H1.HeaderClassName
{
color: #339A76;
}
.AnyTagClassName
{
color: #339A76;
}
</style>
background-color css
<style>
a { background-color: #339A76; }
a { background-color: rgb(51,154,118); }
div.DivClassName
{
background-color: #339A76;
}
.BgClassName
{
background-color: #339A76;
}
</style>
border-color css
<style>
span { border-color: #339A76; }
span { border-color: rgb(51,154,118); }
td.TdClassName
{
border-color: #339A76;
}
.TagClassName
{
border-color: #339A76;
}
</style>