Shades of Gossamer #339976
Tints of Gossamer #339976
RGB
CMYK
RGB Variations
Color information
#339976 (or 0x339976) is known color: Gossamer. HEX triplet: 33, 99 and 76. RGB value is (51,153,118). Sum of RGB (Red+Green+Blue) = 51+153+118=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #339976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339976 is #CC6689. Grayscale: #767676. Windows color (decimal): -13395594 or 7772467. OLE color: 7772467.
HSL color Cylindrical-coordinate representation of color #339976: hue angle of 159.41º 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 #339976 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 153 | 118 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.4 |
| HSL | 159.41º | 0.5% | 0.4% | - |
| HSV(B) | 159.41º | 0.67% | 0.6% | - |
| XYZ | 16.03 | 24.79 | 21.08 | - |
| YUV | 118.51 | 127.71 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 153 | 118 | 0.67 | 0 | 0.23 | 0.4 | 159.41 | 0.5 | 0.4 |
| Hex | 33 | 99 | 76 | 43 | 0 | 17 | 28 | 9F | 32 | 28 |
| Octal | 63 | 231 | 166 | 103 | 0 | 27 | 50 | 237 | 62 | 50 |
| Binary | 110011 | 10011001 | 1110110 | 1000011 | 0 | 10111 | 101000 | 10011111 | 110010 | 101000 |
Color Harmonies of #339976
Complementary color
Monochromatic Colors of #339976
Black with #339976
Text Example
Text Example
White with #339976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339976; }
p { color: rgb(51,153,118); }
H1.HeaderClassName
{
color: #339976;
}
.AnyTagClassName
{
color: #339976;
}
</style>
background-color css
<style>
a { background-color: #339976; }
a { background-color: rgb(51,153,118); }
div.DivClassName
{
background-color: #339976;
}
.BgClassName
{
background-color: #339976;
}
</style>
border-color css
<style>
span { border-color: #339976; }
span { border-color: rgb(51,153,118); }
td.TdClassName
{
border-color: #339976;
}
.TagClassName
{
border-color: #339976;
}
</style>