Shades of Gossamer #449D7F
Tints of Gossamer #449D7F
RGB
CMYK
RGB Variations
Color information
#449D7F (or 0x449D7F) is known color: Gossamer. HEX triplet: 44, 9D and 7F. RGB value is (68,157,127). Sum of RGB (Red+Green+Blue) = 68+157+127=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 157 - color contains mainly: green. Hex color #449D7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449D7F is #BB6280. Grayscale: #7F7F7F. Windows color (decimal): -12280449 or 8363332. OLE color: 8363332.
HSL color Cylindrical-coordinate representation of color #449D7F: hue angle of 159.78º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449D7F is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 157 | 127 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.38 |
| HSL | 159.78º | 0.4% | 0.44% | - |
| HSV(B) | 159.78º | 0.57% | 0.62% | - |
| XYZ | 18.27 | 26.88 | 24.3 | - |
| YUV | 126.97 | 128.01 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 157 | 127 | 0.57 | 0 | 0.19 | 0.38 | 159.78 | 0.4 | 0.44 |
| Hex | 44 | 9D | 7F | 39 | 0 | 13 | 26 | A0 | 28 | 2C |
| Octal | 104 | 235 | 177 | 71 | 0 | 23 | 46 | 240 | 50 | 54 |
| Binary | 1000100 | 10011101 | 1111111 | 111001 | 0 | 10011 | 100110 | 10100000 | 101000 | 101100 |
Color Harmonies of #449D7F
Complementary color
Monochromatic Colors of #449D7F
Black with #449D7F
Text Example
Text Example
White with #449D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449D7F; }
p { color: rgb(68,157,127); }
H1.HeaderClassName
{
color: #449D7F;
}
.AnyTagClassName
{
color: #449D7F;
}
</style>
background-color css
<style>
a { background-color: #449D7F; }
a { background-color: rgb(68,157,127); }
div.DivClassName
{
background-color: #449D7F;
}
.BgClassName
{
background-color: #449D7F;
}
</style>
border-color css
<style>
span { border-color: #449D7F; }
span { border-color: rgb(68,157,127); }
td.TdClassName
{
border-color: #449D7F;
}
.TagClassName
{
border-color: #449D7F;
}
</style>