Shades of Gossamer #369D7A
Tints of Gossamer #369D7A
RGB
CMYK
RGB Variations
Color information
#369D7A (or 0x369D7A) is known color: Gossamer. HEX triplet: 36, 9D and 7A. RGB value is (54,157,122). Sum of RGB (Red+Green+Blue) = 54+157+122=333 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.22% from 333); Green value is 157 (61.72% from 255 or 47.15% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 157 - color contains mainly: green. Hex color #369D7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369D7A is #C96285. Grayscale: #7A7A7A. Windows color (decimal): -13197958 or 8035638. OLE color: 8035638.
HSL color Cylindrical-coordinate representation of color #369D7A: hue angle of 159.61º 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 #369D7A is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 157 | 122 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.38 |
| HSL | 159.61º | 0.49% | 0.41% | - |
| HSV(B) | 159.61º | 0.66% | 0.62% | - |
| XYZ | 17.09 | 26.3 | 22.59 | - |
| YUV | 122.21 | 127.88 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 157 | 122 | 0.66 | 0 | 0.22 | 0.38 | 159.61 | 0.49 | 0.41 |
| Hex | 36 | 9D | 7A | 42 | 0 | 16 | 26 | A0 | 31 | 29 |
| Octal | 66 | 235 | 172 | 102 | 0 | 26 | 46 | 240 | 61 | 51 |
| Binary | 110110 | 10011101 | 1111010 | 1000010 | 0 | 10110 | 100110 | 10100000 | 110001 | 101001 |
Color Harmonies of #369D7A
Complementary color
Monochromatic Colors of #369D7A
Black with #369D7A
Text Example
Text Example
White with #369D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369D7A; }
p { color: rgb(54,157,122); }
H1.HeaderClassName
{
color: #369D7A;
}
.AnyTagClassName
{
color: #369D7A;
}
</style>
background-color css
<style>
a { background-color: #369D7A; }
a { background-color: rgb(54,157,122); }
div.DivClassName
{
background-color: #369D7A;
}
.BgClassName
{
background-color: #369D7A;
}
</style>
border-color css
<style>
span { border-color: #369D7A; }
span { border-color: rgb(54,157,122); }
td.TdClassName
{
border-color: #369D7A;
}
.TagClassName
{
border-color: #369D7A;
}
</style>