Shades of Gossamer #3D957C
Tints of Gossamer #3D957C
RGB
CMYK
RGB Variations
Color information
#3D957C (or 0x3D957C) is known color: Gossamer. HEX triplet: 3D, 95 and 7C. RGB value is (61,149,124). Sum of RGB (Red+Green+Blue) = 61+149+124=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #3D957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D957C is #C26A83. Grayscale: #777777. Windows color (decimal): -12741252 or 8164669. OLE color: 8164669.
HSL color Cylindrical-coordinate representation of color #3D957C: hue angle of 162.95º 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 #3D957C is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 149 | 124 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.42 |
| HSL | 162.95º | 0.42% | 0.41% | - |
| HSV(B) | 162.95º | 0.59% | 0.58% | - |
| XYZ | 16.31 | 23.94 | 22.83 | - |
| YUV | 119.84 | 130.35 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 149 | 124 | 0.59 | 0 | 0.17 | 0.42 | 162.95 | 0.42 | 0.41 |
| Hex | 3D | 95 | 7C | 3B | 0 | 11 | 2A | A3 | 2A | 29 |
| Octal | 75 | 225 | 174 | 73 | 0 | 21 | 52 | 243 | 52 | 51 |
| Binary | 111101 | 10010101 | 1111100 | 111011 | 0 | 10001 | 101010 | 10100011 | 101010 | 101001 |
Color Harmonies of #3D957C
Complementary color
Monochromatic Colors of #3D957C
Black with #3D957C
Text Example
Text Example
White with #3D957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D957C; }
p { color: rgb(61,149,124); }
H1.HeaderClassName
{
color: #3D957C;
}
.AnyTagClassName
{
color: #3D957C;
}
</style>
background-color css
<style>
a { background-color: #3D957C; }
a { background-color: rgb(61,149,124); }
div.DivClassName
{
background-color: #3D957C;
}
.BgClassName
{
background-color: #3D957C;
}
</style>
border-color css
<style>
span { border-color: #3D957C; }
span { border-color: rgb(61,149,124); }
td.TdClassName
{
border-color: #3D957C;
}
.TagClassName
{
border-color: #3D957C;
}
</style>