Shades of Gossamer #47B290
Tints of Gossamer #47B290
RGB
CMYK
RGB Variations
Color information
#47B290 (or 0x47B290) is known color: Gossamer. HEX triplet: 47, B2 and 90. RGB value is (71,178,144). Sum of RGB (Red+Green+Blue) = 71+178+144=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 178 - color contains mainly: green. Hex color #47B290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47B290 is #B84D6F. Grayscale: #8E8E8E. Windows color (decimal): -12078448 or 9482823. OLE color: 9482823.
HSL color Cylindrical-coordinate representation of color #47B290: hue angle of 160.93º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B290 is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 178 | 144 | - |
| CMYK | 0.60 | 0 | 0.19 | 0.30 |
| HSL | 160.93º | 0.43% | 0.49% | - |
| HSV(B) | 160.93º | 0.6% | 0.7% | - |
| XYZ | 23.55 | 35.19 | 31.94 | - |
| YUV | 142.13 | 129.05 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 178 | 144 | 0.60 | 0 | 0.19 | 0.30 | 160.93 | 0.43 | 0.49 |
| Hex | 47 | B2 | 90 | 3C | 0 | 13 | 1E | A1 | 2B | 31 |
| Octal | 107 | 262 | 220 | 74 | 0 | 23 | 36 | 241 | 53 | 61 |
| Binary | 1000111 | 10110010 | 10010000 | 111100 | 0 | 10011 | 11110 | 10100001 | 101011 | 110001 |
Color Harmonies of #47B290
Complementary color
Monochromatic Colors of #47B290
Black with #47B290
Text Example
Text Example
White with #47B290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B290; }
p { color: rgb(71,178,144); }
H1.HeaderClassName
{
color: #47B290;
}
.AnyTagClassName
{
color: #47B290;
}
</style>
background-color css
<style>
a { background-color: #47B290; }
a { background-color: rgb(71,178,144); }
div.DivClassName
{
background-color: #47B290;
}
.BgClassName
{
background-color: #47B290;
}
</style>
border-color css
<style>
span { border-color: #47B290; }
span { border-color: rgb(71,178,144); }
td.TdClassName
{
border-color: #47B290;
}
.TagClassName
{
border-color: #47B290;
}
</style>