Shades of Gossamer #3F9D7D
Tints of Gossamer #3F9D7D
RGB
CMYK
RGB Variations
Color information
#3F9D7D (or 0x3F9D7D) is known color: Gossamer. HEX triplet: 3F, 9D and 7D. RGB value is (63,157,125). Sum of RGB (Red+Green+Blue) = 63+157+125=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 157 - color contains mainly: green. Hex color #3F9D7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9D7D is #C06282. Grayscale: #7D7D7D. Windows color (decimal): -12608131 or 8232255. OLE color: 8232255.
HSL color Cylindrical-coordinate representation of color #3F9D7D: hue angle of 159.57º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F9D7D is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 157 | 125 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.38 |
| HSL | 159.57º | 0.43% | 0.43% | - |
| HSV(B) | 159.57º | 0.6% | 0.62% | - |
| XYZ | 17.81 | 26.65 | 23.61 | - |
| YUV | 125.25 | 127.86 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 157 | 125 | 0.60 | 0 | 0.20 | 0.38 | 159.57 | 0.43 | 0.43 |
| Hex | 3F | 9D | 7D | 3C | 0 | 14 | 26 | A0 | 2B | 2B |
| Octal | 77 | 235 | 175 | 74 | 0 | 24 | 46 | 240 | 53 | 53 |
| Binary | 111111 | 10011101 | 1111101 | 111100 | 0 | 10100 | 100110 | 10100000 | 101011 | 101011 |
Color Harmonies of #3F9D7D
Complementary color
Monochromatic Colors of #3F9D7D
Black with #3F9D7D
Text Example
Text Example
White with #3F9D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9D7D; }
p { color: rgb(63,157,125); }
H1.HeaderClassName
{
color: #3F9D7D;
}
.AnyTagClassName
{
color: #3F9D7D;
}
</style>
background-color css
<style>
a { background-color: #3F9D7D; }
a { background-color: rgb(63,157,125); }
div.DivClassName
{
background-color: #3F9D7D;
}
.BgClassName
{
background-color: #3F9D7D;
}
</style>
border-color css
<style>
span { border-color: #3F9D7D; }
span { border-color: rgb(63,157,125); }
td.TdClassName
{
border-color: #3F9D7D;
}
.TagClassName
{
border-color: #3F9D7D;
}
</style>