Shades of Gossamer #36967C
Tints of Gossamer #36967C
RGB
CMYK
RGB Variations
Color information
#36967C (or 0x36967C) is known color: Gossamer. HEX triplet: 36, 96 and 7C. RGB value is (54,150,124). Sum of RGB (Red+Green+Blue) = 54+150+124=328 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.46% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #36967C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36967C is #C96983. Grayscale: #767676. Windows color (decimal): -13199748 or 8164918. OLE color: 8164918.
HSL color Cylindrical-coordinate representation of color #36967C: hue angle of 163.75º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36967C is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 150 | 124 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.41 |
| HSL | 163.75º | 0.47% | 0.4% | - |
| HSV(B) | 163.75º | 0.64% | 0.59% | - |
| XYZ | 16.07 | 24.05 | 22.86 | - |
| YUV | 118.33 | 131.2 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 150 | 124 | 0.64 | 0 | 0.17 | 0.41 | 163.75 | 0.47 | 0.4 |
| Hex | 36 | 96 | 7C | 40 | 0 | 11 | 29 | A4 | 2F | 28 |
| Octal | 66 | 226 | 174 | 100 | 0 | 21 | 51 | 244 | 57 | 50 |
| Binary | 110110 | 10010110 | 1111100 | 1000000 | 0 | 10001 | 101001 | 10100100 | 101111 | 101000 |
Color Harmonies of #36967C
Complementary color
Monochromatic Colors of #36967C
Black with #36967C
Text Example
Text Example
White with #36967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36967C; }
p { color: rgb(54,150,124); }
H1.HeaderClassName
{
color: #36967C;
}
.AnyTagClassName
{
color: #36967C;
}
</style>
background-color css
<style>
a { background-color: #36967C; }
a { background-color: rgb(54,150,124); }
div.DivClassName
{
background-color: #36967C;
}
.BgClassName
{
background-color: #36967C;
}
</style>
border-color css
<style>
span { border-color: #36967C; }
span { border-color: rgb(54,150,124); }
td.TdClassName
{
border-color: #36967C;
}
.TagClassName
{
border-color: #36967C;
}
</style>