Shades of Gossamer #48A58B
Tints of Gossamer #48A58B
RGB
CMYK
RGB Variations
Color information
#48A58B (or 0x48A58B) is known color: Gossamer. HEX triplet: 48, A5 and 8B. RGB value is (72,165,139). Sum of RGB (Red+Green+Blue) = 72+165+139=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 165 - color contains mainly: green. Hex color #48A58B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A58B is #B75A74. Grayscale: #868686. Windows color (decimal): -12016245 or 9151816. OLE color: 9151816.
HSL color Cylindrical-coordinate representation of color #48A58B: hue angle of 163.23º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A58B is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 72 | 165 | 139 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.35 |
| HSL | 163.23º | 0.39% | 0.46% | - |
| HSV(B) | 163.23º | 0.56% | 0.65% | - |
| XYZ | 20.79 | 30.15 | 29.15 | - |
| YUV | 134.23 | 130.69 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 165 | 139 | 0.56 | 0 | 0.16 | 0.35 | 163.23 | 0.39 | 0.46 |
| Hex | 48 | A5 | 8B | 38 | 0 | 10 | 23 | A3 | 27 | 2E |
| Octal | 110 | 245 | 213 | 70 | 0 | 20 | 43 | 243 | 47 | 56 |
| Binary | 1001000 | 10100101 | 10001011 | 111000 | 0 | 10000 | 100011 | 10100011 | 100111 | 101110 |
Color Harmonies of #48A58B
Complementary color
Monochromatic Colors of #48A58B
Black with #48A58B
Text Example
Text Example
White with #48A58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A58B; }
p { color: rgb(72,165,139); }
H1.HeaderClassName
{
color: #48A58B;
}
.AnyTagClassName
{
color: #48A58B;
}
</style>
background-color css
<style>
a { background-color: #48A58B; }
a { background-color: rgb(72,165,139); }
div.DivClassName
{
background-color: #48A58B;
}
.BgClassName
{
background-color: #48A58B;
}
</style>
border-color css
<style>
span { border-color: #48A58B; }
span { border-color: rgb(72,165,139); }
td.TdClassName
{
border-color: #48A58B;
}
.TagClassName
{
border-color: #48A58B;
}
</style>