Shades of Gossamer #3A9775
Tints of Gossamer #3A9775
RGB
CMYK
RGB Variations
Color information
#3A9775 (or 0x3A9775) is known color: Gossamer. HEX triplet: 3A, 97 and 75. RGB value is (58,151,117). Sum of RGB (Red+Green+Blue) = 58+151+117=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 151 (59.38% from 255 or 46.32% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 151 - color contains mainly: green. Hex color #3A9775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9775 is #C5688A. Grayscale: #777777. Windows color (decimal): -12937355 or 7706426. OLE color: 7706426.
HSL color Cylindrical-coordinate representation of color #3A9775: hue angle of 158.06º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A9775 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 58 | 151 | 117 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.41 |
| HSL | 158.06º | 0.44% | 0.41% | - |
| HSV(B) | 158.06º | 0.62% | 0.59% | - |
| XYZ | 16.02 | 24.32 | 20.68 | - |
| YUV | 119.32 | 126.69 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 151 | 117 | 0.62 | 0 | 0.23 | 0.41 | 158.06 | 0.44 | 0.41 |
| Hex | 3A | 97 | 75 | 3E | 0 | 17 | 29 | 9E | 2C | 29 |
| Octal | 72 | 227 | 165 | 76 | 0 | 27 | 51 | 236 | 54 | 51 |
| Binary | 111010 | 10010111 | 1110101 | 111110 | 0 | 10111 | 101001 | 10011110 | 101100 | 101001 |
Color Harmonies of #3A9775
Complementary color
Monochromatic Colors of #3A9775
Black with #3A9775
Text Example
Text Example
White with #3A9775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9775; }
p { color: rgb(58,151,117); }
H1.HeaderClassName
{
color: #3A9775;
}
.AnyTagClassName
{
color: #3A9775;
}
</style>
background-color css
<style>
a { background-color: #3A9775; }
a { background-color: rgb(58,151,117); }
div.DivClassName
{
background-color: #3A9775;
}
.BgClassName
{
background-color: #3A9775;
}
</style>
border-color css
<style>
span { border-color: #3A9775; }
span { border-color: rgb(58,151,117); }
td.TdClassName
{
border-color: #3A9775;
}
.TagClassName
{
border-color: #3A9775;
}
</style>