Shades of Gossamer #3C947A
Tints of Gossamer #3C947A
RGB
CMYK
RGB Variations
Color information
#3C947A (or 0x3C947A) is known color: Gossamer. HEX triplet: 3C, 94 and 7A. RGB value is (60,148,122). Sum of RGB (Red+Green+Blue) = 60+148+122=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #3C947A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C947A is #C36B85. Grayscale: #767676. Windows color (decimal): -12807046 or 8033340. OLE color: 8033340.
HSL color Cylindrical-coordinate representation of color #3C947A: hue angle of 162.27º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C947A is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 148 | 122 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.42 |
| HSL | 162.27º | 0.42% | 0.41% | - |
| HSV(B) | 162.27º | 0.59% | 0.58% | - |
| XYZ | 15.97 | 23.55 | 22.12 | - |
| YUV | 118.72 | 129.85 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 148 | 122 | 0.59 | 0 | 0.18 | 0.42 | 162.27 | 0.42 | 0.41 |
| Hex | 3C | 94 | 7A | 3B | 0 | 12 | 2A | A2 | 2A | 29 |
| Octal | 74 | 224 | 172 | 73 | 0 | 22 | 52 | 242 | 52 | 51 |
| Binary | 111100 | 10010100 | 1111010 | 111011 | 0 | 10010 | 101010 | 10100010 | 101010 | 101001 |
Color Harmonies of #3C947A
Complementary color
Monochromatic Colors of #3C947A
Black with #3C947A
Text Example
Text Example
White with #3C947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C947A; }
p { color: rgb(60,148,122); }
H1.HeaderClassName
{
color: #3C947A;
}
.AnyTagClassName
{
color: #3C947A;
}
</style>
background-color css
<style>
a { background-color: #3C947A; }
a { background-color: rgb(60,148,122); }
div.DivClassName
{
background-color: #3C947A;
}
.BgClassName
{
background-color: #3C947A;
}
</style>
border-color css
<style>
span { border-color: #3C947A; }
span { border-color: rgb(60,148,122); }
td.TdClassName
{
border-color: #3C947A;
}
.TagClassName
{
border-color: #3C947A;
}
</style>