Shades of Gossamer #3DA37F
Tints of Gossamer #3DA37F
RGB
CMYK
RGB Variations
Color information
#3DA37F (or 0x3DA37F) is known color: Gossamer. HEX triplet: 3D, A3 and 7F. RGB value is (61,163,127). Sum of RGB (Red+Green+Blue) = 61+163+127=351 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.38% from 351); Green value is 163 (64.06% from 255 or 46.44% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 163 - color contains mainly: green. Hex color #3DA37F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA37F is #C25C80. Grayscale: #808080. Windows color (decimal): -12737665 or 8364861. OLE color: 8364861.
HSL color Cylindrical-coordinate representation of color #3DA37F: hue angle of 158.82º 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 #3DA37F is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 163 | 127 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.36 |
| HSL | 158.82º | 0.46% | 0.44% | - |
| HSV(B) | 158.82º | 0.63% | 0.64% | - |
| XYZ | 18.85 | 28.72 | 24.63 | - |
| YUV | 128.4 | 127.21 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 163 | 127 | 0.63 | 0 | 0.22 | 0.36 | 158.82 | 0.46 | 0.44 |
| Hex | 3D | A3 | 7F | 3F | 0 | 16 | 24 | 9F | 2E | 2C |
| Octal | 75 | 243 | 177 | 77 | 0 | 26 | 44 | 237 | 56 | 54 |
| Binary | 111101 | 10100011 | 1111111 | 111111 | 0 | 10110 | 100100 | 10011111 | 101110 | 101100 |
Color Harmonies of #3DA37F
Complementary color
Monochromatic Colors of #3DA37F
Black with #3DA37F
Text Example
Text Example
White with #3DA37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA37F; }
p { color: rgb(61,163,127); }
H1.HeaderClassName
{
color: #3DA37F;
}
.AnyTagClassName
{
color: #3DA37F;
}
</style>
background-color css
<style>
a { background-color: #3DA37F; }
a { background-color: rgb(61,163,127); }
div.DivClassName
{
background-color: #3DA37F;
}
.BgClassName
{
background-color: #3DA37F;
}
</style>
border-color css
<style>
span { border-color: #3DA37F; }
span { border-color: rgb(61,163,127); }
td.TdClassName
{
border-color: #3DA37F;
}
.TagClassName
{
border-color: #3DA37F;
}
</style>