Shades of Gossamer #36947C
Tints of Gossamer #36947C
RGB
CMYK
RGB Variations
Color information
#36947C (or 0x36947C) is known color: Gossamer. HEX triplet: 36, 94 and 7C. RGB value is (54,148,124). Sum of RGB (Red+Green+Blue) = 54+148+124=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #36947C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36947C is #C96B83. Grayscale: #757575. Windows color (decimal): -13200260 or 8164406. OLE color: 8164406.
HSL color Cylindrical-coordinate representation of color #36947C: hue angle of 164.68º 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 #36947C is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 148 | 124 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.42 |
| HSL | 164.68º | 0.47% | 0.4% | - |
| HSV(B) | 164.68º | 0.64% | 0.58% | - |
| XYZ | 15.75 | 23.42 | 22.76 | - |
| YUV | 117.16 | 131.86 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 148 | 124 | 0.64 | 0 | 0.16 | 0.42 | 164.68 | 0.47 | 0.4 |
| Hex | 36 | 94 | 7C | 40 | 0 | 10 | 2A | A5 | 2F | 28 |
| Octal | 66 | 224 | 174 | 100 | 0 | 20 | 52 | 245 | 57 | 50 |
| Binary | 110110 | 10010100 | 1111100 | 1000000 | 0 | 10000 | 101010 | 10100101 | 101111 | 101000 |
Color Harmonies of #36947C
Complementary color
Monochromatic Colors of #36947C
Black with #36947C
Text Example
Text Example
White with #36947C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36947C; }
p { color: rgb(54,148,124); }
H1.HeaderClassName
{
color: #36947C;
}
.AnyTagClassName
{
color: #36947C;
}
</style>
background-color css
<style>
a { background-color: #36947C; }
a { background-color: rgb(54,148,124); }
div.DivClassName
{
background-color: #36947C;
}
.BgClassName
{
background-color: #36947C;
}
</style>
border-color css
<style>
span { border-color: #36947C; }
span { border-color: rgb(54,148,124); }
td.TdClassName
{
border-color: #36947C;
}
.TagClassName
{
border-color: #36947C;
}
</style>