Shades of Gossamer #3B9D83
Tints of Gossamer #3B9D83
RGB
CMYK
RGB Variations
Color information
#3B9D83 (or 0x3B9D83) is known color: Gossamer. HEX triplet: 3B, 9D and 83. RGB value is (59,157,131). Sum of RGB (Red+Green+Blue) = 59+157+131=347 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.00% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 157 - color contains mainly: green. Hex color #3B9D83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9D83 is #C4627C. Grayscale: #7C7C7C. Windows color (decimal): -12870269 or 8625467. OLE color: 8625467.
HSL color Cylindrical-coordinate representation of color #3B9D83: hue angle of 164.08º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B9D83 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 157 | 131 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.38 |
| HSL | 164.08º | 0.45% | 0.42% | - |
| HSV(B) | 164.08º | 0.62% | 0.62% | - |
| XYZ | 17.96 | 26.68 | 25.68 | - |
| YUV | 124.73 | 131.53 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 157 | 131 | 0.62 | 0 | 0.17 | 0.38 | 164.08 | 0.45 | 0.42 |
| Hex | 3B | 9D | 83 | 3E | 0 | 11 | 26 | A4 | 2D | 2A |
| Octal | 73 | 235 | 203 | 76 | 0 | 21 | 46 | 244 | 55 | 52 |
| Binary | 111011 | 10011101 | 10000011 | 111110 | 0 | 10001 | 100110 | 10100100 | 101101 | 101010 |
Color Harmonies of #3B9D83
Complementary color
Monochromatic Colors of #3B9D83
Black with #3B9D83
Text Example
Text Example
White with #3B9D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9D83; }
p { color: rgb(59,157,131); }
H1.HeaderClassName
{
color: #3B9D83;
}
.AnyTagClassName
{
color: #3B9D83;
}
</style>
background-color css
<style>
a { background-color: #3B9D83; }
a { background-color: rgb(59,157,131); }
div.DivClassName
{
background-color: #3B9D83;
}
.BgClassName
{
background-color: #3B9D83;
}
</style>
border-color css
<style>
span { border-color: #3B9D83; }
span { border-color: rgb(59,157,131); }
td.TdClassName
{
border-color: #3B9D83;
}
.TagClassName
{
border-color: #3B9D83;
}
</style>