Shades of Gossamer #3DA58D
Tints of Gossamer #3DA58D
RGB
CMYK
RGB Variations
Color information
#3DA58D (or 0x3DA58D) is known color: Gossamer. HEX triplet: 3D, A5 and 8D. RGB value is (61,165,141). Sum of RGB (Red+Green+Blue) = 61+165+141=367 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.62% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 165 - color contains mainly: green. Hex color #3DA58D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA58D is #C25A72. Grayscale: #838383. Windows color (decimal): -12737139 or 9282877. OLE color: 9282877.
HSL color Cylindrical-coordinate representation of color #3DA58D: hue angle of 166.15º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA58D is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 61 | 165 | 141 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.35 |
| HSL | 166.15º | 0.46% | 0.44% | - |
| HSV(B) | 166.15º | 0.63% | 0.65% | - |
| XYZ | 20.19 | 29.83 | 29.89 | - |
| YUV | 131.17 | 133.54 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 165 | 141 | 0.63 | 0 | 0.15 | 0.35 | 166.15 | 0.46 | 0.44 |
| Hex | 3D | A5 | 8D | 3F | 0 | F | 23 | A6 | 2E | 2C |
| Octal | 75 | 245 | 215 | 77 | 0 | 17 | 43 | 246 | 56 | 54 |
| Binary | 111101 | 10100101 | 10001101 | 111111 | 0 | 1111 | 100011 | 10100110 | 101110 | 101100 |
Color Harmonies of #3DA58D
Complementary color
Monochromatic Colors of #3DA58D
Black with #3DA58D
Text Example
Text Example
White with #3DA58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA58D; }
p { color: rgb(61,165,141); }
H1.HeaderClassName
{
color: #3DA58D;
}
.AnyTagClassName
{
color: #3DA58D;
}
</style>
background-color css
<style>
a { background-color: #3DA58D; }
a { background-color: rgb(61,165,141); }
div.DivClassName
{
background-color: #3DA58D;
}
.BgClassName
{
background-color: #3DA58D;
}
</style>
border-color css
<style>
span { border-color: #3DA58D; }
span { border-color: rgb(61,165,141); }
td.TdClassName
{
border-color: #3DA58D;
}
.TagClassName
{
border-color: #3DA58D;
}
</style>