Shades of Gossamer #3F9883
Tints of Gossamer #3F9883
RGB
CMYK
RGB Variations
Color information
#3F9883 (or 0x3F9883) is known color: Gossamer. HEX triplet: 3F, 98 and 83. RGB value is (63,152,131). Sum of RGB (Red+Green+Blue) = 63+152+131=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 152 - color contains mainly: green. Hex color #3F9883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9883 is #C0677C. Grayscale: #7A7A7A. Windows color (decimal): -12609405 or 8624191. OLE color: 8624191.
HSL color Cylindrical-coordinate representation of color #3F9883: hue angle of 165.84º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F9883 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 152 | 131 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.40 |
| HSL | 165.84º | 0.41% | 0.42% | - |
| HSV(B) | 165.84º | 0.59% | 0.6% | - |
| XYZ | 17.37 | 25.15 | 25.41 | - |
| YUV | 123 | 132.51 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 152 | 131 | 0.59 | 0 | 0.14 | 0.40 | 165.84 | 0.41 | 0.42 |
| Hex | 3F | 98 | 83 | 3B | 0 | E | 28 | A6 | 29 | 2A |
| Octal | 77 | 230 | 203 | 73 | 0 | 16 | 50 | 246 | 51 | 52 |
| Binary | 111111 | 10011000 | 10000011 | 111011 | 0 | 1110 | 101000 | 10100110 | 101001 | 101010 |
Color Harmonies of #3F9883
Complementary color
Monochromatic Colors of #3F9883
Black with #3F9883
Text Example
Text Example
White with #3F9883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9883; }
p { color: rgb(63,152,131); }
H1.HeaderClassName
{
color: #3F9883;
}
.AnyTagClassName
{
color: #3F9883;
}
</style>
background-color css
<style>
a { background-color: #3F9883; }
a { background-color: rgb(63,152,131); }
div.DivClassName
{
background-color: #3F9883;
}
.BgClassName
{
background-color: #3F9883;
}
</style>
border-color css
<style>
span { border-color: #3F9883; }
span { border-color: rgb(63,152,131); }
td.TdClassName
{
border-color: #3F9883;
}
.TagClassName
{
border-color: #3F9883;
}
</style>