Shades of Gossamer #3F967B
Tints of Gossamer #3F967B
RGB
CMYK
RGB Variations
Color information
#3F967B (or 0x3F967B) is known color: Gossamer. HEX triplet: 3F, 96 and 7B. RGB value is (63,150,123). Sum of RGB (Red+Green+Blue) = 63+150+123=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #3F967B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F967B is #C06984. Grayscale: #787878. Windows color (decimal): -12609925 or 8099391. OLE color: 8099391.
HSL color Cylindrical-coordinate representation of color #3F967B: hue angle of 161.38º 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 #3F967B is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 150 | 123 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.41 |
| HSL | 161.38º | 0.41% | 0.42% | - |
| HSV(B) | 161.38º | 0.58% | 0.59% | - |
| XYZ | 16.53 | 24.3 | 22.56 | - |
| YUV | 120.91 | 129.18 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 150 | 123 | 0.58 | 0 | 0.18 | 0.41 | 161.38 | 0.41 | 0.42 |
| Hex | 3F | 96 | 7B | 3A | 0 | 12 | 29 | A1 | 29 | 2A |
| Octal | 77 | 226 | 173 | 72 | 0 | 22 | 51 | 241 | 51 | 52 |
| Binary | 111111 | 10010110 | 1111011 | 111010 | 0 | 10010 | 101001 | 10100001 | 101001 | 101010 |
Color Harmonies of #3F967B
Complementary color
Monochromatic Colors of #3F967B
Black with #3F967B
Text Example
Text Example
White with #3F967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F967B; }
p { color: rgb(63,150,123); }
H1.HeaderClassName
{
color: #3F967B;
}
.AnyTagClassName
{
color: #3F967B;
}
</style>
background-color css
<style>
a { background-color: #3F967B; }
a { background-color: rgb(63,150,123); }
div.DivClassName
{
background-color: #3F967B;
}
.BgClassName
{
background-color: #3F967B;
}
</style>
border-color css
<style>
span { border-color: #3F967B; }
span { border-color: rgb(63,150,123); }
td.TdClassName
{
border-color: #3F967B;
}
.TagClassName
{
border-color: #3F967B;
}
</style>