Shades of Gossamer #3D9B7F
Tints of Gossamer #3D9B7F
RGB
CMYK
RGB Variations
Color information
#3D9B7F (or 0x3D9B7F) is known color: Gossamer. HEX triplet: 3D, 9B and 7F. RGB value is (61,155,127). Sum of RGB (Red+Green+Blue) = 61+155+127=343 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.78% from 343); Green value is 155 (60.94% from 255 or 45.19% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 155 - color contains mainly: green. Hex color #3D9B7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9B7F is #C26480. Grayscale: #7B7B7B. Windows color (decimal): -12739713 or 8362813. OLE color: 8362813.
HSL color Cylindrical-coordinate representation of color #3D9B7F: hue angle of 162.13º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D9B7F is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 61 | 155 | 127 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.39 |
| HSL | 162.13º | 0.44% | 0.42% | - |
| HSV(B) | 162.13º | 0.61% | 0.61% | - |
| XYZ | 17.48 | 25.97 | 24.17 | - |
| YUV | 123.7 | 129.86 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 155 | 127 | 0.61 | 0 | 0.18 | 0.39 | 162.13 | 0.44 | 0.42 |
| Hex | 3D | 9B | 7F | 3D | 0 | 12 | 27 | A2 | 2C | 2A |
| Octal | 75 | 233 | 177 | 75 | 0 | 22 | 47 | 242 | 54 | 52 |
| Binary | 111101 | 10011011 | 1111111 | 111101 | 0 | 10010 | 100111 | 10100010 | 101100 | 101010 |
Color Harmonies of #3D9B7F
Complementary color
Monochromatic Colors of #3D9B7F
Black with #3D9B7F
Text Example
Text Example
White with #3D9B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9B7F; }
p { color: rgb(61,155,127); }
H1.HeaderClassName
{
color: #3D9B7F;
}
.AnyTagClassName
{
color: #3D9B7F;
}
</style>
background-color css
<style>
a { background-color: #3D9B7F; }
a { background-color: rgb(61,155,127); }
div.DivClassName
{
background-color: #3D9B7F;
}
.BgClassName
{
background-color: #3D9B7F;
}
</style>
border-color css
<style>
span { border-color: #3D9B7F; }
span { border-color: rgb(61,155,127); }
td.TdClassName
{
border-color: #3D9B7F;
}
.TagClassName
{
border-color: #3D9B7F;
}
</style>