Shades of Gossamer #36917D
Tints of Gossamer #36917D
RGB
CMYK
RGB Variations
Color information
#36917D (or 0x36917D) is known color: Gossamer. HEX triplet: 36, 91 and 7D. RGB value is (54,145,125). Sum of RGB (Red+Green+Blue) = 54+145+125=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #36917D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36917D is #C96E82. Grayscale: #737373. Windows color (decimal): -13201027 or 8229174. OLE color: 8229174.
HSL color Cylindrical-coordinate representation of color #36917D: hue angle of 166.81º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #36917D is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 145 | 125 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.43 |
| HSL | 166.81º | 0.46% | 0.39% | - |
| HSV(B) | 166.81º | 0.63% | 0.57% | - |
| XYZ | 15.35 | 22.52 | 22.94 | - |
| YUV | 115.51 | 133.35 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 145 | 125 | 0.63 | 0 | 0.14 | 0.43 | 166.81 | 0.46 | 0.39 |
| Hex | 36 | 91 | 7D | 3F | 0 | E | 2B | A7 | 2E | 27 |
| Octal | 66 | 221 | 175 | 77 | 0 | 16 | 53 | 247 | 56 | 47 |
| Binary | 110110 | 10010001 | 1111101 | 111111 | 0 | 1110 | 101011 | 10100111 | 101110 | 100111 |
Color Harmonies of #36917D
Complementary color
Monochromatic Colors of #36917D
Black with #36917D
Text Example
Text Example
White with #36917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36917D; }
p { color: rgb(54,145,125); }
H1.HeaderClassName
{
color: #36917D;
}
.AnyTagClassName
{
color: #36917D;
}
</style>
background-color css
<style>
a { background-color: #36917D; }
a { background-color: rgb(54,145,125); }
div.DivClassName
{
background-color: #36917D;
}
.BgClassName
{
background-color: #36917D;
}
</style>
border-color css
<style>
span { border-color: #36917D; }
span { border-color: rgb(54,145,125); }
td.TdClassName
{
border-color: #36917D;
}
.TagClassName
{
border-color: #36917D;
}
</style>