Shades of Gossamer #3F957C
Tints of Gossamer #3F957C
RGB
CMYK
RGB Variations
Color information
#3F957C (or 0x3F957C) is known color: Gossamer. HEX triplet: 3F, 95 and 7C. RGB value is (63,149,124). Sum of RGB (Red+Green+Blue) = 63+149+124=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #3F957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F957C is #C06A83. Grayscale: #787878. Windows color (decimal): -12610180 or 8164671. OLE color: 8164671.
HSL color Cylindrical-coordinate representation of color #3F957C: hue angle of 162.56º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F957C is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 149 | 124 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.42 |
| HSL | 162.56º | 0.41% | 0.42% | - |
| HSV(B) | 162.56º | 0.58% | 0.58% | - |
| XYZ | 16.44 | 24.01 | 22.84 | - |
| YUV | 120.44 | 130.01 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 149 | 124 | 0.58 | 0 | 0.17 | 0.42 | 162.56 | 0.41 | 0.42 |
| Hex | 3F | 95 | 7C | 3A | 0 | 11 | 2A | A3 | 29 | 2A |
| Octal | 77 | 225 | 174 | 72 | 0 | 21 | 52 | 243 | 51 | 52 |
| Binary | 111111 | 10010101 | 1111100 | 111010 | 0 | 10001 | 101010 | 10100011 | 101001 | 101010 |
Color Harmonies of #3F957C
Complementary color
Monochromatic Colors of #3F957C
Black with #3F957C
Text Example
Text Example
White with #3F957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F957C; }
p { color: rgb(63,149,124); }
H1.HeaderClassName
{
color: #3F957C;
}
.AnyTagClassName
{
color: #3F957C;
}
</style>
background-color css
<style>
a { background-color: #3F957C; }
a { background-color: rgb(63,149,124); }
div.DivClassName
{
background-color: #3F957C;
}
.BgClassName
{
background-color: #3F957C;
}
</style>
border-color css
<style>
span { border-color: #3F957C; }
span { border-color: rgb(63,149,124); }
td.TdClassName
{
border-color: #3F957C;
}
.TagClassName
{
border-color: #3F957C;
}
</style>