Shades of Gossamer #3C9F7D
Tints of Gossamer #3C9F7D
RGB
CMYK
RGB Variations
Color information
#3C9F7D (or 0x3C9F7D) is known color: Gossamer. HEX triplet: 3C, 9F and 7D. RGB value is (60,159,125). Sum of RGB (Red+Green+Blue) = 60+159+125=344 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.44% from 344); Green value is 159 (62.5% from 255 or 46.22% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 159 - color contains mainly: green. Hex color #3C9F7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9F7D is #C36082. Grayscale: #7D7D7D. Windows color (decimal): -12804227 or 8232764. OLE color: 8232764.
HSL color Cylindrical-coordinate representation of color #3C9F7D: hue angle of 159.39º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C9F7D is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 159 | 125 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.38 |
| HSL | 159.39º | 0.45% | 0.43% | - |
| HSV(B) | 159.39º | 0.62% | 0.62% | - |
| XYZ | 17.96 | 27.24 | 23.71 | - |
| YUV | 125.52 | 127.7 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 159 | 125 | 0.62 | 0 | 0.21 | 0.38 | 159.39 | 0.45 | 0.43 |
| Hex | 3C | 9F | 7D | 3E | 0 | 15 | 26 | 9F | 2D | 2B |
| Octal | 74 | 237 | 175 | 76 | 0 | 25 | 46 | 237 | 55 | 53 |
| Binary | 111100 | 10011111 | 1111101 | 111110 | 0 | 10101 | 100110 | 10011111 | 101101 | 101011 |
Color Harmonies of #3C9F7D
Complementary color
Monochromatic Colors of #3C9F7D
Black with #3C9F7D
Text Example
Text Example
White with #3C9F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9F7D; }
p { color: rgb(60,159,125); }
H1.HeaderClassName
{
color: #3C9F7D;
}
.AnyTagClassName
{
color: #3C9F7D;
}
</style>
background-color css
<style>
a { background-color: #3C9F7D; }
a { background-color: rgb(60,159,125); }
div.DivClassName
{
background-color: #3C9F7D;
}
.BgClassName
{
background-color: #3C9F7D;
}
</style>
border-color css
<style>
span { border-color: #3C9F7D; }
span { border-color: rgb(60,159,125); }
td.TdClassName
{
border-color: #3C9F7D;
}
.TagClassName
{
border-color: #3C9F7D;
}
</style>