Shades of Gossamer #36AA85
Tints of Gossamer #36AA85
RGB
CMYK
RGB Variations
Color information
#36AA85 (or 0x36AA85) is known color: Gossamer. HEX triplet: 36, AA and 85. RGB value is (54,170,133). Sum of RGB (Red+Green+Blue) = 54+170+133=357 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.13% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #36AA85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36AA85 is #C9557A. Grayscale: #838383. Windows color (decimal): -13194619 or 8759862. OLE color: 8759862.
HSL color Cylindrical-coordinate representation of color #36AA85: hue angle of 160.86º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #36AA85 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 170 | 133 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.33 |
| HSL | 160.86º | 0.52% | 0.44% | - |
| HSV(B) | 160.86º | 0.68% | 0.67% | - |
| XYZ | 20.13 | 31.23 | 27.16 | - |
| YUV | 131.1 | 129.07 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 170 | 133 | 0.68 | 0 | 0.22 | 0.33 | 160.86 | 0.52 | 0.44 |
| Hex | 36 | AA | 85 | 44 | 0 | 16 | 21 | A1 | 34 | 2C |
| Octal | 66 | 252 | 205 | 104 | 0 | 26 | 41 | 241 | 64 | 54 |
| Binary | 110110 | 10101010 | 10000101 | 1000100 | 0 | 10110 | 100001 | 10100001 | 110100 | 101100 |
Color Harmonies of #36AA85
Complementary color
Monochromatic Colors of #36AA85
Black with #36AA85
Text Example
Text Example
White with #36AA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36AA85; }
p { color: rgb(54,170,133); }
H1.HeaderClassName
{
color: #36AA85;
}
.AnyTagClassName
{
color: #36AA85;
}
</style>
background-color css
<style>
a { background-color: #36AA85; }
a { background-color: rgb(54,170,133); }
div.DivClassName
{
background-color: #36AA85;
}
.BgClassName
{
background-color: #36AA85;
}
</style>
border-color css
<style>
span { border-color: #36AA85; }
span { border-color: rgb(54,170,133); }
td.TdClassName
{
border-color: #36AA85;
}
.TagClassName
{
border-color: #36AA85;
}
</style>