Shades of Gossamer #3C9C78
Tints of Gossamer #3C9C78
RGB
CMYK
RGB Variations
Color information
#3C9C78 (or 0x3C9C78) is known color: Gossamer. HEX triplet: 3C, 9C and 78. RGB value is (60,156,120). Sum of RGB (Red+Green+Blue) = 60+156+120=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 156 - color contains mainly: green. Hex color #3C9C78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9C78 is #C36387. Grayscale: #7B7B7B. Windows color (decimal): -12805000 or 7904316. OLE color: 7904316.
HSL color Cylindrical-coordinate representation of color #3C9C78: hue angle of 157.5º 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 #3C9C78 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 156 | 120 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.39 |
| HSL | 157.5º | 0.44% | 0.42% | - |
| HSV(B) | 157.5º | 0.62% | 0.61% | - |
| XYZ | 17.14 | 26.09 | 21.9 | - |
| YUV | 123.19 | 126.2 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 156 | 120 | 0.62 | 0 | 0.23 | 0.39 | 157.5 | 0.44 | 0.42 |
| Hex | 3C | 9C | 78 | 3E | 0 | 17 | 27 | 9E | 2C | 2A |
| Octal | 74 | 234 | 170 | 76 | 0 | 27 | 47 | 236 | 54 | 52 |
| Binary | 111100 | 10011100 | 1111000 | 111110 | 0 | 10111 | 100111 | 10011110 | 101100 | 101010 |
Color Harmonies of #3C9C78
Complementary color
Monochromatic Colors of #3C9C78
Black with #3C9C78
Text Example
Text Example
White with #3C9C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9C78; }
p { color: rgb(60,156,120); }
H1.HeaderClassName
{
color: #3C9C78;
}
.AnyTagClassName
{
color: #3C9C78;
}
</style>
background-color css
<style>
a { background-color: #3C9C78; }
a { background-color: rgb(60,156,120); }
div.DivClassName
{
background-color: #3C9C78;
}
.BgClassName
{
background-color: #3C9C78;
}
</style>
border-color css
<style>
span { border-color: #3C9C78; }
span { border-color: rgb(60,156,120); }
td.TdClassName
{
border-color: #3C9C78;
}
.TagClassName
{
border-color: #3C9C78;
}
</style>