Shades of Gossamer #3A947B
Tints of Gossamer #3A947B
RGB
CMYK
RGB Variations
Color information
#3A947B (or 0x3A947B) is known color: Gossamer. HEX triplet: 3A, 94 and 7B. RGB value is (58,148,123). Sum of RGB (Red+Green+Blue) = 58+148+123=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #3A947B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A947B is #C56B84. Grayscale: #767676. Windows color (decimal): -12938117 or 8098874. OLE color: 8098874.
HSL color Cylindrical-coordinate representation of color #3A947B: hue angle of 163.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A947B is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 148 | 123 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.42 |
| HSL | 163.33º | 0.44% | 0.4% | - |
| HSV(B) | 163.33º | 0.61% | 0.58% | - |
| XYZ | 15.91 | 23.51 | 22.44 | - |
| YUV | 118.24 | 130.68 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 148 | 123 | 0.61 | 0 | 0.17 | 0.42 | 163.33 | 0.44 | 0.4 |
| Hex | 3A | 94 | 7B | 3D | 0 | 11 | 2A | A3 | 2C | 28 |
| Octal | 72 | 224 | 173 | 75 | 0 | 21 | 52 | 243 | 54 | 50 |
| Binary | 111010 | 10010100 | 1111011 | 111101 | 0 | 10001 | 101010 | 10100011 | 101100 | 101000 |
Color Harmonies of #3A947B
Complementary color
Monochromatic Colors of #3A947B
Black with #3A947B
Text Example
Text Example
White with #3A947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A947B; }
p { color: rgb(58,148,123); }
H1.HeaderClassName
{
color: #3A947B;
}
.AnyTagClassName
{
color: #3A947B;
}
</style>
background-color css
<style>
a { background-color: #3A947B; }
a { background-color: rgb(58,148,123); }
div.DivClassName
{
background-color: #3A947B;
}
.BgClassName
{
background-color: #3A947B;
}
</style>
border-color css
<style>
span { border-color: #3A947B; }
span { border-color: rgb(58,148,123); }
td.TdClassName
{
border-color: #3A947B;
}
.TagClassName
{
border-color: #3A947B;
}
</style>