Shades of Gossamer #36907A
Tints of Gossamer #36907A
RGB
CMYK
RGB Variations
Color information
#36907A (or 0x36907A) is known color: Gossamer. HEX triplet: 36, 90 and 7A. RGB value is (54,144,122). Sum of RGB (Red+Green+Blue) = 54+144+122=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 144 - color contains mainly: green. Hex color #36907A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36907A is #C96F85. Grayscale: #727272. Windows color (decimal): -13201286 or 8032310. OLE color: 8032310.
HSL color Cylindrical-coordinate representation of color #36907A: hue angle of 165.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36907A is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 144 | 122 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.44 |
| HSL | 165.33º | 0.45% | 0.39% | - |
| HSV(B) | 165.33º | 0.63% | 0.56% | - |
| XYZ | 15.01 | 22.14 | 21.89 | - |
| YUV | 114.58 | 132.18 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 144 | 122 | 0.63 | 0 | 0.15 | 0.44 | 165.33 | 0.45 | 0.39 |
| Hex | 36 | 90 | 7A | 3F | 0 | F | 2C | A5 | 2D | 27 |
| Octal | 66 | 220 | 172 | 77 | 0 | 17 | 54 | 245 | 55 | 47 |
| Binary | 110110 | 10010000 | 1111010 | 111111 | 0 | 1111 | 101100 | 10100101 | 101101 | 100111 |
Color Harmonies of #36907A
Complementary color
Monochromatic Colors of #36907A
Black with #36907A
Text Example
Text Example
White with #36907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36907A; }
p { color: rgb(54,144,122); }
H1.HeaderClassName
{
color: #36907A;
}
.AnyTagClassName
{
color: #36907A;
}
</style>
background-color css
<style>
a { background-color: #36907A; }
a { background-color: rgb(54,144,122); }
div.DivClassName
{
background-color: #36907A;
}
.BgClassName
{
background-color: #36907A;
}
</style>
border-color css
<style>
span { border-color: #36907A; }
span { border-color: rgb(54,144,122); }
td.TdClassName
{
border-color: #36907A;
}
.TagClassName
{
border-color: #36907A;
}
</style>