Shades of Gossamer #3B947A
Tints of Gossamer #3B947A
RGB
CMYK
RGB Variations
Color information
#3B947A (or 0x3B947A) is known color: Gossamer. HEX triplet: 3B, 94 and 7A. RGB value is (59,148,122). Sum of RGB (Red+Green+Blue) = 59+148+122=329 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.93% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #3B947A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B947A is #C46B85. Grayscale: #767676. Windows color (decimal): -12872582 or 8033339. OLE color: 8033339.
HSL color Cylindrical-coordinate representation of color #3B947A: hue angle of 162.47º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B947A is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 59 | 148 | 122 | - |
| CMYK | 0.60 | 0 | 0.18 | 0.42 |
| HSL | 162.47º | 0.43% | 0.41% | - |
| HSV(B) | 162.47º | 0.6% | 0.58% | - |
| XYZ | 15.91 | 23.51 | 22.11 | - |
| YUV | 118.43 | 130.01 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 148 | 122 | 0.60 | 0 | 0.18 | 0.42 | 162.47 | 0.43 | 0.41 |
| Hex | 3B | 94 | 7A | 3C | 0 | 12 | 2A | A2 | 2B | 29 |
| Octal | 73 | 224 | 172 | 74 | 0 | 22 | 52 | 242 | 53 | 51 |
| Binary | 111011 | 10010100 | 1111010 | 111100 | 0 | 10010 | 101010 | 10100010 | 101011 | 101001 |
Color Harmonies of #3B947A
Complementary color
Monochromatic Colors of #3B947A
Black with #3B947A
Text Example
Text Example
White with #3B947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B947A; }
p { color: rgb(59,148,122); }
H1.HeaderClassName
{
color: #3B947A;
}
.AnyTagClassName
{
color: #3B947A;
}
</style>
background-color css
<style>
a { background-color: #3B947A; }
a { background-color: rgb(59,148,122); }
div.DivClassName
{
background-color: #3B947A;
}
.BgClassName
{
background-color: #3B947A;
}
</style>
border-color css
<style>
span { border-color: #3B947A; }
span { border-color: rgb(59,148,122); }
td.TdClassName
{
border-color: #3B947A;
}
.TagClassName
{
border-color: #3B947A;
}
</style>