Shades of Gossamer #3F9F7C
Tints of Gossamer #3F9F7C
RGB
CMYK
RGB Variations
Color information
#3F9F7C (or 0x3F9F7C) is known color: Gossamer. HEX triplet: 3F, 9F and 7C. RGB value is (63,159,124). Sum of RGB (Red+Green+Blue) = 63+159+124=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 159 - color contains mainly: green. Hex color #3F9F7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9F7C is #C06083. Grayscale: #7E7E7E. Windows color (decimal): -12607620 or 8167231. OLE color: 8167231.
HSL color Cylindrical-coordinate representation of color #3F9F7C: hue angle of 158.12º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F9F7C is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 159 | 124 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.38 |
| HSL | 158.13º | 0.43% | 0.44% | - |
| HSV(B) | 158.13º | 0.6% | 0.62% | - |
| XYZ | 18.09 | 27.31 | 23.39 | - |
| YUV | 126.31 | 126.7 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 159 | 124 | 0.60 | 0 | 0.22 | 0.38 | 158.13 | 0.43 | 0.44 |
| Hex | 3F | 9F | 7C | 3C | 0 | 16 | 26 | 9E | 2B | 2C |
| Octal | 77 | 237 | 174 | 74 | 0 | 26 | 46 | 236 | 53 | 54 |
| Binary | 111111 | 10011111 | 1111100 | 111100 | 0 | 10110 | 100110 | 10011110 | 101011 | 101100 |
Color Harmonies of #3F9F7C
Complementary color
Monochromatic Colors of #3F9F7C
Black with #3F9F7C
Text Example
Text Example
White with #3F9F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9F7C; }
p { color: rgb(63,159,124); }
H1.HeaderClassName
{
color: #3F9F7C;
}
.AnyTagClassName
{
color: #3F9F7C;
}
</style>
background-color css
<style>
a { background-color: #3F9F7C; }
a { background-color: rgb(63,159,124); }
div.DivClassName
{
background-color: #3F9F7C;
}
.BgClassName
{
background-color: #3F9F7C;
}
</style>
border-color css
<style>
span { border-color: #3F9F7C; }
span { border-color: rgb(63,159,124); }
td.TdClassName
{
border-color: #3F9F7C;
}
.TagClassName
{
border-color: #3F9F7C;
}
</style>