Shades of Gossamer #47A582
Tints of Gossamer #47A582
RGB
CMYK
RGB Variations
Color information
#47A582 (or 0x47A582) is known color: Gossamer. HEX triplet: 47, A5 and 82. RGB value is (71,165,130). Sum of RGB (Red+Green+Blue) = 71+165+130=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 165 - color contains mainly: green. Hex color #47A582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A582 is #B85A7D. Grayscale: #848484. Windows color (decimal): -12081790 or 8561991. OLE color: 8561991.
HSL color Cylindrical-coordinate representation of color #47A582: hue angle of 157.66º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47A582 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 71 | 165 | 130 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.35 |
| HSL | 157.66º | 0.4% | 0.46% | - |
| HSV(B) | 157.66º | 0.57% | 0.65% | - |
| XYZ | 20.08 | 29.86 | 25.82 | - |
| YUV | 132.9 | 126.36 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 165 | 130 | 0.57 | 0 | 0.21 | 0.35 | 157.66 | 0.4 | 0.46 |
| Hex | 47 | A5 | 82 | 39 | 0 | 15 | 23 | 9E | 28 | 2E |
| Octal | 107 | 245 | 202 | 71 | 0 | 25 | 43 | 236 | 50 | 56 |
| Binary | 1000111 | 10100101 | 10000010 | 111001 | 0 | 10101 | 100011 | 10011110 | 101000 | 101110 |
Color Harmonies of #47A582
Complementary color
Monochromatic Colors of #47A582
Black with #47A582
Text Example
Text Example
White with #47A582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A582; }
p { color: rgb(71,165,130); }
H1.HeaderClassName
{
color: #47A582;
}
.AnyTagClassName
{
color: #47A582;
}
</style>
background-color css
<style>
a { background-color: #47A582; }
a { background-color: rgb(71,165,130); }
div.DivClassName
{
background-color: #47A582;
}
.BgClassName
{
background-color: #47A582;
}
</style>
border-color css
<style>
span { border-color: #47A582; }
span { border-color: rgb(71,165,130); }
td.TdClassName
{
border-color: #47A582;
}
.TagClassName
{
border-color: #47A582;
}
</style>