Shades of Gossamer #379D91
Tints of Gossamer #379D91
RGB
CMYK
RGB Variations
Color information
#379D91 (or 0x379D91) is known color: Gossamer. HEX triplet: 37, 9D and 91. RGB value is (55,157,145). Sum of RGB (Red+Green+Blue) = 55+157+145=357 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.41% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 157 - color contains mainly: green. Hex color #379D91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379D91 is #C8626E. Grayscale: #7D7D7D. Windows color (decimal): -13132399 or 9542967. OLE color: 9542967.
HSL color Cylindrical-coordinate representation of color #379D91: hue angle of 172.94º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379D91 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 157 | 145 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.38 |
| HSL | 172.94º | 0.48% | 0.42% | - |
| HSV(B) | 172.94º | 0.65% | 0.62% | - |
| XYZ | 18.74 | 26.97 | 31.01 | - |
| YUV | 125.13 | 139.21 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 157 | 145 | 0.65 | 0 | 0.08 | 0.38 | 172.94 | 0.48 | 0.42 |
| Hex | 37 | 9D | 91 | 41 | 0 | 8 | 26 | AD | 30 | 2A |
| Octal | 67 | 235 | 221 | 101 | 0 | 10 | 46 | 255 | 60 | 52 |
| Binary | 110111 | 10011101 | 10010001 | 1000001 | 0 | 1000 | 100110 | 10101101 | 110000 | 101010 |
Color Harmonies of #379D91
Complementary color
Monochromatic Colors of #379D91
Black with #379D91
Text Example
Text Example
White with #379D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379D91; }
p { color: rgb(55,157,145); }
H1.HeaderClassName
{
color: #379D91;
}
.AnyTagClassName
{
color: #379D91;
}
</style>
background-color css
<style>
a { background-color: #379D91; }
a { background-color: rgb(55,157,145); }
div.DivClassName
{
background-color: #379D91;
}
.BgClassName
{
background-color: #379D91;
}
</style>
border-color css
<style>
span { border-color: #379D91; }
span { border-color: rgb(55,157,145); }
td.TdClassName
{
border-color: #379D91;
}
.TagClassName
{
border-color: #379D91;
}
</style>