Shades of Gossamer #36978A
Tints of Gossamer #36978A
RGB
CMYK
RGB Variations
Color information
#36978A (or 0x36978A) is known color: Gossamer. HEX triplet: 36, 97 and 8A. RGB value is (54,151,138). Sum of RGB (Red+Green+Blue) = 54+151+138=343 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.74% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 151 - color contains mainly: green. Hex color #36978A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36978A is #C96875. Grayscale: #787878. Windows color (decimal): -13199478 or 9082678. OLE color: 9082678.
HSL color Cylindrical-coordinate representation of color #36978A: hue angle of 171.96º 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 #36978A is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 151 | 138 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.41 |
| HSL | 171.96º | 0.47% | 0.4% | - |
| HSV(B) | 171.96º | 0.64% | 0.59% | - |
| XYZ | 17.18 | 24.75 | 27.92 | - |
| YUV | 120.52 | 137.86 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 151 | 138 | 0.64 | 0 | 0.09 | 0.41 | 171.96 | 0.47 | 0.4 |
| Hex | 36 | 97 | 8A | 40 | 0 | 9 | 29 | AC | 2F | 28 |
| Octal | 66 | 227 | 212 | 100 | 0 | 11 | 51 | 254 | 57 | 50 |
| Binary | 110110 | 10010111 | 10001010 | 1000000 | 0 | 1001 | 101001 | 10101100 | 101111 | 101000 |
Color Harmonies of #36978A
Complementary color
Monochromatic Colors of #36978A
Black with #36978A
Text Example
Text Example
White with #36978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36978A; }
p { color: rgb(54,151,138); }
H1.HeaderClassName
{
color: #36978A;
}
.AnyTagClassName
{
color: #36978A;
}
</style>
background-color css
<style>
a { background-color: #36978A; }
a { background-color: rgb(54,151,138); }
div.DivClassName
{
background-color: #36978A;
}
.BgClassName
{
background-color: #36978A;
}
</style>
border-color css
<style>
span { border-color: #36978A; }
span { border-color: rgb(54,151,138); }
td.TdClassName
{
border-color: #36978A;
}
.TagClassName
{
border-color: #36978A;
}
</style>