Shades of Gossamer #369388
Tints of Gossamer #369388
RGB
CMYK
RGB Variations
Color information
#369388 (or 0x369388) is known color: Gossamer. HEX triplet: 36, 93 and 88. RGB value is (54,147,136). Sum of RGB (Red+Green+Blue) = 54+147+136=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 147 - color contains mainly: green. Hex color #369388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369388 is #C96C77. Grayscale: #757575. Windows color (decimal): -13200504 or 8950582. OLE color: 8950582.
HSL color Cylindrical-coordinate representation of color #369388: hue angle of 172.9º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #369388 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 147 | 136 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.42 |
| HSL | 172.9º | 0.46% | 0.39% | - |
| HSV(B) | 172.9º | 0.63% | 0.58% | - |
| XYZ | 16.4 | 23.43 | 26.95 | - |
| YUV | 117.94 | 138.19 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 147 | 136 | 0.63 | 0 | 0.07 | 0.42 | 172.9 | 0.46 | 0.39 |
| Hex | 36 | 93 | 88 | 3F | 0 | 7 | 2A | AD | 2E | 27 |
| Octal | 66 | 223 | 210 | 77 | 0 | 7 | 52 | 255 | 56 | 47 |
| Binary | 110110 | 10010011 | 10001000 | 111111 | 0 | 111 | 101010 | 10101101 | 101110 | 100111 |
Color Harmonies of #369388
Complementary color
Monochromatic Colors of #369388
Black with #369388
Text Example
Text Example
White with #369388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369388; }
p { color: rgb(54,147,136); }
H1.HeaderClassName
{
color: #369388;
}
.AnyTagClassName
{
color: #369388;
}
</style>
background-color css
<style>
a { background-color: #369388; }
a { background-color: rgb(54,147,136); }
div.DivClassName
{
background-color: #369388;
}
.BgClassName
{
background-color: #369388;
}
</style>
border-color css
<style>
span { border-color: #369388; }
span { border-color: rgb(54,147,136); }
td.TdClassName
{
border-color: #369388;
}
.TagClassName
{
border-color: #369388;
}
</style>