Shades of Gossamer #3DA37A
Tints of Gossamer #3DA37A
RGB
CMYK
RGB Variations
Color information
#3DA37A (or 0x3DA37A) is known color: Gossamer. HEX triplet: 3D, A3 and 7A. RGB value is (61,163,122). Sum of RGB (Red+Green+Blue) = 61+163+122=346 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.63% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 163 - color contains mainly: green. Hex color #3DA37A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA37A is #C25C85. Grayscale: #7F7F7F. Windows color (decimal): -12737670 or 8037181. OLE color: 8037181.
HSL color Cylindrical-coordinate representation of color #3DA37A: hue angle of 155.88º 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 #3DA37A is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 163 | 122 | - |
| CMYK | 0.63 | 0 | 0.25 | 0.36 |
| HSL | 155.88º | 0.46% | 0.44% | - |
| HSV(B) | 155.88º | 0.63% | 0.64% | - |
| XYZ | 18.53 | 28.59 | 22.95 | - |
| YUV | 127.83 | 124.71 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 163 | 122 | 0.63 | 0 | 0.25 | 0.36 | 155.88 | 0.46 | 0.44 |
| Hex | 3D | A3 | 7A | 3F | 0 | 19 | 24 | 9C | 2E | 2C |
| Octal | 75 | 243 | 172 | 77 | 0 | 31 | 44 | 234 | 56 | 54 |
| Binary | 111101 | 10100011 | 1111010 | 111111 | 0 | 11001 | 100100 | 10011100 | 101110 | 101100 |
Color Harmonies of #3DA37A
Complementary color
Monochromatic Colors of #3DA37A
Black with #3DA37A
Text Example
Text Example
White with #3DA37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA37A; }
p { color: rgb(61,163,122); }
H1.HeaderClassName
{
color: #3DA37A;
}
.AnyTagClassName
{
color: #3DA37A;
}
</style>
background-color css
<style>
a { background-color: #3DA37A; }
a { background-color: rgb(61,163,122); }
div.DivClassName
{
background-color: #3DA37A;
}
.BgClassName
{
background-color: #3DA37A;
}
</style>
border-color css
<style>
span { border-color: #3DA37A; }
span { border-color: rgb(61,163,122); }
td.TdClassName
{
border-color: #3DA37A;
}
.TagClassName
{
border-color: #3DA37A;
}
</style>