Shades of Gossamer #3C957B
Tints of Gossamer #3C957B
RGB
CMYK
RGB Variations
Color information
#3C957B (or 0x3C957B) is known color: Gossamer. HEX triplet: 3C, 95 and 7B. RGB value is (60,149,123). Sum of RGB (Red+Green+Blue) = 60+149+123=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #3C957B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C957B is #C36A84. Grayscale: #777777. Windows color (decimal): -12806789 or 8099132. OLE color: 8099132.
HSL color Cylindrical-coordinate representation of color #3C957B: hue angle of 162.47º 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 #3C957B is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 149 | 123 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.42 |
| HSL | 162.47º | 0.43% | 0.41% | - |
| HSV(B) | 162.47º | 0.6% | 0.58% | - |
| XYZ | 16.19 | 23.89 | 22.5 | - |
| YUV | 119.43 | 130.01 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 149 | 123 | 0.60 | 0 | 0.17 | 0.42 | 162.47 | 0.43 | 0.41 |
| Hex | 3C | 95 | 7B | 3C | 0 | 11 | 2A | A2 | 2B | 29 |
| Octal | 74 | 225 | 173 | 74 | 0 | 21 | 52 | 242 | 53 | 51 |
| Binary | 111100 | 10010101 | 1111011 | 111100 | 0 | 10001 | 101010 | 10100010 | 101011 | 101001 |
Color Harmonies of #3C957B
Complementary color
Monochromatic Colors of #3C957B
Black with #3C957B
Text Example
Text Example
White with #3C957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C957B; }
p { color: rgb(60,149,123); }
H1.HeaderClassName
{
color: #3C957B;
}
.AnyTagClassName
{
color: #3C957B;
}
</style>
background-color css
<style>
a { background-color: #3C957B; }
a { background-color: rgb(60,149,123); }
div.DivClassName
{
background-color: #3C957B;
}
.BgClassName
{
background-color: #3C957B;
}
</style>
border-color css
<style>
span { border-color: #3C957B; }
span { border-color: rgb(60,149,123); }
td.TdClassName
{
border-color: #3C957B;
}
.TagClassName
{
border-color: #3C957B;
}
</style>