Shades of Gossamer #3DA382
Tints of Gossamer #3DA382
RGB
CMYK
RGB Variations
Color information
#3DA382 (or 0x3DA382) is known color: Gossamer. HEX triplet: 3D, A3 and 82. RGB value is (61,163,130). Sum of RGB (Red+Green+Blue) = 61+163+130=354 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.23% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 163 - color contains mainly: green. Hex color #3DA382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA382 is #C25C7D. Grayscale: #808080. Windows color (decimal): -12737662 or 8561469. OLE color: 8561469.
HSL color Cylindrical-coordinate representation of color #3DA382: hue angle of 160.59º 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 #3DA382 is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 163 | 130 | - |
| CMYK | 0.63 | 0 | 0.20 | 0.36 |
| HSL | 160.59º | 0.46% | 0.44% | - |
| HSV(B) | 160.59º | 0.63% | 0.64% | - |
| XYZ | 19.05 | 28.8 | 25.67 | - |
| YUV | 128.74 | 128.71 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 163 | 130 | 0.63 | 0 | 0.20 | 0.36 | 160.59 | 0.46 | 0.44 |
| Hex | 3D | A3 | 82 | 3F | 0 | 14 | 24 | A1 | 2E | 2C |
| Octal | 75 | 243 | 202 | 77 | 0 | 24 | 44 | 241 | 56 | 54 |
| Binary | 111101 | 10100011 | 10000010 | 111111 | 0 | 10100 | 100100 | 10100001 | 101110 | 101100 |
Color Harmonies of #3DA382
Complementary color
Monochromatic Colors of #3DA382
Black with #3DA382
Text Example
Text Example
White with #3DA382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA382; }
p { color: rgb(61,163,130); }
H1.HeaderClassName
{
color: #3DA382;
}
.AnyTagClassName
{
color: #3DA382;
}
</style>
background-color css
<style>
a { background-color: #3DA382; }
a { background-color: rgb(61,163,130); }
div.DivClassName
{
background-color: #3DA382;
}
.BgClassName
{
background-color: #3DA382;
}
</style>
border-color css
<style>
span { border-color: #3DA382; }
span { border-color: rgb(61,163,130); }
td.TdClassName
{
border-color: #3DA382;
}
.TagClassName
{
border-color: #3DA382;
}
</style>