Shades of Gossamer #49A385
Tints of Gossamer #49A385
RGB
CMYK
RGB Variations
Color information
#49A385 (or 0x49A385) is known color: Gossamer. HEX triplet: 49, A3 and 85. RGB value is (73,163,133). Sum of RGB (Red+Green+Blue) = 73+163+133=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 163 (64.06% from 255 or 44.17% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 163 - color contains mainly: green. Hex color #49A385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A385 is #B65C7A. Grayscale: #848484. Windows color (decimal): -11951227 or 8758089. OLE color: 8758089.
HSL color Cylindrical-coordinate representation of color #49A385: hue angle of 160º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A385 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 163 | 133 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.36 |
| HSL | 160º | 0.38% | 0.46% | - |
| HSV(B) | 160º | 0.55% | 0.64% | - |
| XYZ | 20.08 | 29.3 | 26.79 | - |
| YUV | 132.67 | 128.18 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 163 | 133 | 0.55 | 0 | 0.18 | 0.36 | 160 | 0.38 | 0.46 |
| Hex | 49 | A3 | 85 | 37 | 0 | 12 | 24 | A0 | 26 | 2E |
| Octal | 111 | 243 | 205 | 67 | 0 | 22 | 44 | 240 | 46 | 56 |
| Binary | 1001001 | 10100011 | 10000101 | 110111 | 0 | 10010 | 100100 | 10100000 | 100110 | 101110 |
Color Harmonies of #49A385
Complementary color
Monochromatic Colors of #49A385
Black with #49A385
Text Example
Text Example
White with #49A385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A385; }
p { color: rgb(73,163,133); }
H1.HeaderClassName
{
color: #49A385;
}
.AnyTagClassName
{
color: #49A385;
}
</style>
background-color css
<style>
a { background-color: #49A385; }
a { background-color: rgb(73,163,133); }
div.DivClassName
{
background-color: #49A385;
}
.BgClassName
{
background-color: #49A385;
}
</style>
border-color css
<style>
span { border-color: #49A385; }
span { border-color: rgb(73,163,133); }
td.TdClassName
{
border-color: #49A385;
}
.TagClassName
{
border-color: #49A385;
}
</style>