Shades of Gossamer #36A984
Tints of Gossamer #36A984
RGB
CMYK
RGB Variations
Color information
#36A984 (or 0x36A984) is known color: Gossamer. HEX triplet: 36, A9 and 84. RGB value is (54,169,132). Sum of RGB (Red+Green+Blue) = 54+169+132=355 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.21% from 355); Green value is 169 (66.41% from 255 or 47.61% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 169 - color contains mainly: green. Hex color #36A984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A984 is #C9567B. Grayscale: #828282. Windows color (decimal): -13194876 or 8694070. OLE color: 8694070.
HSL color Cylindrical-coordinate representation of color #36A984: hue angle of 160.7º degrees, saturation: 0.52, 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 #36A984 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 54 | 169 | 132 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.34 |
| HSL | 160.7º | 0.52% | 0.44% | - |
| HSV(B) | 160.7º | 0.68% | 0.66% | - |
| XYZ | 19.87 | 30.83 | 26.73 | - |
| YUV | 130.4 | 128.9 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 169 | 132 | 0.68 | 0 | 0.22 | 0.34 | 160.7 | 0.52 | 0.44 |
| Hex | 36 | A9 | 84 | 44 | 0 | 16 | 22 | A1 | 34 | 2C |
| Octal | 66 | 251 | 204 | 104 | 0 | 26 | 42 | 241 | 64 | 54 |
| Binary | 110110 | 10101001 | 10000100 | 1000100 | 0 | 10110 | 100010 | 10100001 | 110100 | 101100 |
Color Harmonies of #36A984
Complementary color
Monochromatic Colors of #36A984
Black with #36A984
Text Example
Text Example
White with #36A984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A984; }
p { color: rgb(54,169,132); }
H1.HeaderClassName
{
color: #36A984;
}
.AnyTagClassName
{
color: #36A984;
}
</style>
background-color css
<style>
a { background-color: #36A984; }
a { background-color: rgb(54,169,132); }
div.DivClassName
{
background-color: #36A984;
}
.BgClassName
{
background-color: #36A984;
}
</style>
border-color css
<style>
span { border-color: #36A984; }
span { border-color: rgb(54,169,132); }
td.TdClassName
{
border-color: #36A984;
}
.TagClassName
{
border-color: #36A984;
}
</style>