Shades of Gossamer #3B977A
Tints of Gossamer #3B977A
RGB
CMYK
RGB Variations
Color information
#3B977A (or 0x3B977A) is known color: Gossamer. HEX triplet: 3B, 97 and 7A. RGB value is (59,151,122). Sum of RGB (Red+Green+Blue) = 59+151+122=332 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.77% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 151 - color contains mainly: green. Hex color #3B977A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B977A is #C46885. Grayscale: #787878. Windows color (decimal): -12871814 or 8034107. OLE color: 8034107.
HSL color Cylindrical-coordinate representation of color #3B977A: hue angle of 161.09º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B977A is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 59 | 151 | 122 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.41 |
| HSL | 161.09º | 0.44% | 0.41% | - |
| HSV(B) | 161.09º | 0.61% | 0.59% | - |
| XYZ | 16.38 | 24.47 | 22.27 | - |
| YUV | 120.19 | 129.02 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 151 | 122 | 0.61 | 0 | 0.19 | 0.41 | 161.09 | 0.44 | 0.41 |
| Hex | 3B | 97 | 7A | 3D | 0 | 13 | 29 | A1 | 2C | 29 |
| Octal | 73 | 227 | 172 | 75 | 0 | 23 | 51 | 241 | 54 | 51 |
| Binary | 111011 | 10010111 | 1111010 | 111101 | 0 | 10011 | 101001 | 10100001 | 101100 | 101001 |
Color Harmonies of #3B977A
Complementary color
Monochromatic Colors of #3B977A
Black with #3B977A
Text Example
Text Example
White with #3B977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B977A; }
p { color: rgb(59,151,122); }
H1.HeaderClassName
{
color: #3B977A;
}
.AnyTagClassName
{
color: #3B977A;
}
</style>
background-color css
<style>
a { background-color: #3B977A; }
a { background-color: rgb(59,151,122); }
div.DivClassName
{
background-color: #3B977A;
}
.BgClassName
{
background-color: #3B977A;
}
</style>
border-color css
<style>
span { border-color: #3B977A; }
span { border-color: rgb(59,151,122); }
td.TdClassName
{
border-color: #3B977A;
}
.TagClassName
{
border-color: #3B977A;
}
</style>