Shades of Gossamer #3C9974
Tints of Gossamer #3C9974
RGB
CMYK
RGB Variations
Color information
#3C9974 (or 0x3C9974) is known color: Gossamer. HEX triplet: 3C, 99 and 74. RGB value is (60,153,116). Sum of RGB (Red+Green+Blue) = 60+153+116=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #3C9974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9974 is #C3668B. Grayscale: #797979. Windows color (decimal): -12805772 or 7641404. OLE color: 7641404.
HSL color Cylindrical-coordinate representation of color #3C9974: hue angle of 156.13º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C9974 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 60 | 153 | 116 | - |
| CMYK | 0.61 | 0 | 0.24 | 0.4 |
| HSL | 156.13º | 0.44% | 0.42% | - |
| HSV(B) | 156.13º | 0.61% | 0.6% | - |
| XYZ | 16.41 | 25 | 20.48 | - |
| YUV | 120.98 | 125.19 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 153 | 116 | 0.61 | 0 | 0.24 | 0.4 | 156.13 | 0.44 | 0.42 |
| Hex | 3C | 99 | 74 | 3D | 0 | 18 | 28 | 9C | 2C | 2A |
| Octal | 74 | 231 | 164 | 75 | 0 | 30 | 50 | 234 | 54 | 52 |
| Binary | 111100 | 10011001 | 1110100 | 111101 | 0 | 11000 | 101000 | 10011100 | 101100 | 101010 |
Color Harmonies of #3C9974
Complementary color
Monochromatic Colors of #3C9974
Black with #3C9974
Text Example
Text Example
White with #3C9974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9974; }
p { color: rgb(60,153,116); }
H1.HeaderClassName
{
color: #3C9974;
}
.AnyTagClassName
{
color: #3C9974;
}
</style>
background-color css
<style>
a { background-color: #3C9974; }
a { background-color: rgb(60,153,116); }
div.DivClassName
{
background-color: #3C9974;
}
.BgClassName
{
background-color: #3C9974;
}
</style>
border-color css
<style>
span { border-color: #3C9974; }
span { border-color: rgb(60,153,116); }
td.TdClassName
{
border-color: #3C9974;
}
.TagClassName
{
border-color: #3C9974;
}
</style>