Shades of Gossamer #48A389
Tints of Gossamer #48A389
RGB
CMYK
RGB Variations
Color information
#48A389 (or 0x48A389) is known color: Gossamer. HEX triplet: 48, A3 and 89. RGB value is (72,163,137). Sum of RGB (Red+Green+Blue) = 72+163+137=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 163 - color contains mainly: green. Hex color #48A389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A389 is #B75C76. Grayscale: #848484. Windows color (decimal): -12016759 or 9020232. OLE color: 9020232.
HSL color Cylindrical-coordinate representation of color #48A389: hue angle of 162.86º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A389 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 163 | 137 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.36 |
| HSL | 162.86º | 0.39% | 0.46% | - |
| HSV(B) | 162.86º | 0.56% | 0.64% | - |
| XYZ | 20.29 | 29.38 | 28.27 | - |
| YUV | 132.83 | 130.35 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 163 | 137 | 0.56 | 0 | 0.16 | 0.36 | 162.86 | 0.39 | 0.46 |
| Hex | 48 | A3 | 89 | 38 | 0 | 10 | 24 | A3 | 27 | 2E |
| Octal | 110 | 243 | 211 | 70 | 0 | 20 | 44 | 243 | 47 | 56 |
| Binary | 1001000 | 10100011 | 10001001 | 111000 | 0 | 10000 | 100100 | 10100011 | 100111 | 101110 |
Color Harmonies of #48A389
Complementary color
Monochromatic Colors of #48A389
Black with #48A389
Text Example
Text Example
White with #48A389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A389; }
p { color: rgb(72,163,137); }
H1.HeaderClassName
{
color: #48A389;
}
.AnyTagClassName
{
color: #48A389;
}
</style>
background-color css
<style>
a { background-color: #48A389; }
a { background-color: rgb(72,163,137); }
div.DivClassName
{
background-color: #48A389;
}
.BgClassName
{
background-color: #48A389;
}
</style>
border-color css
<style>
span { border-color: #48A389; }
span { border-color: rgb(72,163,137); }
td.TdClassName
{
border-color: #48A389;
}
.TagClassName
{
border-color: #48A389;
}
</style>