Shades of Gossamer #369489
Tints of Gossamer #369489
RGB
CMYK
RGB Variations
Color information
#369489 (or 0x369489) is known color: Gossamer. HEX triplet: 36, 94 and 89. RGB value is (54,148,137). Sum of RGB (Red+Green+Blue) = 54+148+137=339 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.93% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 148 - color contains mainly: green. Hex color #369489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369489 is #C96B76. Grayscale: #767676. Windows color (decimal): -13200247 or 9016374. OLE color: 9016374.
HSL color Cylindrical-coordinate representation of color #369489: hue angle of 172.98º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369489 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 148 | 137 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.42 |
| HSL | 172.98º | 0.47% | 0.4% | - |
| HSV(B) | 172.98º | 0.64% | 0.58% | - |
| XYZ | 16.63 | 23.77 | 27.38 | - |
| YUV | 118.64 | 138.36 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 148 | 137 | 0.64 | 0 | 0.07 | 0.42 | 172.98 | 0.47 | 0.4 |
| Hex | 36 | 94 | 89 | 40 | 0 | 7 | 2A | AD | 2F | 28 |
| Octal | 66 | 224 | 211 | 100 | 0 | 7 | 52 | 255 | 57 | 50 |
| Binary | 110110 | 10010100 | 10001001 | 1000000 | 0 | 111 | 101010 | 10101101 | 101111 | 101000 |
Color Harmonies of #369489
Complementary color
Monochromatic Colors of #369489
Black with #369489
Text Example
Text Example
White with #369489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369489; }
p { color: rgb(54,148,137); }
H1.HeaderClassName
{
color: #369489;
}
.AnyTagClassName
{
color: #369489;
}
</style>
background-color css
<style>
a { background-color: #369489; }
a { background-color: rgb(54,148,137); }
div.DivClassName
{
background-color: #369489;
}
.BgClassName
{
background-color: #369489;
}
</style>
border-color css
<style>
span { border-color: #369489; }
span { border-color: rgb(54,148,137); }
td.TdClassName
{
border-color: #369489;
}
.TagClassName
{
border-color: #369489;
}
</style>