Shades of Gossamer #36A187
Tints of Gossamer #36A187
RGB
CMYK
RGB Variations
Color information
#36A187 (or 0x36A187) is known color: Gossamer. HEX triplet: 36, A1 and 87. RGB value is (54,161,135). Sum of RGB (Red+Green+Blue) = 54+161+135=350 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.43% from 350); Green value is 161 (63.28% from 255 or 46% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 161 - color contains mainly: green. Hex color #36A187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A187 is #C95E78. Grayscale: #7E7E7E. Windows color (decimal): -13196921 or 8888630. OLE color: 8888630.
HSL color Cylindrical-coordinate representation of color #36A187: hue angle of 165.42º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36A187 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 161 | 135 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.37 |
| HSL | 165.42º | 0.5% | 0.42% | - |
| HSV(B) | 165.42º | 0.66% | 0.63% | - |
| XYZ | 18.64 | 28.02 | 27.35 | - |
| YUV | 126.04 | 133.05 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 161 | 135 | 0.66 | 0 | 0.16 | 0.37 | 165.42 | 0.5 | 0.42 |
| Hex | 36 | A1 | 87 | 42 | 0 | 10 | 25 | A5 | 32 | 2A |
| Octal | 66 | 241 | 207 | 102 | 0 | 20 | 45 | 245 | 62 | 52 |
| Binary | 110110 | 10100001 | 10000111 | 1000010 | 0 | 10000 | 100101 | 10100101 | 110010 | 101010 |
Color Harmonies of #36A187
Complementary color
Monochromatic Colors of #36A187
Black with #36A187
Text Example
Text Example
White with #36A187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A187; }
p { color: rgb(54,161,135); }
H1.HeaderClassName
{
color: #36A187;
}
.AnyTagClassName
{
color: #36A187;
}
</style>
background-color css
<style>
a { background-color: #36A187; }
a { background-color: rgb(54,161,135); }
div.DivClassName
{
background-color: #36A187;
}
.BgClassName
{
background-color: #36A187;
}
</style>
border-color css
<style>
span { border-color: #36A187; }
span { border-color: rgb(54,161,135); }
td.TdClassName
{
border-color: #36A187;
}
.TagClassName
{
border-color: #36A187;
}
</style>