Shades of Gossamer #36947B
Tints of Gossamer #36947B
RGB
CMYK
RGB Variations
Color information
#36947B (or 0x36947B) is known color: Gossamer. HEX triplet: 36, 94 and 7B. RGB value is (54,148,123). Sum of RGB (Red+Green+Blue) = 54+148+123=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #36947B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36947B is #C96B84. Grayscale: #757575. Windows color (decimal): -13200261 or 8098870. OLE color: 8098870.
HSL color Cylindrical-coordinate representation of color #36947B: hue angle of 164.04º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36947B is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 148 | 123 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.42 |
| HSL | 164.04º | 0.47% | 0.4% | - |
| HSV(B) | 164.04º | 0.64% | 0.58% | - |
| XYZ | 15.69 | 23.39 | 22.43 | - |
| YUV | 117.04 | 131.36 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 148 | 123 | 0.64 | 0 | 0.17 | 0.42 | 164.04 | 0.47 | 0.4 |
| Hex | 36 | 94 | 7B | 40 | 0 | 11 | 2A | A4 | 2F | 28 |
| Octal | 66 | 224 | 173 | 100 | 0 | 21 | 52 | 244 | 57 | 50 |
| Binary | 110110 | 10010100 | 1111011 | 1000000 | 0 | 10001 | 101010 | 10100100 | 101111 | 101000 |
Color Harmonies of #36947B
Complementary color
Monochromatic Colors of #36947B
Black with #36947B
Text Example
Text Example
White with #36947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36947B; }
p { color: rgb(54,148,123); }
H1.HeaderClassName
{
color: #36947B;
}
.AnyTagClassName
{
color: #36947B;
}
</style>
background-color css
<style>
a { background-color: #36947B; }
a { background-color: rgb(54,148,123); }
div.DivClassName
{
background-color: #36947B;
}
.BgClassName
{
background-color: #36947B;
}
</style>
border-color css
<style>
span { border-color: #36947B; }
span { border-color: rgb(54,148,123); }
td.TdClassName
{
border-color: #36947B;
}
.TagClassName
{
border-color: #36947B;
}
</style>