Shades of Gossamer #369676
Tints of Gossamer #369676
RGB
CMYK
RGB Variations
Color information
#369676 (or 0x369676) is known color: Gossamer. HEX triplet: 36, 96 and 76. RGB value is (54,150,118). Sum of RGB (Red+Green+Blue) = 54+150+118=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 150 - color contains mainly: green. Hex color #369676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369676 is #C96989. Grayscale: #757575. Windows color (decimal): -13199754 or 7771702. OLE color: 7771702.
HSL color Cylindrical-coordinate representation of color #369676: hue angle of 160º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369676 is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 150 | 118 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.41 |
| HSL | 160º | 0.47% | 0.4% | - |
| HSV(B) | 160º | 0.64% | 0.59% | - |
| XYZ | 15.7 | 23.9 | 20.93 | - |
| YUV | 117.65 | 128.2 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 150 | 118 | 0.64 | 0 | 0.21 | 0.41 | 160 | 0.47 | 0.4 |
| Hex | 36 | 96 | 76 | 40 | 0 | 15 | 29 | A0 | 2F | 28 |
| Octal | 66 | 226 | 166 | 100 | 0 | 25 | 51 | 240 | 57 | 50 |
| Binary | 110110 | 10010110 | 1110110 | 1000000 | 0 | 10101 | 101001 | 10100000 | 101111 | 101000 |
Color Harmonies of #369676
Complementary color
Monochromatic Colors of #369676
Black with #369676
Text Example
Text Example
White with #369676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369676; }
p { color: rgb(54,150,118); }
H1.HeaderClassName
{
color: #369676;
}
.AnyTagClassName
{
color: #369676;
}
</style>
background-color css
<style>
a { background-color: #369676; }
a { background-color: rgb(54,150,118); }
div.DivClassName
{
background-color: #369676;
}
.BgClassName
{
background-color: #369676;
}
</style>
border-color css
<style>
span { border-color: #369676; }
span { border-color: rgb(54,150,118); }
td.TdClassName
{
border-color: #369676;
}
.TagClassName
{
border-color: #369676;
}
</style>