Shades of Gossamer #3A9B7C
Tints of Gossamer #3A9B7C
RGB
CMYK
RGB Variations
Color information
#3A9B7C (or 0x3A9B7C) is known color: Gossamer. HEX triplet: 3A, 9B and 7C. RGB value is (58,155,124). Sum of RGB (Red+Green+Blue) = 58+155+124=337 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.21% from 337); Green value is 155 (60.94% from 255 or 45.99% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 155 - color contains mainly: green. Hex color #3A9B7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9B7C is #C56483. Grayscale: #7A7A7A. Windows color (decimal): -12936324 or 8166202. OLE color: 8166202.
HSL color Cylindrical-coordinate representation of color #3A9B7C: hue angle of 160.82º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A9B7C is Cyan = 0.63, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 155 | 124 | - |
| CMYK | 0.63 | 0 | 0.2 | 0.39 |
| HSL | 160.82º | 0.46% | 0.42% | - |
| HSV(B) | 160.82º | 0.63% | 0.61% | - |
| XYZ | 17.1 | 25.8 | 23.15 | - |
| YUV | 122.46 | 128.86 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 155 | 124 | 0.63 | 0 | 0.2 | 0.39 | 160.82 | 0.46 | 0.42 |
| Hex | 3A | 9B | 7C | 3F | 0 | 14 | 27 | A1 | 2E | 2A |
| Octal | 72 | 233 | 174 | 77 | 0 | 24 | 47 | 241 | 56 | 52 |
| Binary | 111010 | 10011011 | 1111100 | 111111 | 0 | 10100 | 100111 | 10100001 | 101110 | 101010 |
Color Harmonies of #3A9B7C
Complementary color
Monochromatic Colors of #3A9B7C
Black with #3A9B7C
Text Example
Text Example
White with #3A9B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9B7C; }
p { color: rgb(58,155,124); }
H1.HeaderClassName
{
color: #3A9B7C;
}
.AnyTagClassName
{
color: #3A9B7C;
}
</style>
background-color css
<style>
a { background-color: #3A9B7C; }
a { background-color: rgb(58,155,124); }
div.DivClassName
{
background-color: #3A9B7C;
}
.BgClassName
{
background-color: #3A9B7C;
}
</style>
border-color css
<style>
span { border-color: #3A9B7C; }
span { border-color: rgb(58,155,124); }
td.TdClassName
{
border-color: #3A9B7C;
}
.TagClassName
{
border-color: #3A9B7C;
}
</style>