Shades of Gossamer #3DA18D
Tints of Gossamer #3DA18D
RGB
CMYK
RGB Variations
Color information
#3DA18D (or 0x3DA18D) is known color: Gossamer. HEX triplet: 3D, A1 and 8D. RGB value is (61,161,141). Sum of RGB (Red+Green+Blue) = 61+161+141=363 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.80% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 161 - color contains mainly: green. Hex color #3DA18D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA18D is #C25E72. Grayscale: #808080. Windows color (decimal): -12738163 or 9281853. OLE color: 9281853.
HSL color Cylindrical-coordinate representation of color #3DA18D: hue angle of 168º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA18D is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 161 | 141 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.37 |
| HSL | 168º | 0.45% | 0.44% | - |
| HSV(B) | 168º | 0.62% | 0.63% | - |
| XYZ | 19.48 | 28.4 | 29.66 | - |
| YUV | 128.82 | 134.87 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 161 | 141 | 0.62 | 0 | 0.12 | 0.37 | 168 | 0.45 | 0.44 |
| Hex | 3D | A1 | 8D | 3E | 0 | C | 25 | A8 | 2D | 2C |
| Octal | 75 | 241 | 215 | 76 | 0 | 14 | 45 | 250 | 55 | 54 |
| Binary | 111101 | 10100001 | 10001101 | 111110 | 0 | 1100 | 100101 | 10101000 | 101101 | 101100 |
Color Harmonies of #3DA18D
Complementary color
Monochromatic Colors of #3DA18D
Black with #3DA18D
Text Example
Text Example
White with #3DA18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA18D; }
p { color: rgb(61,161,141); }
H1.HeaderClassName
{
color: #3DA18D;
}
.AnyTagClassName
{
color: #3DA18D;
}
</style>
background-color css
<style>
a { background-color: #3DA18D; }
a { background-color: rgb(61,161,141); }
div.DivClassName
{
background-color: #3DA18D;
}
.BgClassName
{
background-color: #3DA18D;
}
</style>
border-color css
<style>
span { border-color: #3DA18D; }
span { border-color: rgb(61,161,141); }
td.TdClassName
{
border-color: #3DA18D;
}
.TagClassName
{
border-color: #3DA18D;
}
</style>