Shades of Gossamer #499C7F
Tints of Gossamer #499C7F
RGB
CMYK
RGB Variations
Color information
#499C7F (or 0x499C7F) is known color: Gossamer. HEX triplet: 49, 9C and 7F. RGB value is (73,156,127). Sum of RGB (Red+Green+Blue) = 73+156+127=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 156 (61.33% from 255 or 43.82% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 156 - color contains mainly: green. Hex color #499C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499C7F is #B66380. Grayscale: #7F7F7F. Windows color (decimal): -11953025 or 8363081. OLE color: 8363081.
HSL color Cylindrical-coordinate representation of color #499C7F: hue angle of 159.04º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499C7F is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 156 | 127 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.39 |
| HSL | 159.04º | 0.36% | 0.45% | - |
| HSV(B) | 159.04º | 0.53% | 0.61% | - |
| XYZ | 18.47 | 26.73 | 24.26 | - |
| YUV | 127.88 | 127.5 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 156 | 127 | 0.53 | 0 | 0.19 | 0.39 | 159.04 | 0.36 | 0.45 |
| Hex | 49 | 9C | 7F | 35 | 0 | 13 | 27 | 9F | 24 | 2D |
| Octal | 111 | 234 | 177 | 65 | 0 | 23 | 47 | 237 | 44 | 55 |
| Binary | 1001001 | 10011100 | 1111111 | 110101 | 0 | 10011 | 100111 | 10011111 | 100100 | 101101 |
Color Harmonies of #499C7F
Complementary color
Monochromatic Colors of #499C7F
Black with #499C7F
Text Example
Text Example
White with #499C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499C7F; }
p { color: rgb(73,156,127); }
H1.HeaderClassName
{
color: #499C7F;
}
.AnyTagClassName
{
color: #499C7F;
}
</style>
background-color css
<style>
a { background-color: #499C7F; }
a { background-color: rgb(73,156,127); }
div.DivClassName
{
background-color: #499C7F;
}
.BgClassName
{
background-color: #499C7F;
}
</style>
border-color css
<style>
span { border-color: #499C7F; }
span { border-color: rgb(73,156,127); }
td.TdClassName
{
border-color: #499C7F;
}
.TagClassName
{
border-color: #499C7F;
}
</style>