Shades of Gossamer #3A917C
Tints of Gossamer #3A917C
RGB
CMYK
RGB Variations
Color information
#3A917C (or 0x3A917C) is known color: Gossamer. HEX triplet: 3A, 91 and 7C. RGB value is (58,145,124). Sum of RGB (Red+Green+Blue) = 58+145+124=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #3A917C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A917C is #C56E83. Grayscale: #747474. Windows color (decimal): -12938884 or 8163642. OLE color: 8163642.
HSL color Cylindrical-coordinate representation of color #3A917C: hue angle of 165.52º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A917C is Cyan = 0.6, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 145 | 124 | - |
| CMYK | 0.6 | 0 | 0.14 | 0.43 |
| HSL | 165.52º | 0.43% | 0.4% | - |
| HSV(B) | 165.52º | 0.6% | 0.57% | - |
| XYZ | 15.51 | 22.61 | 22.61 | - |
| YUV | 116.59 | 132.18 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 145 | 124 | 0.6 | 0 | 0.14 | 0.43 | 165.52 | 0.43 | 0.4 |
| Hex | 3A | 91 | 7C | 3C | 0 | E | 2B | A6 | 2B | 28 |
| Octal | 72 | 221 | 174 | 74 | 0 | 16 | 53 | 246 | 53 | 50 |
| Binary | 111010 | 10010001 | 1111100 | 111100 | 0 | 1110 | 101011 | 10100110 | 101011 | 101000 |
Color Harmonies of #3A917C
Complementary color
Monochromatic Colors of #3A917C
Black with #3A917C
Text Example
Text Example
White with #3A917C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A917C; }
p { color: rgb(58,145,124); }
H1.HeaderClassName
{
color: #3A917C;
}
.AnyTagClassName
{
color: #3A917C;
}
</style>
background-color css
<style>
a { background-color: #3A917C; }
a { background-color: rgb(58,145,124); }
div.DivClassName
{
background-color: #3A917C;
}
.BgClassName
{
background-color: #3A917C;
}
</style>
border-color css
<style>
span { border-color: #3A917C; }
span { border-color: rgb(58,145,124); }
td.TdClassName
{
border-color: #3A917C;
}
.TagClassName
{
border-color: #3A917C;
}
</style>