Shades of Gossamer #36A882
Tints of Gossamer #36A882
RGB
CMYK
RGB Variations
Color information
#36A882 (or 0x36A882) is known color: Gossamer. HEX triplet: 36, A8 and 82. RGB value is (54,168,130). Sum of RGB (Red+Green+Blue) = 54+168+130=352 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.34% from 352); Green value is 168 (66.02% from 255 or 47.73% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 168 - color contains mainly: green. Hex color #36A882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A882 is #C9577D. Grayscale: #818181. Windows color (decimal): -13195134 or 8562742. OLE color: 8562742.
HSL color Cylindrical-coordinate representation of color #36A882: hue angle of 160º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #36A882 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 54 | 168 | 130 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.34 |
| HSL | 160º | 0.51% | 0.44% | - |
| HSV(B) | 160º | 0.68% | 0.66% | - |
| XYZ | 19.55 | 30.4 | 25.96 | - |
| YUV | 129.58 | 128.23 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 168 | 130 | 0.68 | 0 | 0.23 | 0.34 | 160 | 0.51 | 0.44 |
| Hex | 36 | A8 | 82 | 44 | 0 | 17 | 22 | A0 | 33 | 2C |
| Octal | 66 | 250 | 202 | 104 | 0 | 27 | 42 | 240 | 63 | 54 |
| Binary | 110110 | 10101000 | 10000010 | 1000100 | 0 | 10111 | 100010 | 10100000 | 110011 | 101100 |
Color Harmonies of #36A882
Complementary color
Monochromatic Colors of #36A882
Black with #36A882
Text Example
Text Example
White with #36A882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A882; }
p { color: rgb(54,168,130); }
H1.HeaderClassName
{
color: #36A882;
}
.AnyTagClassName
{
color: #36A882;
}
</style>
background-color css
<style>
a { background-color: #36A882; }
a { background-color: rgb(54,168,130); }
div.DivClassName
{
background-color: #36A882;
}
.BgClassName
{
background-color: #36A882;
}
</style>
border-color css
<style>
span { border-color: #36A882; }
span { border-color: rgb(54,168,130); }
td.TdClassName
{
border-color: #36A882;
}
.TagClassName
{
border-color: #36A882;
}
</style>