Shades of Gossamer #3F9783
Tints of Gossamer #3F9783
RGB
CMYK
RGB Variations
Color information
#3F9783 (or 0x3F9783) is known color: Gossamer. HEX triplet: 3F, 97 and 83. RGB value is (63,151,131). Sum of RGB (Red+Green+Blue) = 63+151+131=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 151 - color contains mainly: green. Hex color #3F9783 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9783 is #C0687C. Grayscale: #7A7A7A. Windows color (decimal): -12609661 or 8623935. OLE color: 8623935.
HSL color Cylindrical-coordinate representation of color #3F9783: hue angle of 166.36º 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 #3F9783 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 151 | 131 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.41 |
| HSL | 166.36º | 0.41% | 0.42% | - |
| HSV(B) | 166.36º | 0.58% | 0.59% | - |
| XYZ | 17.21 | 24.83 | 25.36 | - |
| YUV | 122.41 | 132.85 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 151 | 131 | 0.58 | 0 | 0.13 | 0.41 | 166.36 | 0.41 | 0.42 |
| Hex | 3F | 97 | 83 | 3A | 0 | D | 29 | A6 | 29 | 2A |
| Octal | 77 | 227 | 203 | 72 | 0 | 15 | 51 | 246 | 51 | 52 |
| Binary | 111111 | 10010111 | 10000011 | 111010 | 0 | 1101 | 101001 | 10100110 | 101001 | 101010 |
Color Harmonies of #3F9783
Complementary color
Monochromatic Colors of #3F9783
Black with #3F9783
Text Example
Text Example
White with #3F9783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9783; }
p { color: rgb(63,151,131); }
H1.HeaderClassName
{
color: #3F9783;
}
.AnyTagClassName
{
color: #3F9783;
}
</style>
background-color css
<style>
a { background-color: #3F9783; }
a { background-color: rgb(63,151,131); }
div.DivClassName
{
background-color: #3F9783;
}
.BgClassName
{
background-color: #3F9783;
}
</style>
border-color css
<style>
span { border-color: #3F9783; }
span { border-color: rgb(63,151,131); }
td.TdClassName
{
border-color: #3F9783;
}
.TagClassName
{
border-color: #3F9783;
}
</style>