Shades of Gossamer #3C9581
Tints of Gossamer #3C9581
RGB
CMYK
RGB Variations
Color information
#3C9581 (or 0x3C9581) is known color: Gossamer. HEX triplet: 3C, 95 and 81. RGB value is (60,149,129). Sum of RGB (Red+Green+Blue) = 60+149+129=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #3C9581 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9581 is #C36A7E. Grayscale: #787878. Windows color (decimal): -12806783 or 8492348. OLE color: 8492348.
HSL color Cylindrical-coordinate representation of color #3C9581: hue angle of 166.52º 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 #3C9581 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 149 | 129 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.42 |
| HSL | 166.52º | 0.43% | 0.41% | - |
| HSV(B) | 166.52º | 0.6% | 0.58% | - |
| XYZ | 16.57 | 24.04 | 24.54 | - |
| YUV | 120.11 | 133.01 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 149 | 129 | 0.60 | 0 | 0.13 | 0.42 | 166.52 | 0.43 | 0.41 |
| Hex | 3C | 95 | 81 | 3C | 0 | D | 2A | A7 | 2B | 29 |
| Octal | 74 | 225 | 201 | 74 | 0 | 15 | 52 | 247 | 53 | 51 |
| Binary | 111100 | 10010101 | 10000001 | 111100 | 0 | 1101 | 101010 | 10100111 | 101011 | 101001 |
Color Harmonies of #3C9581
Complementary color
Monochromatic Colors of #3C9581
Black with #3C9581
Text Example
Text Example
White with #3C9581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9581; }
p { color: rgb(60,149,129); }
H1.HeaderClassName
{
color: #3C9581;
}
.AnyTagClassName
{
color: #3C9581;
}
</style>
background-color css
<style>
a { background-color: #3C9581; }
a { background-color: rgb(60,149,129); }
div.DivClassName
{
background-color: #3C9581;
}
.BgClassName
{
background-color: #3C9581;
}
</style>
border-color css
<style>
span { border-color: #3C9581; }
span { border-color: rgb(60,149,129); }
td.TdClassName
{
border-color: #3C9581;
}
.TagClassName
{
border-color: #3C9581;
}
</style>