Shades of Gossamer #3C957F
Tints of Gossamer #3C957F
RGB
CMYK
RGB Variations
Color information
#3C957F (or 0x3C957F) is known color: Gossamer. HEX triplet: 3C, 95 and 7F. RGB value is (60,149,127). Sum of RGB (Red+Green+Blue) = 60+149+127=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #3C957F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C957F is #C36A80. Grayscale: #777777. Windows color (decimal): -12806785 or 8361276. OLE color: 8361276.
HSL color Cylindrical-coordinate representation of color #3C957F: hue angle of 165.17º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C957F is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 149 | 127 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.42 |
| HSL | 165.17º | 0.43% | 0.41% | - |
| HSV(B) | 165.17º | 0.6% | 0.58% | - |
| XYZ | 16.44 | 23.99 | 23.84 | - |
| YUV | 119.88 | 132.01 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 149 | 127 | 0.60 | 0 | 0.15 | 0.42 | 165.17 | 0.43 | 0.41 |
| Hex | 3C | 95 | 7F | 3C | 0 | F | 2A | A5 | 2B | 29 |
| Octal | 74 | 225 | 177 | 74 | 0 | 17 | 52 | 245 | 53 | 51 |
| Binary | 111100 | 10010101 | 1111111 | 111100 | 0 | 1111 | 101010 | 10100101 | 101011 | 101001 |
Color Harmonies of #3C957F
Complementary color
Monochromatic Colors of #3C957F
Black with #3C957F
Text Example
Text Example
White with #3C957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C957F; }
p { color: rgb(60,149,127); }
H1.HeaderClassName
{
color: #3C957F;
}
.AnyTagClassName
{
color: #3C957F;
}
</style>
background-color css
<style>
a { background-color: #3C957F; }
a { background-color: rgb(60,149,127); }
div.DivClassName
{
background-color: #3C957F;
}
.BgClassName
{
background-color: #3C957F;
}
</style>
border-color css
<style>
span { border-color: #3C957F; }
span { border-color: rgb(60,149,127); }
td.TdClassName
{
border-color: #3C957F;
}
.TagClassName
{
border-color: #3C957F;
}
</style>