Shades of Gossamer #3D957B
Tints of Gossamer #3D957B
RGB
CMYK
RGB Variations
Color information
#3D957B (or 0x3D957B) is known color: Gossamer. HEX triplet: 3D, 95 and 7B. RGB value is (61,149,123). Sum of RGB (Red+Green+Blue) = 61+149+123=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #3D957B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D957B is #C26A84. Grayscale: #777777. Windows color (decimal): -12741253 or 8099133. OLE color: 8099133.
HSL color Cylindrical-coordinate representation of color #3D957B: hue angle of 162.27º 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 #3D957B is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 149 | 123 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.42 |
| HSL | 162.27º | 0.42% | 0.41% | - |
| HSV(B) | 162.27º | 0.59% | 0.58% | - |
| XYZ | 16.25 | 23.92 | 22.5 | - |
| YUV | 119.72 | 129.85 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 149 | 123 | 0.59 | 0 | 0.17 | 0.42 | 162.27 | 0.42 | 0.41 |
| Hex | 3D | 95 | 7B | 3B | 0 | 11 | 2A | A2 | 2A | 29 |
| Octal | 75 | 225 | 173 | 73 | 0 | 21 | 52 | 242 | 52 | 51 |
| Binary | 111101 | 10010101 | 1111011 | 111011 | 0 | 10001 | 101010 | 10100010 | 101010 | 101001 |
Color Harmonies of #3D957B
Complementary color
Monochromatic Colors of #3D957B
Black with #3D957B
Text Example
Text Example
White with #3D957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D957B; }
p { color: rgb(61,149,123); }
H1.HeaderClassName
{
color: #3D957B;
}
.AnyTagClassName
{
color: #3D957B;
}
</style>
background-color css
<style>
a { background-color: #3D957B; }
a { background-color: rgb(61,149,123); }
div.DivClassName
{
background-color: #3D957B;
}
.BgClassName
{
background-color: #3D957B;
}
</style>
border-color css
<style>
span { border-color: #3D957B; }
span { border-color: rgb(61,149,123); }
td.TdClassName
{
border-color: #3D957B;
}
.TagClassName
{
border-color: #3D957B;
}
</style>