Shades of Gossamer #40997F
Tints of Gossamer #40997F
RGB
CMYK
RGB Variations
Color information
#40997F (or 0x40997F) is known color: Gossamer. HEX triplet: 40, 99 and 7F. RGB value is (64,153,127). Sum of RGB (Red+Green+Blue) = 64+153+127=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #40997F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40997F is #BF6680. Grayscale: #7B7B7B. Windows color (decimal): -12543617 or 8362304. OLE color: 8362304.
HSL color Cylindrical-coordinate representation of color #40997F: hue angle of 162.47º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40997F is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 64 | 153 | 127 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.4 |
| HSL | 162.47º | 0.41% | 0.43% | - |
| HSV(B) | 162.47º | 0.58% | 0.6% | - |
| XYZ | 17.34 | 25.4 | 24.07 | - |
| YUV | 123.43 | 130.01 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 153 | 127 | 0.58 | 0 | 0.17 | 0.4 | 162.47 | 0.41 | 0.43 |
| Hex | 40 | 99 | 7F | 3A | 0 | 11 | 28 | A2 | 29 | 2B |
| Octal | 100 | 231 | 177 | 72 | 0 | 21 | 50 | 242 | 51 | 53 |
| Binary | 1000000 | 10011001 | 1111111 | 111010 | 0 | 10001 | 101000 | 10100010 | 101001 | 101011 |
Color Harmonies of #40997F
Complementary color
Monochromatic Colors of #40997F
Black with #40997F
Text Example
Text Example
White with #40997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40997F; }
p { color: rgb(64,153,127); }
H1.HeaderClassName
{
color: #40997F;
}
.AnyTagClassName
{
color: #40997F;
}
</style>
background-color css
<style>
a { background-color: #40997F; }
a { background-color: rgb(64,153,127); }
div.DivClassName
{
background-color: #40997F;
}
.BgClassName
{
background-color: #40997F;
}
</style>
border-color css
<style>
span { border-color: #40997F; }
span { border-color: rgb(64,153,127); }
td.TdClassName
{
border-color: #40997F;
}
.TagClassName
{
border-color: #40997F;
}
</style>