Shades of Gossamer #40B289
Tints of Gossamer #40B289
RGB
CMYK
RGB Variations
Color information
#40B289 (or 0x40B289) is known color: Gossamer. HEX triplet: 40, B2 and 89. RGB value is (64,178,137). Sum of RGB (Red+Green+Blue) = 64+178+137=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 178 - color contains mainly: green. Hex color #40B289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40B289 is #BF4D76. Grayscale: #8B8B8B. Windows color (decimal): -12537207 or 9024064. OLE color: 9024064.
HSL color Cylindrical-coordinate representation of color #40B289: hue angle of 158.42º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B289 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 178 | 137 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.30 |
| HSL | 158.42º | 0.47% | 0.47% | - |
| HSV(B) | 158.42º | 0.64% | 0.7% | - |
| XYZ | 22.55 | 34.74 | 29.18 | - |
| YUV | 139.24 | 126.73 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 178 | 137 | 0.64 | 0 | 0.23 | 0.30 | 158.42 | 0.47 | 0.47 |
| Hex | 40 | B2 | 89 | 40 | 0 | 17 | 1E | 9E | 2F | 2F |
| Octal | 100 | 262 | 211 | 100 | 0 | 27 | 36 | 236 | 57 | 57 |
| Binary | 1000000 | 10110010 | 10001001 | 1000000 | 0 | 10111 | 11110 | 10011110 | 101111 | 101111 |
Color Harmonies of #40B289
Complementary color
Monochromatic Colors of #40B289
Black with #40B289
Text Example
Text Example
White with #40B289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B289; }
p { color: rgb(64,178,137); }
H1.HeaderClassName
{
color: #40B289;
}
.AnyTagClassName
{
color: #40B289;
}
</style>
background-color css
<style>
a { background-color: #40B289; }
a { background-color: rgb(64,178,137); }
div.DivClassName
{
background-color: #40B289;
}
.BgClassName
{
background-color: #40B289;
}
</style>
border-color css
<style>
span { border-color: #40B289; }
span { border-color: rgb(64,178,137); }
td.TdClassName
{
border-color: #40B289;
}
.TagClassName
{
border-color: #40B289;
}
</style>