Shades of Gossamer #3F9780
Tints of Gossamer #3F9780
RGB
CMYK
RGB Variations
Color information
#3F9780 (or 0x3F9780) is known color: Gossamer. HEX triplet: 3F, 97 and 80. RGB value is (63,151,128). Sum of RGB (Red+Green+Blue) = 63+151+128=342 (45% of max value = 765). Red value is 63 (25% from 255 or 18.42% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 151 - color contains mainly: green. Hex color #3F9780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9780 is #C0687F. Grayscale: #7A7A7A. Windows color (decimal): -12609664 or 8427327. OLE color: 8427327.
HSL color Cylindrical-coordinate representation of color #3F9780: hue angle of 164.32º 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 #3F9780 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 151 | 128 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.41 |
| HSL | 164.32º | 0.41% | 0.42% | - |
| HSV(B) | 164.32º | 0.58% | 0.59% | - |
| XYZ | 17.01 | 24.75 | 24.3 | - |
| YUV | 122.07 | 131.35 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 151 | 128 | 0.58 | 0 | 0.15 | 0.41 | 164.32 | 0.41 | 0.42 |
| Hex | 3F | 97 | 80 | 3A | 0 | F | 29 | A4 | 29 | 2A |
| Octal | 77 | 227 | 200 | 72 | 0 | 17 | 51 | 244 | 51 | 52 |
| Binary | 111111 | 10010111 | 10000000 | 111010 | 0 | 1111 | 101001 | 10100100 | 101001 | 101010 |
Color Harmonies of #3F9780
Complementary color
Monochromatic Colors of #3F9780
Black with #3F9780
Text Example
Text Example
White with #3F9780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9780; }
p { color: rgb(63,151,128); }
H1.HeaderClassName
{
color: #3F9780;
}
.AnyTagClassName
{
color: #3F9780;
}
</style>
background-color css
<style>
a { background-color: #3F9780; }
a { background-color: rgb(63,151,128); }
div.DivClassName
{
background-color: #3F9780;
}
.BgClassName
{
background-color: #3F9780;
}
</style>
border-color css
<style>
span { border-color: #3F9780; }
span { border-color: rgb(63,151,128); }
td.TdClassName
{
border-color: #3F9780;
}
.TagClassName
{
border-color: #3F9780;
}
</style>