Shades of Gossamer #3F947A
Tints of Gossamer #3F947A
RGB
CMYK
RGB Variations
Color information
#3F947A (or 0x3F947A) is known color: Gossamer. HEX triplet: 3F, 94 and 7A. RGB value is (63,148,122). Sum of RGB (Red+Green+Blue) = 63+148+122=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 148 - color contains mainly: green. Hex color #3F947A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F947A is #C06B85. Grayscale: #777777. Windows color (decimal): -12610438 or 8033343. OLE color: 8033343.
HSL color Cylindrical-coordinate representation of color #3F947A: hue angle of 161.65º 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 #3F947A is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 148 | 122 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.42 |
| HSL | 161.65º | 0.4% | 0.41% | - |
| HSV(B) | 161.65º | 0.57% | 0.58% | - |
| XYZ | 16.15 | 23.64 | 22.12 | - |
| YUV | 119.62 | 129.34 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 148 | 122 | 0.57 | 0 | 0.18 | 0.42 | 161.65 | 0.4 | 0.41 |
| Hex | 3F | 94 | 7A | 39 | 0 | 12 | 2A | A2 | 28 | 29 |
| Octal | 77 | 224 | 172 | 71 | 0 | 22 | 52 | 242 | 50 | 51 |
| Binary | 111111 | 10010100 | 1111010 | 111001 | 0 | 10010 | 101010 | 10100010 | 101000 | 101001 |
Color Harmonies of #3F947A
Complementary color
Monochromatic Colors of #3F947A
Black with #3F947A
Text Example
Text Example
White with #3F947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F947A; }
p { color: rgb(63,148,122); }
H1.HeaderClassName
{
color: #3F947A;
}
.AnyTagClassName
{
color: #3F947A;
}
</style>
background-color css
<style>
a { background-color: #3F947A; }
a { background-color: rgb(63,148,122); }
div.DivClassName
{
background-color: #3F947A;
}
.BgClassName
{
background-color: #3F947A;
}
</style>
border-color css
<style>
span { border-color: #3F947A; }
span { border-color: rgb(63,148,122); }
td.TdClassName
{
border-color: #3F947A;
}
.TagClassName
{
border-color: #3F947A;
}
</style>