Shades of Gossamer #47A185
Tints of Gossamer #47A185
RGB
CMYK
RGB Variations
Color information
#47A185 (or 0x47A185) is known color: Gossamer. HEX triplet: 47, A1 and 85. RGB value is (71,161,133). Sum of RGB (Red+Green+Blue) = 71+161+133=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 161 - color contains mainly: green. Hex color #47A185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A185 is #B85E7A. Grayscale: #828282. Windows color (decimal): -12082811 or 8757575. OLE color: 8757575.
HSL color Cylindrical-coordinate representation of color #47A185: hue angle of 161.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47A185 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 71 | 161 | 133 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.37 |
| HSL | 161.33º | 0.39% | 0.45% | - |
| HSV(B) | 161.33º | 0.56% | 0.63% | - |
| XYZ | 19.58 | 28.52 | 26.66 | - |
| YUV | 130.9 | 129.18 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 161 | 133 | 0.56 | 0 | 0.17 | 0.37 | 161.33 | 0.39 | 0.45 |
| Hex | 47 | A1 | 85 | 38 | 0 | 11 | 25 | A1 | 27 | 2D |
| Octal | 107 | 241 | 205 | 70 | 0 | 21 | 45 | 241 | 47 | 55 |
| Binary | 1000111 | 10100001 | 10000101 | 111000 | 0 | 10001 | 100101 | 10100001 | 100111 | 101101 |
Color Harmonies of #47A185
Complementary color
Monochromatic Colors of #47A185
Black with #47A185
Text Example
Text Example
White with #47A185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A185; }
p { color: rgb(71,161,133); }
H1.HeaderClassName
{
color: #47A185;
}
.AnyTagClassName
{
color: #47A185;
}
</style>
background-color css
<style>
a { background-color: #47A185; }
a { background-color: rgb(71,161,133); }
div.DivClassName
{
background-color: #47A185;
}
.BgClassName
{
background-color: #47A185;
}
</style>
border-color css
<style>
span { border-color: #47A185; }
span { border-color: rgb(71,161,133); }
td.TdClassName
{
border-color: #47A185;
}
.TagClassName
{
border-color: #47A185;
}
</style>