Shades of Gossamer #36987D
Tints of Gossamer #36987D
RGB
CMYK
RGB Variations
Color information
#36987D (or 0x36987D) is known color: Gossamer. HEX triplet: 36, 98 and 7D. RGB value is (54,152,125). Sum of RGB (Red+Green+Blue) = 54+152+125=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #36987D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36987D is #C96782. Grayscale: #777777. Windows color (decimal): -13199235 or 8230966. OLE color: 8230966.
HSL color Cylindrical-coordinate representation of color #36987D: hue angle of 163.47º 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 #36987D is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 152 | 125 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.40 |
| HSL | 163.47º | 0.48% | 0.4% | - |
| HSV(B) | 163.47º | 0.64% | 0.6% | - |
| XYZ | 16.45 | 24.72 | 23.31 | - |
| YUV | 119.62 | 131.03 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 152 | 125 | 0.64 | 0 | 0.18 | 0.40 | 163.47 | 0.48 | 0.4 |
| Hex | 36 | 98 | 7D | 40 | 0 | 12 | 28 | A3 | 30 | 28 |
| Octal | 66 | 230 | 175 | 100 | 0 | 22 | 50 | 243 | 60 | 50 |
| Binary | 110110 | 10011000 | 1111101 | 1000000 | 0 | 10010 | 101000 | 10100011 | 110000 | 101000 |
Color Harmonies of #36987D
Complementary color
Monochromatic Colors of #36987D
Black with #36987D
Text Example
Text Example
White with #36987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36987D; }
p { color: rgb(54,152,125); }
H1.HeaderClassName
{
color: #36987D;
}
.AnyTagClassName
{
color: #36987D;
}
</style>
background-color css
<style>
a { background-color: #36987D; }
a { background-color: rgb(54,152,125); }
div.DivClassName
{
background-color: #36987D;
}
.BgClassName
{
background-color: #36987D;
}
</style>
border-color css
<style>
span { border-color: #36987D; }
span { border-color: rgb(54,152,125); }
td.TdClassName
{
border-color: #36987D;
}
.TagClassName
{
border-color: #36987D;
}
</style>