Shades of Gossamer #379978
Tints of Gossamer #379978
RGB
CMYK
RGB Variations
Color information
#379978 (or 0x379978) is known color: Gossamer. HEX triplet: 37, 99 and 78. RGB value is (55,153,120). Sum of RGB (Red+Green+Blue) = 55+153+120=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #379978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379978 is #C86687. Grayscale: #777777. Windows color (decimal): -13133448 or 7903543. OLE color: 7903543.
HSL color Cylindrical-coordinate representation of color #379978: hue angle of 159.8º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379978 is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 153 | 120 | - |
| CMYK | 0.64 | 0 | 0.22 | 0.4 |
| HSL | 159.8º | 0.47% | 0.41% | - |
| HSV(B) | 159.8º | 0.64% | 0.6% | - |
| XYZ | 16.36 | 24.95 | 21.72 | - |
| YUV | 119.94 | 128.03 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 153 | 120 | 0.64 | 0 | 0.22 | 0.4 | 159.8 | 0.47 | 0.41 |
| Hex | 37 | 99 | 78 | 40 | 0 | 16 | 28 | A0 | 2F | 29 |
| Octal | 67 | 231 | 170 | 100 | 0 | 26 | 50 | 240 | 57 | 51 |
| Binary | 110111 | 10011001 | 1111000 | 1000000 | 0 | 10110 | 101000 | 10100000 | 101111 | 101001 |
Color Harmonies of #379978
Complementary color
Monochromatic Colors of #379978
Black with #379978
Text Example
Text Example
White with #379978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379978; }
p { color: rgb(55,153,120); }
H1.HeaderClassName
{
color: #379978;
}
.AnyTagClassName
{
color: #379978;
}
</style>
background-color css
<style>
a { background-color: #379978; }
a { background-color: rgb(55,153,120); }
div.DivClassName
{
background-color: #379978;
}
.BgClassName
{
background-color: #379978;
}
</style>
border-color css
<style>
span { border-color: #379978; }
span { border-color: rgb(55,153,120); }
td.TdClassName
{
border-color: #379978;
}
.TagClassName
{
border-color: #379978;
}
</style>