Shades of Gossamer #36967D
Tints of Gossamer #36967D
RGB
CMYK
RGB Variations
Color information
#36967D (or 0x36967D) is known color: Gossamer. HEX triplet: 36, 96 and 7D. RGB value is (54,150,125). Sum of RGB (Red+Green+Blue) = 54+150+125=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #36967D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36967D is #C96982. Grayscale: #767676. Windows color (decimal): -13199747 or 8230454. OLE color: 8230454.
HSL color Cylindrical-coordinate representation of color #36967D: hue angle of 164.38º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36967D is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 150 | 125 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.41 |
| HSL | 164.38º | 0.47% | 0.4% | - |
| HSV(B) | 164.38º | 0.64% | 0.59% | - |
| XYZ | 16.13 | 24.08 | 23.2 | - |
| YUV | 118.45 | 131.7 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 150 | 125 | 0.64 | 0 | 0.17 | 0.41 | 164.38 | 0.47 | 0.4 |
| Hex | 36 | 96 | 7D | 40 | 0 | 11 | 29 | A4 | 2F | 28 |
| Octal | 66 | 226 | 175 | 100 | 0 | 21 | 51 | 244 | 57 | 50 |
| Binary | 110110 | 10010110 | 1111101 | 1000000 | 0 | 10001 | 101001 | 10100100 | 101111 | 101000 |
Color Harmonies of #36967D
Complementary color
Monochromatic Colors of #36967D
Black with #36967D
Text Example
Text Example
White with #36967D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36967D; }
p { color: rgb(54,150,125); }
H1.HeaderClassName
{
color: #36967D;
}
.AnyTagClassName
{
color: #36967D;
}
</style>
background-color css
<style>
a { background-color: #36967D; }
a { background-color: rgb(54,150,125); }
div.DivClassName
{
background-color: #36967D;
}
.BgClassName
{
background-color: #36967D;
}
</style>
border-color css
<style>
span { border-color: #36967D; }
span { border-color: rgb(54,150,125); }
td.TdClassName
{
border-color: #36967D;
}
.TagClassName
{
border-color: #36967D;
}
</style>