Shades of Gossamer #36AA83
Tints of Gossamer #36AA83
RGB
CMYK
RGB Variations
Color information
#36AA83 (or 0x36AA83) is known color: Gossamer. HEX triplet: 36, AA and 83. RGB value is (54,170,131). Sum of RGB (Red+Green+Blue) = 54+170+131=355 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.21% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #36AA83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36AA83 is #C9557C. Grayscale: #828282. Windows color (decimal): -13194621 or 8628790. OLE color: 8628790.
HSL color Cylindrical-coordinate representation of color #36AA83: hue angle of 159.83º 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 #36AA83 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 170 | 131 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.33 |
| HSL | 159.83º | 0.52% | 0.44% | - |
| HSV(B) | 159.83º | 0.68% | 0.67% | - |
| XYZ | 19.99 | 31.17 | 26.44 | - |
| YUV | 130.87 | 128.07 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 170 | 131 | 0.68 | 0 | 0.23 | 0.33 | 159.83 | 0.52 | 0.44 |
| Hex | 36 | AA | 83 | 44 | 0 | 17 | 21 | A0 | 34 | 2C |
| Octal | 66 | 252 | 203 | 104 | 0 | 27 | 41 | 240 | 64 | 54 |
| Binary | 110110 | 10101010 | 10000011 | 1000100 | 0 | 10111 | 100001 | 10100000 | 110100 | 101100 |
Color Harmonies of #36AA83
Complementary color
Monochromatic Colors of #36AA83
Black with #36AA83
Text Example
Text Example
White with #36AA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36AA83; }
p { color: rgb(54,170,131); }
H1.HeaderClassName
{
color: #36AA83;
}
.AnyTagClassName
{
color: #36AA83;
}
</style>
background-color css
<style>
a { background-color: #36AA83; }
a { background-color: rgb(54,170,131); }
div.DivClassName
{
background-color: #36AA83;
}
.BgClassName
{
background-color: #36AA83;
}
</style>
border-color css
<style>
span { border-color: #36AA83; }
span { border-color: rgb(54,170,131); }
td.TdClassName
{
border-color: #36AA83;
}
.TagClassName
{
border-color: #36AA83;
}
</style>