Shades of Gossamer #339977
Tints of Gossamer #339977
RGB
CMYK
RGB Variations
Color information
#339977 (or 0x339977) is known color: Gossamer. HEX triplet: 33, 99 and 77. RGB value is (51,153,119). Sum of RGB (Red+Green+Blue) = 51+153+119=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #339977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339977 is #CC6688. Grayscale: #767676. Windows color (decimal): -13395593 or 7838003. OLE color: 7838003.
HSL color Cylindrical-coordinate representation of color #339977: hue angle of 160º 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 #339977 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 153 | 119 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.4 |
| HSL | 160º | 0.5% | 0.4% | - |
| HSV(B) | 160º | 0.67% | 0.6% | - |
| XYZ | 16.09 | 24.82 | 21.4 | - |
| YUV | 118.63 | 128.21 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 153 | 119 | 0.67 | 0 | 0.22 | 0.4 | 160 | 0.5 | 0.4 |
| Hex | 33 | 99 | 77 | 43 | 0 | 16 | 28 | A0 | 32 | 28 |
| Octal | 63 | 231 | 167 | 103 | 0 | 26 | 50 | 240 | 62 | 50 |
| Binary | 110011 | 10011001 | 1110111 | 1000011 | 0 | 10110 | 101000 | 10100000 | 110010 | 101000 |
Color Harmonies of #339977
Complementary color
Monochromatic Colors of #339977
Black with #339977
Text Example
Text Example
White with #339977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339977; }
p { color: rgb(51,153,119); }
H1.HeaderClassName
{
color: #339977;
}
.AnyTagClassName
{
color: #339977;
}
</style>
background-color css
<style>
a { background-color: #339977; }
a { background-color: rgb(51,153,119); }
div.DivClassName
{
background-color: #339977;
}
.BgClassName
{
background-color: #339977;
}
</style>
border-color css
<style>
span { border-color: #339977; }
span { border-color: rgb(51,153,119); }
td.TdClassName
{
border-color: #339977;
}
.TagClassName
{
border-color: #339977;
}
</style>