Shades of Gossamer #3DB28B
Tints of Gossamer #3DB28B
RGB
CMYK
RGB Variations
Color information
#3DB28B (or 0x3DB28B) is known color: Gossamer. HEX triplet: 3D, B2 and 8B. RGB value is (61,178,139). Sum of RGB (Red+Green+Blue) = 61+178+139=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 178 - color contains mainly: green. Hex color #3DB28B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DB28B is #C24D74. Grayscale: #8A8A8A. Windows color (decimal): -12733813 or 9155133. OLE color: 9155133.
HSL color Cylindrical-coordinate representation of color #3DB28B: hue angle of 160º 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 #3DB28B is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 178 | 139 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.30 |
| HSL | 160º | 0.49% | 0.47% | - |
| HSV(B) | 160º | 0.66% | 0.7% | - |
| XYZ | 22.51 | 34.7 | 29.94 | - |
| YUV | 138.57 | 128.24 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 178 | 139 | 0.66 | 0 | 0.22 | 0.30 | 160 | 0.49 | 0.47 |
| Hex | 3D | B2 | 8B | 42 | 0 | 16 | 1E | A0 | 31 | 2F |
| Octal | 75 | 262 | 213 | 102 | 0 | 26 | 36 | 240 | 61 | 57 |
| Binary | 111101 | 10110010 | 10001011 | 1000010 | 0 | 10110 | 11110 | 10100000 | 110001 | 101111 |
Color Harmonies of #3DB28B
Complementary color
Monochromatic Colors of #3DB28B
Black with #3DB28B
Text Example
Text Example
White with #3DB28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB28B; }
p { color: rgb(61,178,139); }
H1.HeaderClassName
{
color: #3DB28B;
}
.AnyTagClassName
{
color: #3DB28B;
}
</style>
background-color css
<style>
a { background-color: #3DB28B; }
a { background-color: rgb(61,178,139); }
div.DivClassName
{
background-color: #3DB28B;
}
.BgClassName
{
background-color: #3DB28B;
}
</style>
border-color css
<style>
span { border-color: #3DB28B; }
span { border-color: rgb(61,178,139); }
td.TdClassName
{
border-color: #3DB28B;
}
.TagClassName
{
border-color: #3DB28B;
}
</style>