Shades of Gossamer #369E7A
Tints of Gossamer #369E7A
RGB
CMYK
RGB Variations
Color information
#369E7A (or 0x369E7A) is known color: Gossamer. HEX triplet: 36, 9E and 7A. RGB value is (54,158,122). Sum of RGB (Red+Green+Blue) = 54+158+122=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 158 (62.11% from 255 or 47.31% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 158 - color contains mainly: green. Hex color #369E7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369E7A is #C96185. Grayscale: #7A7A7A. Windows color (decimal): -13197702 or 8035894. OLE color: 8035894.
HSL color Cylindrical-coordinate representation of color #369E7A: hue angle of 159.23º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369E7A is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 158 | 122 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.38 |
| HSL | 159.23º | 0.49% | 0.42% | - |
| HSV(B) | 159.23º | 0.66% | 0.62% | - |
| XYZ | 17.26 | 26.64 | 22.65 | - |
| YUV | 122.8 | 127.54 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 158 | 122 | 0.66 | 0 | 0.23 | 0.38 | 159.23 | 0.49 | 0.42 |
| Hex | 36 | 9E | 7A | 42 | 0 | 17 | 26 | 9F | 31 | 2A |
| Octal | 66 | 236 | 172 | 102 | 0 | 27 | 46 | 237 | 61 | 52 |
| Binary | 110110 | 10011110 | 1111010 | 1000010 | 0 | 10111 | 100110 | 10011111 | 110001 | 101010 |
Color Harmonies of #369E7A
Complementary color
Monochromatic Colors of #369E7A
Black with #369E7A
Text Example
Text Example
White with #369E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369E7A; }
p { color: rgb(54,158,122); }
H1.HeaderClassName
{
color: #369E7A;
}
.AnyTagClassName
{
color: #369E7A;
}
</style>
background-color css
<style>
a { background-color: #369E7A; }
a { background-color: rgb(54,158,122); }
div.DivClassName
{
background-color: #369E7A;
}
.BgClassName
{
background-color: #369E7A;
}
</style>
border-color css
<style>
span { border-color: #369E7A; }
span { border-color: rgb(54,158,122); }
td.TdClassName
{
border-color: #369E7A;
}
.TagClassName
{
border-color: #369E7A;
}
</style>