Shades of Gossamer #3A9589
Tints of Gossamer #3A9589
RGB
CMYK
RGB Variations
Color information
#3A9589 (or 0x3A9589) is known color: Gossamer. HEX triplet: 3A, 95 and 89. RGB value is (58,149,137). Sum of RGB (Red+Green+Blue) = 58+149+137=344 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.86% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 149 - color contains mainly: green. Hex color #3A9589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9589 is #C56A76. Grayscale: #787878. Windows color (decimal): -12937847 or 9016634. OLE color: 9016634.
HSL color Cylindrical-coordinate representation of color #3A9589: hue angle of 172.09º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A9589 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 149 | 137 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.42 |
| HSL | 172.09º | 0.44% | 0.41% | - |
| HSV(B) | 172.09º | 0.61% | 0.58% | - |
| XYZ | 17.01 | 24.2 | 27.44 | - |
| YUV | 120.42 | 137.35 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 149 | 137 | 0.61 | 0 | 0.08 | 0.42 | 172.09 | 0.44 | 0.41 |
| Hex | 3A | 95 | 89 | 3D | 0 | 8 | 2A | AC | 2C | 29 |
| Octal | 72 | 225 | 211 | 75 | 0 | 10 | 52 | 254 | 54 | 51 |
| Binary | 111010 | 10010101 | 10001001 | 111101 | 0 | 1000 | 101010 | 10101100 | 101100 | 101001 |
Color Harmonies of #3A9589
Complementary color
Monochromatic Colors of #3A9589
Black with #3A9589
Text Example
Text Example
White with #3A9589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9589; }
p { color: rgb(58,149,137); }
H1.HeaderClassName
{
color: #3A9589;
}
.AnyTagClassName
{
color: #3A9589;
}
</style>
background-color css
<style>
a { background-color: #3A9589; }
a { background-color: rgb(58,149,137); }
div.DivClassName
{
background-color: #3A9589;
}
.BgClassName
{
background-color: #3A9589;
}
</style>
border-color css
<style>
span { border-color: #3A9589; }
span { border-color: rgb(58,149,137); }
td.TdClassName
{
border-color: #3A9589;
}
.TagClassName
{
border-color: #3A9589;
}
</style>