Shades of Gossamer #369F7C
Tints of Gossamer #369F7C
RGB
CMYK
RGB Variations
Color information
#369F7C (or 0x369F7C) is known color: Gossamer. HEX triplet: 36, 9F and 7C. RGB value is (54,159,124). Sum of RGB (Red+Green+Blue) = 54+159+124=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 159 (62.5% from 255 or 47.18% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 159 - color contains mainly: green. Hex color #369F7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369F7C is #C96083. Grayscale: #7B7B7B. Windows color (decimal): -13197444 or 8167222. OLE color: 8167222.
HSL color Cylindrical-coordinate representation of color #369F7C: hue angle of 160º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369F7C is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 159 | 124 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.38 |
| HSL | 160º | 0.49% | 0.42% | - |
| HSV(B) | 160º | 0.66% | 0.62% | - |
| XYZ | 17.56 | 27.04 | 23.36 | - |
| YUV | 123.62 | 128.21 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 159 | 124 | 0.66 | 0 | 0.22 | 0.38 | 160 | 0.49 | 0.42 |
| Hex | 36 | 9F | 7C | 42 | 0 | 16 | 26 | A0 | 31 | 2A |
| Octal | 66 | 237 | 174 | 102 | 0 | 26 | 46 | 240 | 61 | 52 |
| Binary | 110110 | 10011111 | 1111100 | 1000010 | 0 | 10110 | 100110 | 10100000 | 110001 | 101010 |
Color Harmonies of #369F7C
Complementary color
Monochromatic Colors of #369F7C
Black with #369F7C
Text Example
Text Example
White with #369F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369F7C; }
p { color: rgb(54,159,124); }
H1.HeaderClassName
{
color: #369F7C;
}
.AnyTagClassName
{
color: #369F7C;
}
</style>
background-color css
<style>
a { background-color: #369F7C; }
a { background-color: rgb(54,159,124); }
div.DivClassName
{
background-color: #369F7C;
}
.BgClassName
{
background-color: #369F7C;
}
</style>
border-color css
<style>
span { border-color: #369F7C; }
span { border-color: rgb(54,159,124); }
td.TdClassName
{
border-color: #369F7C;
}
.TagClassName
{
border-color: #369F7C;
}
</style>