Shades of Gossamer #3C977F
Tints of Gossamer #3C977F
RGB
CMYK
RGB Variations
Color information
#3C977F (or 0x3C977F) is known color: Gossamer. HEX triplet: 3C, 97 and 7F. RGB value is (60,151,127). Sum of RGB (Red+Green+Blue) = 60+151+127=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 151 - color contains mainly: green. Hex color #3C977F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C977F is #C36880. Grayscale: #797979. Windows color (decimal): -12806273 or 8361788. OLE color: 8361788.
HSL color Cylindrical-coordinate representation of color #3C977F: hue angle of 164.18º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C977F is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 60 | 151 | 127 | - |
| CMYK | 0.60 | 0 | 0.16 | 0.41 |
| HSL | 164.18º | 0.43% | 0.41% | - |
| HSV(B) | 164.18º | 0.6% | 0.59% | - |
| XYZ | 16.76 | 24.63 | 23.95 | - |
| YUV | 121.06 | 131.35 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 151 | 127 | 0.60 | 0 | 0.16 | 0.41 | 164.18 | 0.43 | 0.41 |
| Hex | 3C | 97 | 7F | 3C | 0 | 10 | 29 | A4 | 2B | 29 |
| Octal | 74 | 227 | 177 | 74 | 0 | 20 | 51 | 244 | 53 | 51 |
| Binary | 111100 | 10010111 | 1111111 | 111100 | 0 | 10000 | 101001 | 10100100 | 101011 | 101001 |
Color Harmonies of #3C977F
Complementary color
Monochromatic Colors of #3C977F
Black with #3C977F
Text Example
Text Example
White with #3C977F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C977F; }
p { color: rgb(60,151,127); }
H1.HeaderClassName
{
color: #3C977F;
}
.AnyTagClassName
{
color: #3C977F;
}
</style>
background-color css
<style>
a { background-color: #3C977F; }
a { background-color: rgb(60,151,127); }
div.DivClassName
{
background-color: #3C977F;
}
.BgClassName
{
background-color: #3C977F;
}
</style>
border-color css
<style>
span { border-color: #3C977F; }
span { border-color: rgb(60,151,127); }
td.TdClassName
{
border-color: #3C977F;
}
.TagClassName
{
border-color: #3C977F;
}
</style>