Shades of Gossamer #3DA287
Tints of Gossamer #3DA287
RGB
CMYK
RGB Variations
Color information
#3DA287 (or 0x3DA287) is known color: Gossamer. HEX triplet: 3D, A2 and 87. RGB value is (61,162,135). Sum of RGB (Red+Green+Blue) = 61+162+135=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 162 - color contains mainly: green. Hex color #3DA287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA287 is #C25D78. Grayscale: #808080. Windows color (decimal): -12737913 or 8888893. OLE color: 8888893.
HSL color Cylindrical-coordinate representation of color #3DA287: hue angle of 163.96º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA287 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 162 | 135 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.36 |
| HSL | 163.96º | 0.45% | 0.44% | - |
| HSV(B) | 163.96º | 0.62% | 0.64% | - |
| XYZ | 19.22 | 28.58 | 27.43 | - |
| YUV | 128.72 | 131.54 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 162 | 135 | 0.62 | 0 | 0.17 | 0.36 | 163.96 | 0.45 | 0.44 |
| Hex | 3D | A2 | 87 | 3E | 0 | 11 | 24 | A4 | 2D | 2C |
| Octal | 75 | 242 | 207 | 76 | 0 | 21 | 44 | 244 | 55 | 54 |
| Binary | 111101 | 10100010 | 10000111 | 111110 | 0 | 10001 | 100100 | 10100100 | 101101 | 101100 |
Color Harmonies of #3DA287
Complementary color
Monochromatic Colors of #3DA287
Black with #3DA287
Text Example
Text Example
White with #3DA287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA287; }
p { color: rgb(61,162,135); }
H1.HeaderClassName
{
color: #3DA287;
}
.AnyTagClassName
{
color: #3DA287;
}
</style>
background-color css
<style>
a { background-color: #3DA287; }
a { background-color: rgb(61,162,135); }
div.DivClassName
{
background-color: #3DA287;
}
.BgClassName
{
background-color: #3DA287;
}
</style>
border-color css
<style>
span { border-color: #3DA287; }
span { border-color: rgb(61,162,135); }
td.TdClassName
{
border-color: #3DA287;
}
.TagClassName
{
border-color: #3DA287;
}
</style>