Shades of Gossamer #3C957A
Tints of Gossamer #3C957A
RGB
CMYK
RGB Variations
Color information
#3C957A (or 0x3C957A) is known color: Gossamer. HEX triplet: 3C, 95 and 7A. RGB value is (60,149,122). Sum of RGB (Red+Green+Blue) = 60+149+122=331 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.13% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #3C957A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C957A is #C36A85. Grayscale: #777777. Windows color (decimal): -12806790 or 8033596. OLE color: 8033596.
HSL color Cylindrical-coordinate representation of color #3C957A: hue angle of 161.8º 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 #3C957A is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 149 | 122 | - |
| CMYK | 0.60 | 0 | 0.18 | 0.42 |
| HSL | 161.8º | 0.43% | 0.41% | - |
| HSV(B) | 161.8º | 0.6% | 0.58% | - |
| XYZ | 16.12 | 23.86 | 22.17 | - |
| YUV | 119.31 | 129.51 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 149 | 122 | 0.60 | 0 | 0.18 | 0.42 | 161.8 | 0.43 | 0.41 |
| Hex | 3C | 95 | 7A | 3C | 0 | 12 | 2A | A2 | 2B | 29 |
| Octal | 74 | 225 | 172 | 74 | 0 | 22 | 52 | 242 | 53 | 51 |
| Binary | 111100 | 10010101 | 1111010 | 111100 | 0 | 10010 | 101010 | 10100010 | 101011 | 101001 |
Color Harmonies of #3C957A
Complementary color
Monochromatic Colors of #3C957A
Black with #3C957A
Text Example
Text Example
White with #3C957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C957A; }
p { color: rgb(60,149,122); }
H1.HeaderClassName
{
color: #3C957A;
}
.AnyTagClassName
{
color: #3C957A;
}
</style>
background-color css
<style>
a { background-color: #3C957A; }
a { background-color: rgb(60,149,122); }
div.DivClassName
{
background-color: #3C957A;
}
.BgClassName
{
background-color: #3C957A;
}
</style>
border-color css
<style>
span { border-color: #3C957A; }
span { border-color: rgb(60,149,122); }
td.TdClassName
{
border-color: #3C957A;
}
.TagClassName
{
border-color: #3C957A;
}
</style>