Shades of Gossamer #36977C
Tints of Gossamer #36977C
RGB
CMYK
RGB Variations
Color information
#36977C (or 0x36977C) is known color: Gossamer. HEX triplet: 36, 97 and 7C. RGB value is (54,151,124). Sum of RGB (Red+Green+Blue) = 54+151+124=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 151 - color contains mainly: green. Hex color #36977C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36977C is #C96883. Grayscale: #767676. Windows color (decimal): -13199492 or 8165174. OLE color: 8165174.
HSL color Cylindrical-coordinate representation of color #36977C: hue angle of 163.3º 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 #36977C is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 151 | 124 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.41 |
| HSL | 163.3º | 0.47% | 0.4% | - |
| HSV(B) | 163.3º | 0.64% | 0.59% | - |
| XYZ | 16.23 | 24.37 | 22.92 | - |
| YUV | 118.92 | 130.86 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 151 | 124 | 0.64 | 0 | 0.18 | 0.41 | 163.3 | 0.47 | 0.4 |
| Hex | 36 | 97 | 7C | 40 | 0 | 12 | 29 | A3 | 2F | 28 |
| Octal | 66 | 227 | 174 | 100 | 0 | 22 | 51 | 243 | 57 | 50 |
| Binary | 110110 | 10010111 | 1111100 | 1000000 | 0 | 10010 | 101001 | 10100011 | 101111 | 101000 |
Color Harmonies of #36977C
Complementary color
Monochromatic Colors of #36977C
Black with #36977C
Text Example
Text Example
White with #36977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36977C; }
p { color: rgb(54,151,124); }
H1.HeaderClassName
{
color: #36977C;
}
.AnyTagClassName
{
color: #36977C;
}
</style>
background-color css
<style>
a { background-color: #36977C; }
a { background-color: rgb(54,151,124); }
div.DivClassName
{
background-color: #36977C;
}
.BgClassName
{
background-color: #36977C;
}
</style>
border-color css
<style>
span { border-color: #36977C; }
span { border-color: rgb(54,151,124); }
td.TdClassName
{
border-color: #36977C;
}
.TagClassName
{
border-color: #36977C;
}
</style>