Shades of Gossamer #48A585
Tints of Gossamer #48A585
RGB
CMYK
RGB Variations
Color information
#48A585 (or 0x48A585) is known color: Gossamer. HEX triplet: 48, A5 and 85. RGB value is (72,165,133). Sum of RGB (Red+Green+Blue) = 72+165+133=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 165 - color contains mainly: green. Hex color #48A585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A585 is #B75A7A. Grayscale: #858585. Windows color (decimal): -12016251 or 8758600. OLE color: 8758600.
HSL color Cylindrical-coordinate representation of color #48A585: hue angle of 159.35º 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 #48A585 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 72 | 165 | 133 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.35 |
| HSL | 159.35º | 0.39% | 0.46% | - |
| HSV(B) | 159.35º | 0.56% | 0.65% | - |
| XYZ | 20.36 | 29.98 | 26.9 | - |
| YUV | 133.55 | 127.69 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 165 | 133 | 0.56 | 0 | 0.19 | 0.35 | 159.35 | 0.39 | 0.46 |
| Hex | 48 | A5 | 85 | 38 | 0 | 13 | 23 | 9F | 27 | 2E |
| Octal | 110 | 245 | 205 | 70 | 0 | 23 | 43 | 237 | 47 | 56 |
| Binary | 1001000 | 10100101 | 10000101 | 111000 | 0 | 10011 | 100011 | 10011111 | 100111 | 101110 |
Color Harmonies of #48A585
Complementary color
Monochromatic Colors of #48A585
Black with #48A585
Text Example
Text Example
White with #48A585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A585; }
p { color: rgb(72,165,133); }
H1.HeaderClassName
{
color: #48A585;
}
.AnyTagClassName
{
color: #48A585;
}
</style>
background-color css
<style>
a { background-color: #48A585; }
a { background-color: rgb(72,165,133); }
div.DivClassName
{
background-color: #48A585;
}
.BgClassName
{
background-color: #48A585;
}
</style>
border-color css
<style>
span { border-color: #48A585; }
span { border-color: rgb(72,165,133); }
td.TdClassName
{
border-color: #48A585;
}
.TagClassName
{
border-color: #48A585;
}
</style>