Shades of Gossamer #3DB287
Tints of Gossamer #3DB287
RGB
CMYK
RGB Variations
Color information
#3DB287 (or 0x3DB287) is known color: Gossamer. HEX triplet: 3D, B2 and 87. RGB value is (61,178,135). Sum of RGB (Red+Green+Blue) = 61+178+135=374 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.31% from 374); Green value is 178 (69.92% from 255 or 47.59% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 178 - color contains mainly: green. Hex color #3DB287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DB287 is #C24D78. Grayscale: #8A8A8A. Windows color (decimal): -12733817 or 8892989. OLE color: 8892989.
HSL color Cylindrical-coordinate representation of color #3DB287: hue angle of 157.95º 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 #3DB287 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 178 | 135 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.30 |
| HSL | 157.95º | 0.49% | 0.47% | - |
| HSV(B) | 157.95º | 0.66% | 0.7% | - |
| XYZ | 22.22 | 34.58 | 28.43 | - |
| YUV | 138.12 | 126.24 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 178 | 135 | 0.66 | 0 | 0.24 | 0.30 | 157.95 | 0.49 | 0.47 |
| Hex | 3D | B2 | 87 | 42 | 0 | 18 | 1E | 9E | 31 | 2F |
| Octal | 75 | 262 | 207 | 102 | 0 | 30 | 36 | 236 | 61 | 57 |
| Binary | 111101 | 10110010 | 10000111 | 1000010 | 0 | 11000 | 11110 | 10011110 | 110001 | 101111 |
Color Harmonies of #3DB287
Complementary color
Monochromatic Colors of #3DB287
Black with #3DB287
Text Example
Text Example
White with #3DB287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB287; }
p { color: rgb(61,178,135); }
H1.HeaderClassName
{
color: #3DB287;
}
.AnyTagClassName
{
color: #3DB287;
}
</style>
background-color css
<style>
a { background-color: #3DB287; }
a { background-color: rgb(61,178,135); }
div.DivClassName
{
background-color: #3DB287;
}
.BgClassName
{
background-color: #3DB287;
}
</style>
border-color css
<style>
span { border-color: #3DB287; }
span { border-color: rgb(61,178,135); }
td.TdClassName
{
border-color: #3DB287;
}
.TagClassName
{
border-color: #3DB287;
}
</style>