Shades of Gossamer #36957D
Tints of Gossamer #36957D
RGB
CMYK
RGB Variations
Color information
#36957D (or 0x36957D) is known color: Gossamer. HEX triplet: 36, 95 and 7D. RGB value is (54,149,125). Sum of RGB (Red+Green+Blue) = 54+149+125=328 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.46% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #36957D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36957D is #C96A82. Grayscale: #757575. Windows color (decimal): -13200003 or 8230198. OLE color: 8230198.
HSL color Cylindrical-coordinate representation of color #36957D: hue angle of 164.84º 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 #36957D is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 149 | 125 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.42 |
| HSL | 164.84º | 0.47% | 0.4% | - |
| HSV(B) | 164.84º | 0.64% | 0.58% | - |
| XYZ | 15.97 | 23.76 | 23.15 | - |
| YUV | 117.86 | 132.03 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 149 | 125 | 0.64 | 0 | 0.16 | 0.42 | 164.84 | 0.47 | 0.4 |
| Hex | 36 | 95 | 7D | 40 | 0 | 10 | 2A | A5 | 2F | 28 |
| Octal | 66 | 225 | 175 | 100 | 0 | 20 | 52 | 245 | 57 | 50 |
| Binary | 110110 | 10010101 | 1111101 | 1000000 | 0 | 10000 | 101010 | 10100101 | 101111 | 101000 |
Color Harmonies of #36957D
Complementary color
Monochromatic Colors of #36957D
Black with #36957D
Text Example
Text Example
White with #36957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36957D; }
p { color: rgb(54,149,125); }
H1.HeaderClassName
{
color: #36957D;
}
.AnyTagClassName
{
color: #36957D;
}
</style>
background-color css
<style>
a { background-color: #36957D; }
a { background-color: rgb(54,149,125); }
div.DivClassName
{
background-color: #36957D;
}
.BgClassName
{
background-color: #36957D;
}
</style>
border-color css
<style>
span { border-color: #36957D; }
span { border-color: rgb(54,149,125); }
td.TdClassName
{
border-color: #36957D;
}
.TagClassName
{
border-color: #36957D;
}
</style>