Shades of Gossamer #44997F
Tints of Gossamer #44997F
RGB
CMYK
RGB Variations
Color information
#44997F (or 0x44997F) is known color: Gossamer. HEX triplet: 44, 99 and 7F. RGB value is (68,153,127). Sum of RGB (Red+Green+Blue) = 68+153+127=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #44997F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44997F is #BB6680. Grayscale: #7C7C7C. Windows color (decimal): -12281473 or 8362308. OLE color: 8362308.
HSL color Cylindrical-coordinate representation of color #44997F: hue angle of 161.65º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44997F is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 68 | 153 | 127 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.4 |
| HSL | 161.65º | 0.38% | 0.43% | - |
| HSV(B) | 161.65º | 0.56% | 0.6% | - |
| XYZ | 17.61 | 25.54 | 24.08 | - |
| YUV | 124.62 | 129.34 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 153 | 127 | 0.56 | 0 | 0.17 | 0.4 | 161.65 | 0.38 | 0.43 |
| Hex | 44 | 99 | 7F | 38 | 0 | 11 | 28 | A2 | 26 | 2B |
| Octal | 104 | 231 | 177 | 70 | 0 | 21 | 50 | 242 | 46 | 53 |
| Binary | 1000100 | 10011001 | 1111111 | 111000 | 0 | 10001 | 101000 | 10100010 | 100110 | 101011 |
Color Harmonies of #44997F
Complementary color
Monochromatic Colors of #44997F
Black with #44997F
Text Example
Text Example
White with #44997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44997F; }
p { color: rgb(68,153,127); }
H1.HeaderClassName
{
color: #44997F;
}
.AnyTagClassName
{
color: #44997F;
}
</style>
background-color css
<style>
a { background-color: #44997F; }
a { background-color: rgb(68,153,127); }
div.DivClassName
{
background-color: #44997F;
}
.BgClassName
{
background-color: #44997F;
}
</style>
border-color css
<style>
span { border-color: #44997F; }
span { border-color: rgb(68,153,127); }
td.TdClassName
{
border-color: #44997F;
}
.TagClassName
{
border-color: #44997F;
}
</style>