Shades of Gossamer #3F9784
Tints of Gossamer #3F9784
RGB
CMYK
RGB Variations
Color information
#3F9784 (or 0x3F9784) is known color: Gossamer. HEX triplet: 3F, 97 and 84. RGB value is (63,151,132). Sum of RGB (Red+Green+Blue) = 63+151+132=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 151 - color contains mainly: green. Hex color #3F9784 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9784 is #C0687B. Grayscale: #7A7A7A. Windows color (decimal): -12609660 or 8689471. OLE color: 8689471.
HSL color Cylindrical-coordinate representation of color #3F9784: hue angle of 167.05º 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 #3F9784 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 151 | 132 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.41 |
| HSL | 167.05º | 0.41% | 0.42% | - |
| HSV(B) | 167.05º | 0.58% | 0.59% | - |
| XYZ | 17.28 | 24.86 | 25.72 | - |
| YUV | 122.52 | 133.35 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 151 | 132 | 0.58 | 0 | 0.13 | 0.41 | 167.05 | 0.41 | 0.42 |
| Hex | 3F | 97 | 84 | 3A | 0 | D | 29 | A7 | 29 | 2A |
| Octal | 77 | 227 | 204 | 72 | 0 | 15 | 51 | 247 | 51 | 52 |
| Binary | 111111 | 10010111 | 10000100 | 111010 | 0 | 1101 | 101001 | 10100111 | 101001 | 101010 |
Color Harmonies of #3F9784
Complementary color
Monochromatic Colors of #3F9784
Black with #3F9784
Text Example
Text Example
White with #3F9784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9784; }
p { color: rgb(63,151,132); }
H1.HeaderClassName
{
color: #3F9784;
}
.AnyTagClassName
{
color: #3F9784;
}
</style>
background-color css
<style>
a { background-color: #3F9784; }
a { background-color: rgb(63,151,132); }
div.DivClassName
{
background-color: #3F9784;
}
.BgClassName
{
background-color: #3F9784;
}
</style>
border-color css
<style>
span { border-color: #3F9784; }
span { border-color: rgb(63,151,132); }
td.TdClassName
{
border-color: #3F9784;
}
.TagClassName
{
border-color: #3F9784;
}
</style>