Shades of Gossamer #40A287
Tints of Gossamer #40A287
RGB
CMYK
RGB Variations
Color information
#40A287 (or 0x40A287) is known color: Gossamer. HEX triplet: 40, A2 and 87. RGB value is (64,162,135). Sum of RGB (Red+Green+Blue) = 64+162+135=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 162 - color contains mainly: green. Hex color #40A287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A287 is #BF5D78. Grayscale: #818181. Windows color (decimal): -12541305 or 8888896. OLE color: 8888896.
HSL color Cylindrical-coordinate representation of color #40A287: hue angle of 163.47º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A287 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 162 | 135 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.36 |
| HSL | 163.47º | 0.43% | 0.44% | - |
| HSV(B) | 163.47º | 0.6% | 0.64% | - |
| XYZ | 19.41 | 28.68 | 27.43 | - |
| YUV | 129.62 | 131.03 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 162 | 135 | 0.60 | 0 | 0.17 | 0.36 | 163.47 | 0.43 | 0.44 |
| Hex | 40 | A2 | 87 | 3C | 0 | 11 | 24 | A3 | 2B | 2C |
| Octal | 100 | 242 | 207 | 74 | 0 | 21 | 44 | 243 | 53 | 54 |
| Binary | 1000000 | 10100010 | 10000111 | 111100 | 0 | 10001 | 100100 | 10100011 | 101011 | 101100 |
Color Harmonies of #40A287
Complementary color
Monochromatic Colors of #40A287
Black with #40A287
Text Example
Text Example
White with #40A287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A287; }
p { color: rgb(64,162,135); }
H1.HeaderClassName
{
color: #40A287;
}
.AnyTagClassName
{
color: #40A287;
}
</style>
background-color css
<style>
a { background-color: #40A287; }
a { background-color: rgb(64,162,135); }
div.DivClassName
{
background-color: #40A287;
}
.BgClassName
{
background-color: #40A287;
}
</style>
border-color css
<style>
span { border-color: #40A287; }
span { border-color: rgb(64,162,135); }
td.TdClassName
{
border-color: #40A287;
}
.TagClassName
{
border-color: #40A287;
}
</style>