Shades of Gossamer #36A58D
Tints of Gossamer #36A58D
RGB
CMYK
RGB Variations
Color information
#36A58D (or 0x36A58D) is known color: Gossamer. HEX triplet: 36, A5 and 8D. RGB value is (54,165,141). Sum of RGB (Red+Green+Blue) = 54+165+141=360 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15% from 360); Green value is 165 (64.84% from 255 or 45.83% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 165 - color contains mainly: green. Hex color #36A58D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A58D is #C95A72. Grayscale: #818181. Windows color (decimal): -13195891 or 9282870. OLE color: 9282870.
HSL color Cylindrical-coordinate representation of color #36A58D: hue angle of 167.03º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #36A58D is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 54 | 165 | 141 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.35 |
| HSL | 167.03º | 0.51% | 0.43% | - |
| HSV(B) | 167.03º | 0.67% | 0.65% | - |
| XYZ | 19.78 | 29.62 | 29.87 | - |
| YUV | 129.08 | 134.73 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 165 | 141 | 0.67 | 0 | 0.15 | 0.35 | 167.03 | 0.51 | 0.43 |
| Hex | 36 | A5 | 8D | 43 | 0 | F | 23 | A7 | 33 | 2B |
| Octal | 66 | 245 | 215 | 103 | 0 | 17 | 43 | 247 | 63 | 53 |
| Binary | 110110 | 10100101 | 10001101 | 1000011 | 0 | 1111 | 100011 | 10100111 | 110011 | 101011 |
Color Harmonies of #36A58D
Complementary color
Monochromatic Colors of #36A58D
Black with #36A58D
Text Example
Text Example
White with #36A58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A58D; }
p { color: rgb(54,165,141); }
H1.HeaderClassName
{
color: #36A58D;
}
.AnyTagClassName
{
color: #36A58D;
}
</style>
background-color css
<style>
a { background-color: #36A58D; }
a { background-color: rgb(54,165,141); }
div.DivClassName
{
background-color: #36A58D;
}
.BgClassName
{
background-color: #36A58D;
}
</style>
border-color css
<style>
span { border-color: #36A58D; }
span { border-color: rgb(54,165,141); }
td.TdClassName
{
border-color: #36A58D;
}
.TagClassName
{
border-color: #36A58D;
}
</style>