Shades of Gossamer #36A084
Tints of Gossamer #36A084
RGB
CMYK
RGB Variations
Color information
#36A084 (or 0x36A084) is known color: Gossamer. HEX triplet: 36, A0 and 84. RGB value is (54,160,132). Sum of RGB (Red+Green+Blue) = 54+160+132=346 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.61% from 346); Green value is 160 (62.89% from 255 or 46.24% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 160 - color contains mainly: green. Hex color #36A084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A084 is #C95F7B. Grayscale: #7D7D7D. Windows color (decimal): -13197180 or 8691766. OLE color: 8691766.
HSL color Cylindrical-coordinate representation of color #36A084: hue angle of 164.15º 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 #36A084 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 160 | 132 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.37 |
| HSL | 164.15º | 0.5% | 0.42% | - |
| HSV(B) | 164.15º | 0.66% | 0.63% | - |
| XYZ | 18.26 | 27.59 | 26.19 | - |
| YUV | 125.11 | 131.88 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 160 | 132 | 0.66 | 0 | 0.17 | 0.37 | 164.15 | 0.5 | 0.42 |
| Hex | 36 | A0 | 84 | 42 | 0 | 11 | 25 | A4 | 32 | 2A |
| Octal | 66 | 240 | 204 | 102 | 0 | 21 | 45 | 244 | 62 | 52 |
| Binary | 110110 | 10100000 | 10000100 | 1000010 | 0 | 10001 | 100101 | 10100100 | 110010 | 101010 |
Color Harmonies of #36A084
Complementary color
Monochromatic Colors of #36A084
Black with #36A084
Text Example
Text Example
White with #36A084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A084; }
p { color: rgb(54,160,132); }
H1.HeaderClassName
{
color: #36A084;
}
.AnyTagClassName
{
color: #36A084;
}
</style>
background-color css
<style>
a { background-color: #36A084; }
a { background-color: rgb(54,160,132); }
div.DivClassName
{
background-color: #36A084;
}
.BgClassName
{
background-color: #36A084;
}
</style>
border-color css
<style>
span { border-color: #36A084; }
span { border-color: rgb(54,160,132); }
td.TdClassName
{
border-color: #36A084;
}
.TagClassName
{
border-color: #36A084;
}
</style>