Shades of Gossamer #47B388
Tints of Gossamer #47B388
RGB
CMYK
RGB Variations
Color information
#47B388 (or 0x47B388) is known color: Gossamer. HEX triplet: 47, B3 and 88. RGB value is (71,179,136). Sum of RGB (Red+Green+Blue) = 71+179+136=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 179 - color contains mainly: green. Hex color #47B388 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B388 is #B84C77. Grayscale: #8D8D8D. Windows color (decimal): -12078200 or 8958791. OLE color: 8958791.
HSL color Cylindrical-coordinate representation of color #47B388: hue angle of 156.11º 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 #47B388 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 179 | 136 | - |
| CMYK | 0.60 | 0 | 0.24 | 0.30 |
| HSL | 156.11º | 0.43% | 0.49% | - |
| HSV(B) | 156.11º | 0.6% | 0.7% | - |
| XYZ | 23.16 | 35.36 | 28.9 | - |
| YUV | 141.81 | 124.72 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 179 | 136 | 0.60 | 0 | 0.24 | 0.30 | 156.11 | 0.43 | 0.49 |
| Hex | 47 | B3 | 88 | 3C | 0 | 18 | 1E | 9C | 2B | 31 |
| Octal | 107 | 263 | 210 | 74 | 0 | 30 | 36 | 234 | 53 | 61 |
| Binary | 1000111 | 10110011 | 10001000 | 111100 | 0 | 11000 | 11110 | 10011100 | 101011 | 110001 |
Color Harmonies of #47B388
Complementary color
Monochromatic Colors of #47B388
Black with #47B388
Text Example
Text Example
White with #47B388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B388; }
p { color: rgb(71,179,136); }
H1.HeaderClassName
{
color: #47B388;
}
.AnyTagClassName
{
color: #47B388;
}
</style>
background-color css
<style>
a { background-color: #47B388; }
a { background-color: rgb(71,179,136); }
div.DivClassName
{
background-color: #47B388;
}
.BgClassName
{
background-color: #47B388;
}
</style>
border-color css
<style>
span { border-color: #47B388; }
span { border-color: rgb(71,179,136); }
td.TdClassName
{
border-color: #47B388;
}
.TagClassName
{
border-color: #47B388;
}
</style>