Shades of Gossamer #3F9F84
Tints of Gossamer #3F9F84
RGB
CMYK
RGB Variations
Color information
#3F9F84 (or 0x3F9F84) is known color: Gossamer. HEX triplet: 3F, 9F and 84. RGB value is (63,159,132). Sum of RGB (Red+Green+Blue) = 63+159+132=354 (46% of max value = 765). Red value is 63 (25% from 255 or 17.80% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 159 - color contains mainly: green. Hex color #3F9F84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9F84 is #C0607B. Grayscale: #7F7F7F. Windows color (decimal): -12607612 or 8691519. OLE color: 8691519.
HSL color Cylindrical-coordinate representation of color #3F9F84: hue angle of 163.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 #3F9F84 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 159 | 132 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.38 |
| HSL | 163.13º | 0.43% | 0.44% | - |
| HSV(B) | 163.13º | 0.6% | 0.62% | - |
| XYZ | 18.61 | 27.52 | 26.16 | - |
| YUV | 127.22 | 130.7 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 159 | 132 | 0.60 | 0 | 0.17 | 0.38 | 163.13 | 0.43 | 0.44 |
| Hex | 3F | 9F | 84 | 3C | 0 | 11 | 26 | A3 | 2B | 2C |
| Octal | 77 | 237 | 204 | 74 | 0 | 21 | 46 | 243 | 53 | 54 |
| Binary | 111111 | 10011111 | 10000100 | 111100 | 0 | 10001 | 100110 | 10100011 | 101011 | 101100 |
Color Harmonies of #3F9F84
Complementary color
Monochromatic Colors of #3F9F84
Black with #3F9F84
Text Example
Text Example
White with #3F9F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9F84; }
p { color: rgb(63,159,132); }
H1.HeaderClassName
{
color: #3F9F84;
}
.AnyTagClassName
{
color: #3F9F84;
}
</style>
background-color css
<style>
a { background-color: #3F9F84; }
a { background-color: rgb(63,159,132); }
div.DivClassName
{
background-color: #3F9F84;
}
.BgClassName
{
background-color: #3F9F84;
}
</style>
border-color css
<style>
span { border-color: #3F9F84; }
span { border-color: rgb(63,159,132); }
td.TdClassName
{
border-color: #3F9F84;
}
.TagClassName
{
border-color: #3F9F84;
}
</style>