Shades of Gossamer #3C9C77
Tints of Gossamer #3C9C77
RGB
CMYK
RGB Variations
Color information
#3C9C77 (or 0x3C9C77) is known color: Gossamer. HEX triplet: 3C, 9C and 77. RGB value is (60,156,119). Sum of RGB (Red+Green+Blue) = 60+156+119=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 156 (61.33% from 255 or 46.57% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 156 - color contains mainly: green. Hex color #3C9C77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9C77 is #C36388. Grayscale: #7B7B7B. Windows color (decimal): -12805001 or 7838780. OLE color: 7838780.
HSL color Cylindrical-coordinate representation of color #3C9C77: hue angle of 156.88º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C9C77 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 156 | 119 | - |
| CMYK | 0.62 | 0 | 0.24 | 0.39 |
| HSL | 156.88º | 0.44% | 0.42% | - |
| HSV(B) | 156.88º | 0.62% | 0.61% | - |
| XYZ | 17.08 | 26.07 | 21.58 | - |
| YUV | 123.08 | 125.7 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 156 | 119 | 0.62 | 0 | 0.24 | 0.39 | 156.88 | 0.44 | 0.42 |
| Hex | 3C | 9C | 77 | 3E | 0 | 18 | 27 | 9D | 2C | 2A |
| Octal | 74 | 234 | 167 | 76 | 0 | 30 | 47 | 235 | 54 | 52 |
| Binary | 111100 | 10011100 | 1110111 | 111110 | 0 | 11000 | 100111 | 10011101 | 101100 | 101010 |
Color Harmonies of #3C9C77
Complementary color
Monochromatic Colors of #3C9C77
Black with #3C9C77
Text Example
Text Example
White with #3C9C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9C77; }
p { color: rgb(60,156,119); }
H1.HeaderClassName
{
color: #3C9C77;
}
.AnyTagClassName
{
color: #3C9C77;
}
</style>
background-color css
<style>
a { background-color: #3C9C77; }
a { background-color: rgb(60,156,119); }
div.DivClassName
{
background-color: #3C9C77;
}
.BgClassName
{
background-color: #3C9C77;
}
</style>
border-color css
<style>
span { border-color: #3C9C77; }
span { border-color: rgb(60,156,119); }
td.TdClassName
{
border-color: #3C9C77;
}
.TagClassName
{
border-color: #3C9C77;
}
</style>