Shades of Gossamer #36A181
Tints of Gossamer #36A181
RGB
CMYK
RGB Variations
Color information
#36A181 (or 0x36A181) is known color: Gossamer. HEX triplet: 36, A1 and 81. RGB value is (54,161,129). Sum of RGB (Red+Green+Blue) = 54+161+129=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 161 (63.28% from 255 or 46.80% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 161 - color contains mainly: green. Hex color #36A181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A181 is #C95E7E. Grayscale: #7D7D7D. Windows color (decimal): -13196927 or 8495414. OLE color: 8495414.
HSL color Cylindrical-coordinate representation of color #36A181: hue angle of 162.06º 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 #36A181 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 161 | 129 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.37 |
| HSL | 162.06º | 0.5% | 0.42% | - |
| HSV(B) | 162.06º | 0.66% | 0.63% | - |
| XYZ | 18.23 | 27.86 | 25.19 | - |
| YUV | 125.36 | 130.05 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 161 | 129 | 0.66 | 0 | 0.20 | 0.37 | 162.06 | 0.5 | 0.42 |
| Hex | 36 | A1 | 81 | 42 | 0 | 14 | 25 | A2 | 32 | 2A |
| Octal | 66 | 241 | 201 | 102 | 0 | 24 | 45 | 242 | 62 | 52 |
| Binary | 110110 | 10100001 | 10000001 | 1000010 | 0 | 10100 | 100101 | 10100010 | 110010 | 101010 |
Color Harmonies of #36A181
Complementary color
Monochromatic Colors of #36A181
Black with #36A181
Text Example
Text Example
White with #36A181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A181; }
p { color: rgb(54,161,129); }
H1.HeaderClassName
{
color: #36A181;
}
.AnyTagClassName
{
color: #36A181;
}
</style>
background-color css
<style>
a { background-color: #36A181; }
a { background-color: rgb(54,161,129); }
div.DivClassName
{
background-color: #36A181;
}
.BgClassName
{
background-color: #36A181;
}
</style>
border-color css
<style>
span { border-color: #36A181; }
span { border-color: rgb(54,161,129); }
td.TdClassName
{
border-color: #36A181;
}
.TagClassName
{
border-color: #36A181;
}
</style>