Shades of Gossamer #3B9975
Tints of Gossamer #3B9975
RGB
CMYK
RGB Variations
Color information
#3B9975 (or 0x3B9975) is known color: Gossamer. HEX triplet: 3B, 99 and 75. RGB value is (59,153,117). Sum of RGB (Red+Green+Blue) = 59+153+117=329 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.93% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #3B9975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9975 is #C4668A. Grayscale: #787878. Windows color (decimal): -12871307 or 7706939. OLE color: 7706939.
HSL color Cylindrical-coordinate representation of color #3B9975: hue angle of 157.02º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B9975 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 59 | 153 | 117 | - |
| CMYK | 0.61 | 0 | 0.24 | 0.4 |
| HSL | 157.02º | 0.44% | 0.42% | - |
| HSV(B) | 157.02º | 0.61% | 0.6% | - |
| XYZ | 16.41 | 25 | 20.79 | - |
| YUV | 120.79 | 125.86 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 153 | 117 | 0.61 | 0 | 0.24 | 0.4 | 157.02 | 0.44 | 0.42 |
| Hex | 3B | 99 | 75 | 3D | 0 | 18 | 28 | 9D | 2C | 2A |
| Octal | 73 | 231 | 165 | 75 | 0 | 30 | 50 | 235 | 54 | 52 |
| Binary | 111011 | 10011001 | 1110101 | 111101 | 0 | 11000 | 101000 | 10011101 | 101100 | 101010 |
Color Harmonies of #3B9975
Complementary color
Monochromatic Colors of #3B9975
Black with #3B9975
Text Example
Text Example
White with #3B9975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9975; }
p { color: rgb(59,153,117); }
H1.HeaderClassName
{
color: #3B9975;
}
.AnyTagClassName
{
color: #3B9975;
}
</style>
background-color css
<style>
a { background-color: #3B9975; }
a { background-color: rgb(59,153,117); }
div.DivClassName
{
background-color: #3B9975;
}
.BgClassName
{
background-color: #3B9975;
}
</style>
border-color css
<style>
span { border-color: #3B9975; }
span { border-color: rgb(59,153,117); }
td.TdClassName
{
border-color: #3B9975;
}
.TagClassName
{
border-color: #3B9975;
}
</style>