Shades of Gossamer #3B9B76
Tints of Gossamer #3B9B76
RGB
CMYK
RGB Variations
Color information
#3B9B76 (or 0x3B9B76) is known color: Gossamer. HEX triplet: 3B, 9B and 76. RGB value is (59,155,118). Sum of RGB (Red+Green+Blue) = 59+155+118=332 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.77% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 155 - color contains mainly: green. Hex color #3B9B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9B76 is #C46489. Grayscale: #7A7A7A. Windows color (decimal): -12870794 or 7772987. OLE color: 7772987.
HSL color Cylindrical-coordinate representation of color #3B9B76: hue angle of 156.88º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B9B76 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 155 | 118 | - |
| CMYK | 0.62 | 0 | 0.24 | 0.39 |
| HSL | 156.88º | 0.45% | 0.42% | - |
| HSV(B) | 156.88º | 0.62% | 0.61% | - |
| XYZ | 16.79 | 25.68 | 21.21 | - |
| YUV | 122.08 | 125.7 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 155 | 118 | 0.62 | 0 | 0.24 | 0.39 | 156.88 | 0.45 | 0.42 |
| Hex | 3B | 9B | 76 | 3E | 0 | 18 | 27 | 9D | 2D | 2A |
| Octal | 73 | 233 | 166 | 76 | 0 | 30 | 47 | 235 | 55 | 52 |
| Binary | 111011 | 10011011 | 1110110 | 111110 | 0 | 11000 | 100111 | 10011101 | 101101 | 101010 |
Color Harmonies of #3B9B76
Complementary color
Monochromatic Colors of #3B9B76
Black with #3B9B76
Text Example
Text Example
White with #3B9B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9B76; }
p { color: rgb(59,155,118); }
H1.HeaderClassName
{
color: #3B9B76;
}
.AnyTagClassName
{
color: #3B9B76;
}
</style>
background-color css
<style>
a { background-color: #3B9B76; }
a { background-color: rgb(59,155,118); }
div.DivClassName
{
background-color: #3B9B76;
}
.BgClassName
{
background-color: #3B9B76;
}
</style>
border-color css
<style>
span { border-color: #3B9B76; }
span { border-color: rgb(59,155,118); }
td.TdClassName
{
border-color: #3B9B76;
}
.TagClassName
{
border-color: #3B9B76;
}
</style>