Shades of Gossamer #3E9775
Tints of Gossamer #3E9775
RGB
CMYK
RGB Variations
Color information
#3E9775 (or 0x3E9775) is known color: Gossamer. HEX triplet: 3E, 97 and 75. RGB value is (62,151,117). Sum of RGB (Red+Green+Blue) = 62+151+117=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 151 - color contains mainly: green. Hex color #3E9775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E9775 is #C1688A. Grayscale: #787878. Windows color (decimal): -12675211 or 7706430. OLE color: 7706430.
HSL color Cylindrical-coordinate representation of color #3E9775: hue angle of 157.08º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E9775 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 62 | 151 | 117 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.41 |
| HSL | 157.08º | 0.42% | 0.42% | - |
| HSV(B) | 157.08º | 0.59% | 0.59% | - |
| XYZ | 16.26 | 24.44 | 20.69 | - |
| YUV | 120.51 | 126.01 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 151 | 117 | 0.59 | 0 | 0.23 | 0.41 | 157.08 | 0.42 | 0.42 |
| Hex | 3E | 97 | 75 | 3B | 0 | 17 | 29 | 9D | 2A | 2A |
| Octal | 76 | 227 | 165 | 73 | 0 | 27 | 51 | 235 | 52 | 52 |
| Binary | 111110 | 10010111 | 1110101 | 111011 | 0 | 10111 | 101001 | 10011101 | 101010 | 101010 |
Color Harmonies of #3E9775
Complementary color
Monochromatic Colors of #3E9775
Black with #3E9775
Text Example
Text Example
White with #3E9775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9775; }
p { color: rgb(62,151,117); }
H1.HeaderClassName
{
color: #3E9775;
}
.AnyTagClassName
{
color: #3E9775;
}
</style>
background-color css
<style>
a { background-color: #3E9775; }
a { background-color: rgb(62,151,117); }
div.DivClassName
{
background-color: #3E9775;
}
.BgClassName
{
background-color: #3E9775;
}
</style>
border-color css
<style>
span { border-color: #3E9775; }
span { border-color: rgb(62,151,117); }
td.TdClassName
{
border-color: #3E9775;
}
.TagClassName
{
border-color: #3E9775;
}
</style>