Shades of Gossamer #3F9785
Tints of Gossamer #3F9785
RGB
CMYK
RGB Variations
Color information
#3F9785 (or 0x3F9785) is known color: Gossamer. HEX triplet: 3F, 97 and 85. RGB value is (63,151,133). Sum of RGB (Red+Green+Blue) = 63+151+133=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 151 - color contains mainly: green. Hex color #3F9785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9785 is #C0687A. Grayscale: #7A7A7A. Windows color (decimal): -12609659 or 8755007. OLE color: 8755007.
HSL color Cylindrical-coordinate representation of color #3F9785: hue angle of 167.73º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F9785 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 151 | 133 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.41 |
| HSL | 167.73º | 0.41% | 0.42% | - |
| HSV(B) | 167.73º | 0.58% | 0.59% | - |
| XYZ | 17.35 | 24.88 | 26.08 | - |
| YUV | 122.64 | 133.85 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 151 | 133 | 0.58 | 0 | 0.12 | 0.41 | 167.73 | 0.41 | 0.42 |
| Hex | 3F | 97 | 85 | 3A | 0 | C | 29 | A8 | 29 | 2A |
| Octal | 77 | 227 | 205 | 72 | 0 | 14 | 51 | 250 | 51 | 52 |
| Binary | 111111 | 10010111 | 10000101 | 111010 | 0 | 1100 | 101001 | 10101000 | 101001 | 101010 |
Color Harmonies of #3F9785
Complementary color
Monochromatic Colors of #3F9785
Black with #3F9785
Text Example
Text Example
White with #3F9785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9785; }
p { color: rgb(63,151,133); }
H1.HeaderClassName
{
color: #3F9785;
}
.AnyTagClassName
{
color: #3F9785;
}
</style>
background-color css
<style>
a { background-color: #3F9785; }
a { background-color: rgb(63,151,133); }
div.DivClassName
{
background-color: #3F9785;
}
.BgClassName
{
background-color: #3F9785;
}
</style>
border-color css
<style>
span { border-color: #3F9785; }
span { border-color: rgb(63,151,133); }
td.TdClassName
{
border-color: #3F9785;
}
.TagClassName
{
border-color: #3F9785;
}
</style>