Shades of Gossamer #40997A
Tints of Gossamer #40997A
RGB
CMYK
RGB Variations
Color information
#40997A (or 0x40997A) is known color: Gossamer. HEX triplet: 40, 99 and 7A. RGB value is (64,153,122). Sum of RGB (Red+Green+Blue) = 64+153+122=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #40997A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40997A is #BF6685. Grayscale: #7A7A7A. Windows color (decimal): -12543622 or 8034624. OLE color: 8034624.
HSL color Cylindrical-coordinate representation of color #40997A: hue angle of 159.1º 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 #40997A is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 64 | 153 | 122 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.4 |
| HSL | 159.1º | 0.41% | 0.43% | - |
| HSV(B) | 159.1º | 0.58% | 0.6% | - |
| XYZ | 17.02 | 25.28 | 22.39 | - |
| YUV | 122.86 | 127.51 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 153 | 122 | 0.58 | 0 | 0.20 | 0.4 | 159.1 | 0.41 | 0.43 |
| Hex | 40 | 99 | 7A | 3A | 0 | 14 | 28 | 9F | 29 | 2B |
| Octal | 100 | 231 | 172 | 72 | 0 | 24 | 50 | 237 | 51 | 53 |
| Binary | 1000000 | 10011001 | 1111010 | 111010 | 0 | 10100 | 101000 | 10011111 | 101001 | 101011 |
Color Harmonies of #40997A
Complementary color
Monochromatic Colors of #40997A
Black with #40997A
Text Example
Text Example
White with #40997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40997A; }
p { color: rgb(64,153,122); }
H1.HeaderClassName
{
color: #40997A;
}
.AnyTagClassName
{
color: #40997A;
}
</style>
background-color css
<style>
a { background-color: #40997A; }
a { background-color: rgb(64,153,122); }
div.DivClassName
{
background-color: #40997A;
}
.BgClassName
{
background-color: #40997A;
}
</style>
border-color css
<style>
span { border-color: #40997A; }
span { border-color: rgb(64,153,122); }
td.TdClassName
{
border-color: #40997A;
}
.TagClassName
{
border-color: #40997A;
}
</style>