Shades of Gossamer #3DB38D
Tints of Gossamer #3DB38D
RGB
CMYK
RGB Variations
Color information
#3DB38D (or 0x3DB38D) is known color: Gossamer. HEX triplet: 3D, B3 and 8D. RGB value is (61,179,141). Sum of RGB (Red+Green+Blue) = 61+179+141=381 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.01% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #3DB38D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB38D is #C24C72. Grayscale: #8B8B8B. Windows color (decimal): -12733555 or 9286461. OLE color: 9286461.
HSL color Cylindrical-coordinate representation of color #3DB38D: hue angle of 160.68º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB38D is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 179 | 141 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.30 |
| HSL | 160.68º | 0.49% | 0.47% | - |
| HSV(B) | 160.68º | 0.66% | 0.7% | - |
| XYZ | 22.85 | 35.16 | 30.78 | - |
| YUV | 139.39 | 128.91 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 179 | 141 | 0.66 | 0 | 0.21 | 0.30 | 160.68 | 0.49 | 0.47 |
| Hex | 3D | B3 | 8D | 42 | 0 | 15 | 1E | A1 | 31 | 2F |
| Octal | 75 | 263 | 215 | 102 | 0 | 25 | 36 | 241 | 61 | 57 |
| Binary | 111101 | 10110011 | 10001101 | 1000010 | 0 | 10101 | 11110 | 10100001 | 110001 | 101111 |
Color Harmonies of #3DB38D
Complementary color
Monochromatic Colors of #3DB38D
Black with #3DB38D
Text Example
Text Example
White with #3DB38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB38D; }
p { color: rgb(61,179,141); }
H1.HeaderClassName
{
color: #3DB38D;
}
.AnyTagClassName
{
color: #3DB38D;
}
</style>
background-color css
<style>
a { background-color: #3DB38D; }
a { background-color: rgb(61,179,141); }
div.DivClassName
{
background-color: #3DB38D;
}
.BgClassName
{
background-color: #3DB38D;
}
</style>
border-color css
<style>
span { border-color: #3DB38D; }
span { border-color: rgb(61,179,141); }
td.TdClassName
{
border-color: #3DB38D;
}
.TagClassName
{
border-color: #3DB38D;
}
</style>