Shades of Gossamer #3DA392
Tints of Gossamer #3DA392
RGB
CMYK
RGB Variations
Color information
#3DA392 (or 0x3DA392) is known color: Gossamer. HEX triplet: 3D, A3 and 92. RGB value is (61,163,146). Sum of RGB (Red+Green+Blue) = 61+163+146=370 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.49% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 163 - color contains mainly: green. Hex color #3DA392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA392 is #C25C6D. Grayscale: #828282. Windows color (decimal): -12737646 or 9610045. OLE color: 9610045.
HSL color Cylindrical-coordinate representation of color #3DA392: hue angle of 170º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA392 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 163 | 146 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.36 |
| HSL | 170º | 0.46% | 0.44% | - |
| HSV(B) | 170º | 0.63% | 0.64% | - |
| XYZ | 20.21 | 29.26 | 31.78 | - |
| YUV | 130.56 | 136.71 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 163 | 146 | 0.63 | 0 | 0.10 | 0.36 | 170 | 0.46 | 0.44 |
| Hex | 3D | A3 | 92 | 3F | 0 | A | 24 | AA | 2E | 2C |
| Octal | 75 | 243 | 222 | 77 | 0 | 12 | 44 | 252 | 56 | 54 |
| Binary | 111101 | 10100011 | 10010010 | 111111 | 0 | 1010 | 100100 | 10101010 | 101110 | 101100 |
Color Harmonies of #3DA392
Complementary color
Monochromatic Colors of #3DA392
Black with #3DA392
Text Example
Text Example
White with #3DA392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA392; }
p { color: rgb(61,163,146); }
H1.HeaderClassName
{
color: #3DA392;
}
.AnyTagClassName
{
color: #3DA392;
}
</style>
background-color css
<style>
a { background-color: #3DA392; }
a { background-color: rgb(61,163,146); }
div.DivClassName
{
background-color: #3DA392;
}
.BgClassName
{
background-color: #3DA392;
}
</style>
border-color css
<style>
span { border-color: #3DA392; }
span { border-color: rgb(61,163,146); }
td.TdClassName
{
border-color: #3DA392;
}
.TagClassName
{
border-color: #3DA392;
}
</style>