Shades of Gossamer #36977E
Tints of Gossamer #36977E
RGB
CMYK
RGB Variations
Color information
#36977E (or 0x36977E) is known color: Gossamer. HEX triplet: 36, 97 and 7E. RGB value is (54,151,126). Sum of RGB (Red+Green+Blue) = 54+151+126=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #36977E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36977E is #C96881. Grayscale: #777777. Windows color (decimal): -13199490 or 8296246. OLE color: 8296246.
HSL color Cylindrical-coordinate representation of color #36977E: hue angle of 164.54º 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 #36977E is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 151 | 126 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.41 |
| HSL | 164.54º | 0.47% | 0.4% | - |
| HSV(B) | 164.54º | 0.64% | 0.59% | - |
| XYZ | 16.35 | 24.42 | 23.59 | - |
| YUV | 119.15 | 131.86 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 151 | 126 | 0.64 | 0 | 0.17 | 0.41 | 164.54 | 0.47 | 0.4 |
| Hex | 36 | 97 | 7E | 40 | 0 | 11 | 29 | A5 | 2F | 28 |
| Octal | 66 | 227 | 176 | 100 | 0 | 21 | 51 | 245 | 57 | 50 |
| Binary | 110110 | 10010111 | 1111110 | 1000000 | 0 | 10001 | 101001 | 10100101 | 101111 | 101000 |
Color Harmonies of #36977E
Complementary color
Monochromatic Colors of #36977E
Black with #36977E
Text Example
Text Example
White with #36977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36977E; }
p { color: rgb(54,151,126); }
H1.HeaderClassName
{
color: #36977E;
}
.AnyTagClassName
{
color: #36977E;
}
</style>
background-color css
<style>
a { background-color: #36977E; }
a { background-color: rgb(54,151,126); }
div.DivClassName
{
background-color: #36977E;
}
.BgClassName
{
background-color: #36977E;
}
</style>
border-color css
<style>
span { border-color: #36977E; }
span { border-color: rgb(54,151,126); }
td.TdClassName
{
border-color: #36977E;
}
.TagClassName
{
border-color: #36977E;
}
</style>