Shades of Gossamer #36987E
Tints of Gossamer #36987E
RGB
CMYK
RGB Variations
Color information
#36987E (or 0x36987E) is known color: Gossamer. HEX triplet: 36, 98 and 7E. RGB value is (54,152,126). Sum of RGB (Red+Green+Blue) = 54+152+126=332 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.27% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #36987E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36987E is #C96781. Grayscale: #777777. Windows color (decimal): -13199234 or 8296502. OLE color: 8296502.
HSL color Cylindrical-coordinate representation of color #36987E: hue angle of 164.08º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36987E is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 152 | 126 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.40 |
| HSL | 164.08º | 0.48% | 0.4% | - |
| HSV(B) | 164.08º | 0.64% | 0.6% | - |
| XYZ | 16.52 | 24.75 | 23.64 | - |
| YUV | 119.73 | 131.53 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 152 | 126 | 0.64 | 0 | 0.17 | 0.40 | 164.08 | 0.48 | 0.4 |
| Hex | 36 | 98 | 7E | 40 | 0 | 11 | 28 | A4 | 30 | 28 |
| Octal | 66 | 230 | 176 | 100 | 0 | 21 | 50 | 244 | 60 | 50 |
| Binary | 110110 | 10011000 | 1111110 | 1000000 | 0 | 10001 | 101000 | 10100100 | 110000 | 101000 |
Color Harmonies of #36987E
Complementary color
Monochromatic Colors of #36987E
Black with #36987E
Text Example
Text Example
White with #36987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36987E; }
p { color: rgb(54,152,126); }
H1.HeaderClassName
{
color: #36987E;
}
.AnyTagClassName
{
color: #36987E;
}
</style>
background-color css
<style>
a { background-color: #36987E; }
a { background-color: rgb(54,152,126); }
div.DivClassName
{
background-color: #36987E;
}
.BgClassName
{
background-color: #36987E;
}
</style>
border-color css
<style>
span { border-color: #36987E; }
span { border-color: rgb(54,152,126); }
td.TdClassName
{
border-color: #36987E;
}
.TagClassName
{
border-color: #36987E;
}
</style>