Shades of Gossamer #369985
Tints of Gossamer #369985
RGB
CMYK
RGB Variations
Color information
#369985 (or 0x369985) is known color: Gossamer. HEX triplet: 36, 99 and 85. RGB value is (54,153,133). Sum of RGB (Red+Green+Blue) = 54+153+133=340 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.88% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #369985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369985 is #C9667A. Grayscale: #797979. Windows color (decimal): -13198971 or 8755510. OLE color: 8755510.
HSL color Cylindrical-coordinate representation of color #369985: hue angle of 167.88º 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 #369985 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 54 | 153 | 133 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.4 |
| HSL | 167.88º | 0.48% | 0.41% | - |
| HSV(B) | 167.88º | 0.65% | 0.6% | - |
| XYZ | 17.15 | 25.26 | 26.16 | - |
| YUV | 121.12 | 134.7 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 153 | 133 | 0.65 | 0 | 0.13 | 0.4 | 167.88 | 0.48 | 0.41 |
| Hex | 36 | 99 | 85 | 41 | 0 | D | 28 | A8 | 30 | 29 |
| Octal | 66 | 231 | 205 | 101 | 0 | 15 | 50 | 250 | 60 | 51 |
| Binary | 110110 | 10011001 | 10000101 | 1000001 | 0 | 1101 | 101000 | 10101000 | 110000 | 101001 |
Color Harmonies of #369985
Complementary color
Monochromatic Colors of #369985
Black with #369985
Text Example
Text Example
White with #369985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369985; }
p { color: rgb(54,153,133); }
H1.HeaderClassName
{
color: #369985;
}
.AnyTagClassName
{
color: #369985;
}
</style>
background-color css
<style>
a { background-color: #369985; }
a { background-color: rgb(54,153,133); }
div.DivClassName
{
background-color: #369985;
}
.BgClassName
{
background-color: #369985;
}
</style>
border-color css
<style>
span { border-color: #369985; }
span { border-color: rgb(54,153,133); }
td.TdClassName
{
border-color: #369985;
}
.TagClassName
{
border-color: #369985;
}
</style>