Shades of Gossamer #3E957B
Tints of Gossamer #3E957B
RGB
CMYK
RGB Variations
Color information
#3E957B (or 0x3E957B) is known color: Gossamer. HEX triplet: 3E, 95 and 7B. RGB value is (62,149,123). Sum of RGB (Red+Green+Blue) = 62+149+123=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #3E957B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E957B is #C16A84. Grayscale: #787878. Windows color (decimal): -12675717 or 8099134. OLE color: 8099134.
HSL color Cylindrical-coordinate representation of color #3E957B: hue angle of 162.07º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E957B is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 149 | 123 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.42 |
| HSL | 162.07º | 0.41% | 0.41% | - |
| HSV(B) | 162.07º | 0.58% | 0.58% | - |
| XYZ | 16.31 | 23.95 | 22.5 | - |
| YUV | 120.02 | 129.68 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 149 | 123 | 0.58 | 0 | 0.17 | 0.42 | 162.07 | 0.41 | 0.41 |
| Hex | 3E | 95 | 7B | 3A | 0 | 11 | 2A | A2 | 29 | 29 |
| Octal | 76 | 225 | 173 | 72 | 0 | 21 | 52 | 242 | 51 | 51 |
| Binary | 111110 | 10010101 | 1111011 | 111010 | 0 | 10001 | 101010 | 10100010 | 101001 | 101001 |
Color Harmonies of #3E957B
Complementary color
Monochromatic Colors of #3E957B
Black with #3E957B
Text Example
Text Example
White with #3E957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E957B; }
p { color: rgb(62,149,123); }
H1.HeaderClassName
{
color: #3E957B;
}
.AnyTagClassName
{
color: #3E957B;
}
</style>
background-color css
<style>
a { background-color: #3E957B; }
a { background-color: rgb(62,149,123); }
div.DivClassName
{
background-color: #3E957B;
}
.BgClassName
{
background-color: #3E957B;
}
</style>
border-color css
<style>
span { border-color: #3E957B; }
span { border-color: rgb(62,149,123); }
td.TdClassName
{
border-color: #3E957B;
}
.TagClassName
{
border-color: #3E957B;
}
</style>