Shades of Gossamer #339C78
Tints of Gossamer #339C78
RGB
CMYK
RGB Variations
Color information
#339C78 (or 0x339C78) is known color: Gossamer. HEX triplet: 33, 9C and 78. RGB value is (51,156,120). Sum of RGB (Red+Green+Blue) = 51+156+120=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 156 (61.33% from 255 or 47.71% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 156 - color contains mainly: green. Hex color #339C78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339C78 is #CC6387. Grayscale: #787878. Windows color (decimal): -13394824 or 7904307. OLE color: 7904307.
HSL color Cylindrical-coordinate representation of color #339C78: hue angle of 159.43º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339C78 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 156 | 120 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.39 |
| HSL | 159.43º | 0.51% | 0.41% | - |
| HSV(B) | 159.43º | 0.67% | 0.61% | - |
| XYZ | 16.64 | 25.84 | 21.88 | - |
| YUV | 120.5 | 127.71 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 156 | 120 | 0.67 | 0 | 0.23 | 0.39 | 159.43 | 0.51 | 0.41 |
| Hex | 33 | 9C | 78 | 43 | 0 | 17 | 27 | 9F | 33 | 29 |
| Octal | 63 | 234 | 170 | 103 | 0 | 27 | 47 | 237 | 63 | 51 |
| Binary | 110011 | 10011100 | 1111000 | 1000011 | 0 | 10111 | 100111 | 10011111 | 110011 | 101001 |
Color Harmonies of #339C78
Complementary color
Monochromatic Colors of #339C78
Black with #339C78
Text Example
Text Example
White with #339C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339C78; }
p { color: rgb(51,156,120); }
H1.HeaderClassName
{
color: #339C78;
}
.AnyTagClassName
{
color: #339C78;
}
</style>
background-color css
<style>
a { background-color: #339C78; }
a { background-color: rgb(51,156,120); }
div.DivClassName
{
background-color: #339C78;
}
.BgClassName
{
background-color: #339C78;
}
</style>
border-color css
<style>
span { border-color: #339C78; }
span { border-color: rgb(51,156,120); }
td.TdClassName
{
border-color: #339C78;
}
.TagClassName
{
border-color: #339C78;
}
</style>