Shades of Gossamer #40A482
Tints of Gossamer #40A482
RGB
CMYK
RGB Variations
Color information
#40A482 (or 0x40A482) is known color: Gossamer. HEX triplet: 40, A4 and 82. RGB value is (64,164,130). Sum of RGB (Red+Green+Blue) = 64+164+130=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 164 (64.45% from 255 or 45.81% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 164 - color contains mainly: green. Hex color #40A482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A482 is #BF5B7D. Grayscale: #828282. Windows color (decimal): -12540798 or 8561728. OLE color: 8561728.
HSL color Cylindrical-coordinate representation of color #40A482: hue angle of 159.6º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40A482 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 164 | 130 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.36 |
| HSL | 159.6º | 0.44% | 0.45% | - |
| HSV(B) | 159.6º | 0.61% | 0.64% | - |
| XYZ | 19.42 | 29.25 | 25.74 | - |
| YUV | 130.22 | 127.87 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 164 | 130 | 0.61 | 0 | 0.21 | 0.36 | 159.6 | 0.44 | 0.45 |
| Hex | 40 | A4 | 82 | 3D | 0 | 15 | 24 | A0 | 2C | 2D |
| Octal | 100 | 244 | 202 | 75 | 0 | 25 | 44 | 240 | 54 | 55 |
| Binary | 1000000 | 10100100 | 10000010 | 111101 | 0 | 10101 | 100100 | 10100000 | 101100 | 101101 |
Color Harmonies of #40A482
Complementary color
Monochromatic Colors of #40A482
Black with #40A482
Text Example
Text Example
White with #40A482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A482; }
p { color: rgb(64,164,130); }
H1.HeaderClassName
{
color: #40A482;
}
.AnyTagClassName
{
color: #40A482;
}
</style>
background-color css
<style>
a { background-color: #40A482; }
a { background-color: rgb(64,164,130); }
div.DivClassName
{
background-color: #40A482;
}
.BgClassName
{
background-color: #40A482;
}
</style>
border-color css
<style>
span { border-color: #40A482; }
span { border-color: rgb(64,164,130); }
td.TdClassName
{
border-color: #40A482;
}
.TagClassName
{
border-color: #40A482;
}
</style>