Shades of Gossamer #3D957D
Tints of Gossamer #3D957D
RGB
CMYK
RGB Variations
Color information
#3D957D (or 0x3D957D) is known color: Gossamer. HEX triplet: 3D, 95 and 7D. RGB value is (61,149,125). Sum of RGB (Red+Green+Blue) = 61+149+125=335 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.21% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 149 - color contains mainly: green. Hex color #3D957D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D957D is #C26A82. Grayscale: #777777. Windows color (decimal): -12741251 or 8230205. OLE color: 8230205.
HSL color Cylindrical-coordinate representation of color #3D957D: hue angle of 163.64º 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 #3D957D is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 149 | 125 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.42 |
| HSL | 163.64º | 0.42% | 0.41% | - |
| HSV(B) | 163.64º | 0.59% | 0.58% | - |
| XYZ | 16.37 | 23.97 | 23.17 | - |
| YUV | 119.95 | 130.85 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 149 | 125 | 0.59 | 0 | 0.16 | 0.42 | 163.64 | 0.42 | 0.41 |
| Hex | 3D | 95 | 7D | 3B | 0 | 10 | 2A | A4 | 2A | 29 |
| Octal | 75 | 225 | 175 | 73 | 0 | 20 | 52 | 244 | 52 | 51 |
| Binary | 111101 | 10010101 | 1111101 | 111011 | 0 | 10000 | 101010 | 10100100 | 101010 | 101001 |
Color Harmonies of #3D957D
Complementary color
Monochromatic Colors of #3D957D
Black with #3D957D
Text Example
Text Example
White with #3D957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D957D; }
p { color: rgb(61,149,125); }
H1.HeaderClassName
{
color: #3D957D;
}
.AnyTagClassName
{
color: #3D957D;
}
</style>
background-color css
<style>
a { background-color: #3D957D; }
a { background-color: rgb(61,149,125); }
div.DivClassName
{
background-color: #3D957D;
}
.BgClassName
{
background-color: #3D957D;
}
</style>
border-color css
<style>
span { border-color: #3D957D; }
span { border-color: rgb(61,149,125); }
td.TdClassName
{
border-color: #3D957D;
}
.TagClassName
{
border-color: #3D957D;
}
</style>