Shades of Gossamer #3DA692
Tints of Gossamer #3DA692
RGB
CMYK
RGB Variations
Color information
#3DA692 (or 0x3DA692) is known color: Gossamer. HEX triplet: 3D, A6 and 92. RGB value is (61,166,146). Sum of RGB (Red+Green+Blue) = 61+166+146=373 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.35% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 166 - color contains mainly: green. Hex color #3DA692 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA692 is #C2596D. Grayscale: #848484. Windows color (decimal): -12736878 or 9610813. OLE color: 9610813.
HSL color Cylindrical-coordinate representation of color #3DA692: hue angle of 168.57º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA692 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 61 | 166 | 146 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.35 |
| HSL | 168.57º | 0.46% | 0.45% | - |
| HSV(B) | 168.57º | 0.63% | 0.65% | - |
| XYZ | 20.75 | 30.34 | 31.96 | - |
| YUV | 132.33 | 135.71 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 166 | 146 | 0.63 | 0 | 0.12 | 0.35 | 168.57 | 0.46 | 0.45 |
| Hex | 3D | A6 | 92 | 3F | 0 | C | 23 | A9 | 2E | 2D |
| Octal | 75 | 246 | 222 | 77 | 0 | 14 | 43 | 251 | 56 | 55 |
| Binary | 111101 | 10100110 | 10010010 | 111111 | 0 | 1100 | 100011 | 10101001 | 101110 | 101101 |
Color Harmonies of #3DA692
Complementary color
Monochromatic Colors of #3DA692
Black with #3DA692
Text Example
Text Example
White with #3DA692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA692; }
p { color: rgb(61,166,146); }
H1.HeaderClassName
{
color: #3DA692;
}
.AnyTagClassName
{
color: #3DA692;
}
</style>
background-color css
<style>
a { background-color: #3DA692; }
a { background-color: rgb(61,166,146); }
div.DivClassName
{
background-color: #3DA692;
}
.BgClassName
{
background-color: #3DA692;
}
</style>
border-color css
<style>
span { border-color: #3DA692; }
span { border-color: rgb(61,166,146); }
td.TdClassName
{
border-color: #3DA692;
}
.TagClassName
{
border-color: #3DA692;
}
</style>