Shades of Gossamer #3A9F84
Tints of Gossamer #3A9F84
RGB
CMYK
RGB Variations
Color information
#3A9F84 (or 0x3A9F84) is known color: Gossamer. HEX triplet: 3A, 9F and 84. RGB value is (58,159,132). Sum of RGB (Red+Green+Blue) = 58+159+132=349 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.62% from 349); Green value is 159 (62.5% from 255 or 45.56% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 159 - color contains mainly: green. Hex color #3A9F84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9F84 is #C5607B. Grayscale: #7D7D7D. Windows color (decimal): -12935292 or 8691514. OLE color: 8691514.
HSL color Cylindrical-coordinate representation of color #3A9F84: hue angle of 163.96º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A9F84 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 159 | 132 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.38 |
| HSL | 163.96º | 0.47% | 0.43% | - |
| HSV(B) | 163.96º | 0.64% | 0.62% | - |
| XYZ | 18.31 | 27.36 | 26.15 | - |
| YUV | 125.72 | 131.54 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 159 | 132 | 0.64 | 0 | 0.17 | 0.38 | 163.96 | 0.47 | 0.43 |
| Hex | 3A | 9F | 84 | 40 | 0 | 11 | 26 | A4 | 2F | 2B |
| Octal | 72 | 237 | 204 | 100 | 0 | 21 | 46 | 244 | 57 | 53 |
| Binary | 111010 | 10011111 | 10000100 | 1000000 | 0 | 10001 | 100110 | 10100100 | 101111 | 101011 |
Color Harmonies of #3A9F84
Complementary color
Monochromatic Colors of #3A9F84
Black with #3A9F84
Text Example
Text Example
White with #3A9F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9F84; }
p { color: rgb(58,159,132); }
H1.HeaderClassName
{
color: #3A9F84;
}
.AnyTagClassName
{
color: #3A9F84;
}
</style>
background-color css
<style>
a { background-color: #3A9F84; }
a { background-color: rgb(58,159,132); }
div.DivClassName
{
background-color: #3A9F84;
}
.BgClassName
{
background-color: #3A9F84;
}
</style>
border-color css
<style>
span { border-color: #3A9F84; }
span { border-color: rgb(58,159,132); }
td.TdClassName
{
border-color: #3A9F84;
}
.TagClassName
{
border-color: #3A9F84;
}
</style>