Shades of Gossamer #369A83
Tints of Gossamer #369A83
RGB
CMYK
RGB Variations
Color information
#369A83 (or 0x369A83) is known color: Gossamer. HEX triplet: 36, 9A and 83. RGB value is (54,154,131). Sum of RGB (Red+Green+Blue) = 54+154+131=339 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.93% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 154 - color contains mainly: green. Hex color #369A83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369A83 is #C9657C. Grayscale: #797979. Windows color (decimal): -13198717 or 8624694. OLE color: 8624694.
HSL color Cylindrical-coordinate representation of color #369A83: hue angle of 166.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369A83 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 154 | 131 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.40 |
| HSL | 166.2º | 0.48% | 0.41% | - |
| HSV(B) | 166.2º | 0.65% | 0.6% | - |
| XYZ | 17.17 | 25.53 | 25.5 | - |
| YUV | 121.48 | 133.37 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 154 | 131 | 0.65 | 0 | 0.15 | 0.40 | 166.2 | 0.48 | 0.41 |
| Hex | 36 | 9A | 83 | 41 | 0 | F | 28 | A6 | 30 | 29 |
| Octal | 66 | 232 | 203 | 101 | 0 | 17 | 50 | 246 | 60 | 51 |
| Binary | 110110 | 10011010 | 10000011 | 1000001 | 0 | 1111 | 101000 | 10100110 | 110000 | 101001 |
Color Harmonies of #369A83
Complementary color
Monochromatic Colors of #369A83
Black with #369A83
Text Example
Text Example
White with #369A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369A83; }
p { color: rgb(54,154,131); }
H1.HeaderClassName
{
color: #369A83;
}
.AnyTagClassName
{
color: #369A83;
}
</style>
background-color css
<style>
a { background-color: #369A83; }
a { background-color: rgb(54,154,131); }
div.DivClassName
{
background-color: #369A83;
}
.BgClassName
{
background-color: #369A83;
}
</style>
border-color css
<style>
span { border-color: #369A83; }
span { border-color: rgb(54,154,131); }
td.TdClassName
{
border-color: #369A83;
}
.TagClassName
{
border-color: #369A83;
}
</style>