Shades of Gossamer #49A181
Tints of Gossamer #49A181
RGB
CMYK
RGB Variations
Color information
#49A181 (or 0x49A181) is known color: Gossamer. HEX triplet: 49, A1 and 81. RGB value is (73,161,129). Sum of RGB (Red+Green+Blue) = 73+161+129=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 161 - color contains mainly: green. Hex color #49A181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A181 is #B65E7E. Grayscale: #838383. Windows color (decimal): -11951743 or 8495433. OLE color: 8495433.
HSL color Cylindrical-coordinate representation of color #49A181: hue angle of 158.18º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A181 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 161 | 129 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.37 |
| HSL | 158.18º | 0.38% | 0.46% | - |
| HSV(B) | 158.18º | 0.55% | 0.63% | - |
| XYZ | 19.45 | 28.49 | 25.24 | - |
| YUV | 131.04 | 126.85 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 161 | 129 | 0.55 | 0 | 0.20 | 0.37 | 158.18 | 0.38 | 0.46 |
| Hex | 49 | A1 | 81 | 37 | 0 | 14 | 25 | 9E | 26 | 2E |
| Octal | 111 | 241 | 201 | 67 | 0 | 24 | 45 | 236 | 46 | 56 |
| Binary | 1001001 | 10100001 | 10000001 | 110111 | 0 | 10100 | 100101 | 10011110 | 100110 | 101110 |
Color Harmonies of #49A181
Complementary color
Monochromatic Colors of #49A181
Black with #49A181
Text Example
Text Example
White with #49A181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A181; }
p { color: rgb(73,161,129); }
H1.HeaderClassName
{
color: #49A181;
}
.AnyTagClassName
{
color: #49A181;
}
</style>
background-color css
<style>
a { background-color: #49A181; }
a { background-color: rgb(73,161,129); }
div.DivClassName
{
background-color: #49A181;
}
.BgClassName
{
background-color: #49A181;
}
</style>
border-color css
<style>
span { border-color: #49A181; }
span { border-color: rgb(73,161,129); }
td.TdClassName
{
border-color: #49A181;
}
.TagClassName
{
border-color: #49A181;
}
</style>