Shades of Gossamer #3B9B77
Tints of Gossamer #3B9B77
RGB
CMYK
RGB Variations
Color information
#3B9B77 (or 0x3B9B77) is known color: Gossamer. HEX triplet: 3B, 9B and 77. RGB value is (59,155,119). Sum of RGB (Red+Green+Blue) = 59+155+119=333 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.72% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #3B9B77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9B77 is #C46488. Grayscale: #7A7A7A. Windows color (decimal): -12870793 or 7838523. OLE color: 7838523.
HSL color Cylindrical-coordinate representation of color #3B9B77: hue angle of 157.5º 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 #3B9B77 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 155 | 119 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.39 |
| HSL | 157.5º | 0.45% | 0.42% | - |
| HSV(B) | 157.5º | 0.62% | 0.61% | - |
| XYZ | 16.85 | 25.7 | 21.53 | - |
| YUV | 122.19 | 126.2 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 155 | 119 | 0.62 | 0 | 0.23 | 0.39 | 157.5 | 0.45 | 0.42 |
| Hex | 3B | 9B | 77 | 3E | 0 | 17 | 27 | 9E | 2D | 2A |
| Octal | 73 | 233 | 167 | 76 | 0 | 27 | 47 | 236 | 55 | 52 |
| Binary | 111011 | 10011011 | 1110111 | 111110 | 0 | 10111 | 100111 | 10011110 | 101101 | 101010 |
Color Harmonies of #3B9B77
Complementary color
Monochromatic Colors of #3B9B77
Black with #3B9B77
Text Example
Text Example
White with #3B9B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9B77; }
p { color: rgb(59,155,119); }
H1.HeaderClassName
{
color: #3B9B77;
}
.AnyTagClassName
{
color: #3B9B77;
}
</style>
background-color css
<style>
a { background-color: #3B9B77; }
a { background-color: rgb(59,155,119); }
div.DivClassName
{
background-color: #3B9B77;
}
.BgClassName
{
background-color: #3B9B77;
}
</style>
border-color css
<style>
span { border-color: #3B9B77; }
span { border-color: rgb(59,155,119); }
td.TdClassName
{
border-color: #3B9B77;
}
.TagClassName
{
border-color: #3B9B77;
}
</style>