Shades of Gossamer #48A282
Tints of Gossamer #48A282
RGB
CMYK
RGB Variations
Color information
#48A282 (or 0x48A282) is known color: Gossamer. HEX triplet: 48, A2 and 82. RGB value is (72,162,130). Sum of RGB (Red+Green+Blue) = 72+162+130=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 162 - color contains mainly: green. Hex color #48A282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A282 is #B75D7D. Grayscale: #838383. Windows color (decimal): -12017022 or 8561224. OLE color: 8561224.
HSL color Cylindrical-coordinate representation of color #48A282: hue angle of 158.67º degrees, saturation: 0.38, 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 #48A282 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 162 | 130 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.36 |
| HSL | 158.67º | 0.38% | 0.46% | - |
| HSV(B) | 158.67º | 0.56% | 0.64% | - |
| XYZ | 19.62 | 28.83 | 25.65 | - |
| YUV | 131.44 | 127.18 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 162 | 130 | 0.56 | 0 | 0.20 | 0.36 | 158.67 | 0.38 | 0.46 |
| Hex | 48 | A2 | 82 | 38 | 0 | 14 | 24 | 9F | 26 | 2E |
| Octal | 110 | 242 | 202 | 70 | 0 | 24 | 44 | 237 | 46 | 56 |
| Binary | 1001000 | 10100010 | 10000010 | 111000 | 0 | 10100 | 100100 | 10011111 | 100110 | 101110 |
Color Harmonies of #48A282
Complementary color
Monochromatic Colors of #48A282
Black with #48A282
Text Example
Text Example
White with #48A282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A282; }
p { color: rgb(72,162,130); }
H1.HeaderClassName
{
color: #48A282;
}
.AnyTagClassName
{
color: #48A282;
}
</style>
background-color css
<style>
a { background-color: #48A282; }
a { background-color: rgb(72,162,130); }
div.DivClassName
{
background-color: #48A282;
}
.BgClassName
{
background-color: #48A282;
}
</style>
border-color css
<style>
span { border-color: #48A282; }
span { border-color: rgb(72,162,130); }
td.TdClassName
{
border-color: #48A282;
}
.TagClassName
{
border-color: #48A282;
}
</style>