Shades of Gossamer #369D92
Tints of Gossamer #369D92
RGB
CMYK
RGB Variations
Color information
#369D92 (or 0x369D92) is known color: Gossamer. HEX triplet: 36, 9D and 92. RGB value is (54,157,146). Sum of RGB (Red+Green+Blue) = 54+157+146=357 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.13% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 157 - color contains mainly: green. Hex color #369D92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369D92 is #C9626D. Grayscale: #7C7C7C. Windows color (decimal): -13197934 or 9608502. OLE color: 9608502.
HSL color Cylindrical-coordinate representation of color #369D92: hue angle of 173.59º 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 #369D92 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 157 | 146 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.38 |
| HSL | 173.59º | 0.49% | 0.41% | - |
| HSV(B) | 173.59º | 0.66% | 0.62% | - |
| XYZ | 18.77 | 26.97 | 31.41 | - |
| YUV | 124.95 | 139.88 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 157 | 146 | 0.66 | 0 | 0.07 | 0.38 | 173.59 | 0.49 | 0.41 |
| Hex | 36 | 9D | 92 | 42 | 0 | 7 | 26 | AE | 31 | 29 |
| Octal | 66 | 235 | 222 | 102 | 0 | 7 | 46 | 256 | 61 | 51 |
| Binary | 110110 | 10011101 | 10010010 | 1000010 | 0 | 111 | 100110 | 10101110 | 110001 | 101001 |
Color Harmonies of #369D92
Complementary color
Monochromatic Colors of #369D92
Black with #369D92
Text Example
Text Example
White with #369D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369D92; }
p { color: rgb(54,157,146); }
H1.HeaderClassName
{
color: #369D92;
}
.AnyTagClassName
{
color: #369D92;
}
</style>
background-color css
<style>
a { background-color: #369D92; }
a { background-color: rgb(54,157,146); }
div.DivClassName
{
background-color: #369D92;
}
.BgClassName
{
background-color: #369D92;
}
</style>
border-color css
<style>
span { border-color: #369D92; }
span { border-color: rgb(54,157,146); }
td.TdClassName
{
border-color: #369D92;
}
.TagClassName
{
border-color: #369D92;
}
</style>