Shades of Gossamer #3F9479
Tints of Gossamer #3F9479
RGB
CMYK
RGB Variations
Color information
#3F9479 (or 0x3F9479) is known color: Gossamer. HEX triplet: 3F, 94 and 79. RGB value is (63,148,121). Sum of RGB (Red+Green+Blue) = 63+148+121=332 (43% of max value = 765). Red value is 63 (25% from 255 or 18.98% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #3F9479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9479 is #C06B86. Grayscale: #777777. Windows color (decimal): -12610439 or 7967807. OLE color: 7967807.
HSL color Cylindrical-coordinate representation of color #3F9479: hue angle of 160.94º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F9479 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 148 | 121 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.42 |
| HSL | 160.94º | 0.4% | 0.41% | - |
| HSV(B) | 160.94º | 0.57% | 0.58% | - |
| XYZ | 16.09 | 23.62 | 21.8 | - |
| YUV | 119.51 | 128.84 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 148 | 121 | 0.57 | 0 | 0.18 | 0.42 | 160.94 | 0.4 | 0.41 |
| Hex | 3F | 94 | 79 | 39 | 0 | 12 | 2A | A1 | 28 | 29 |
| Octal | 77 | 224 | 171 | 71 | 0 | 22 | 52 | 241 | 50 | 51 |
| Binary | 111111 | 10010100 | 1111001 | 111001 | 0 | 10010 | 101010 | 10100001 | 101000 | 101001 |
Color Harmonies of #3F9479
Complementary color
Monochromatic Colors of #3F9479
Black with #3F9479
Text Example
Text Example
White with #3F9479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9479; }
p { color: rgb(63,148,121); }
H1.HeaderClassName
{
color: #3F9479;
}
.AnyTagClassName
{
color: #3F9479;
}
</style>
background-color css
<style>
a { background-color: #3F9479; }
a { background-color: rgb(63,148,121); }
div.DivClassName
{
background-color: #3F9479;
}
.BgClassName
{
background-color: #3F9479;
}
</style>
border-color css
<style>
span { border-color: #3F9479; }
span { border-color: rgb(63,148,121); }
td.TdClassName
{
border-color: #3F9479;
}
.TagClassName
{
border-color: #3F9479;
}
</style>