Shades of Gossamer #369D82
Tints of Gossamer #369D82
RGB
CMYK
RGB Variations
Color information
#369D82 (or 0x369D82) is known color: Gossamer. HEX triplet: 36, 9D and 82. RGB value is (54,157,130). Sum of RGB (Red+Green+Blue) = 54+157+130=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 157 - color contains mainly: green. Hex color #369D82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369D82 is #C9627D. Grayscale: #7B7B7B. Windows color (decimal): -13197950 or 8559926. OLE color: 8559926.
HSL color Cylindrical-coordinate representation of color #369D82: hue angle of 164.27º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369D82 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 157 | 130 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.38 |
| HSL | 164.27º | 0.49% | 0.41% | - |
| HSV(B) | 164.27º | 0.66% | 0.62% | - |
| XYZ | 17.61 | 26.51 | 25.31 | - |
| YUV | 123.13 | 131.88 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 157 | 130 | 0.66 | 0 | 0.17 | 0.38 | 164.27 | 0.49 | 0.41 |
| Hex | 36 | 9D | 82 | 42 | 0 | 11 | 26 | A4 | 31 | 29 |
| Octal | 66 | 235 | 202 | 102 | 0 | 21 | 46 | 244 | 61 | 51 |
| Binary | 110110 | 10011101 | 10000010 | 1000010 | 0 | 10001 | 100110 | 10100100 | 110001 | 101001 |
Color Harmonies of #369D82
Complementary color
Monochromatic Colors of #369D82
Black with #369D82
Text Example
Text Example
White with #369D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369D82; }
p { color: rgb(54,157,130); }
H1.HeaderClassName
{
color: #369D82;
}
.AnyTagClassName
{
color: #369D82;
}
</style>
background-color css
<style>
a { background-color: #369D82; }
a { background-color: rgb(54,157,130); }
div.DivClassName
{
background-color: #369D82;
}
.BgClassName
{
background-color: #369D82;
}
</style>
border-color css
<style>
span { border-color: #369D82; }
span { border-color: rgb(54,157,130); }
td.TdClassName
{
border-color: #369D82;
}
.TagClassName
{
border-color: #369D82;
}
</style>