Shades of Gossamer #3DB18B
Tints of Gossamer #3DB18B
RGB
CMYK
RGB Variations
Color information
#3DB18B (or 0x3DB18B) is known color: Gossamer. HEX triplet: 3D, B1 and 8B. RGB value is (61,177,139). Sum of RGB (Red+Green+Blue) = 61+177+139=377 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.18% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 177 - color contains mainly: green. Hex color #3DB18B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DB18B is #C24E74. Grayscale: #8A8A8A. Windows color (decimal): -12734069 or 9154877. OLE color: 9154877.
HSL color Cylindrical-coordinate representation of color #3DB18B: hue angle of 160.34º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB18B is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 177 | 139 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.31 |
| HSL | 160.34º | 0.49% | 0.47% | - |
| HSV(B) | 160.34º | 0.66% | 0.69% | - |
| XYZ | 22.31 | 34.3 | 29.87 | - |
| YUV | 137.98 | 128.57 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 177 | 139 | 0.66 | 0 | 0.21 | 0.31 | 160.34 | 0.49 | 0.47 |
| Hex | 3D | B1 | 8B | 42 | 0 | 15 | 1F | A0 | 31 | 2F |
| Octal | 75 | 261 | 213 | 102 | 0 | 25 | 37 | 240 | 61 | 57 |
| Binary | 111101 | 10110001 | 10001011 | 1000010 | 0 | 10101 | 11111 | 10100000 | 110001 | 101111 |
Color Harmonies of #3DB18B
Complementary color
Monochromatic Colors of #3DB18B
Black with #3DB18B
Text Example
Text Example
White with #3DB18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB18B; }
p { color: rgb(61,177,139); }
H1.HeaderClassName
{
color: #3DB18B;
}
.AnyTagClassName
{
color: #3DB18B;
}
</style>
background-color css
<style>
a { background-color: #3DB18B; }
a { background-color: rgb(61,177,139); }
div.DivClassName
{
background-color: #3DB18B;
}
.BgClassName
{
background-color: #3DB18B;
}
</style>
border-color css
<style>
span { border-color: #3DB18B; }
span { border-color: rgb(61,177,139); }
td.TdClassName
{
border-color: #3DB18B;
}
.TagClassName
{
border-color: #3DB18B;
}
</style>