Shades of Gossamer #379D76
Tints of Gossamer #379D76
RGB
CMYK
RGB Variations
Color information
#379D76 (or 0x379D76) is known color: Gossamer. HEX triplet: 37, 9D and 76. RGB value is (55,157,118). Sum of RGB (Red+Green+Blue) = 55+157+118=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 157 (61.72% from 255 or 47.58% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 157 - color contains mainly: green. Hex color #379D76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379D76 is #C86289. Grayscale: #7A7A7A. Windows color (decimal): -13132426 or 7773495. OLE color: 7773495.
HSL color Cylindrical-coordinate representation of color #379D76: hue angle of 157.06º 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 #379D76 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 157 | 118 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.38 |
| HSL | 157.06º | 0.48% | 0.42% | - |
| HSV(B) | 157.06º | 0.65% | 0.62% | - |
| XYZ | 16.9 | 26.23 | 21.31 | - |
| YUV | 122.06 | 125.71 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 157 | 118 | 0.65 | 0 | 0.25 | 0.38 | 157.06 | 0.48 | 0.42 |
| Hex | 37 | 9D | 76 | 41 | 0 | 19 | 26 | 9D | 30 | 2A |
| Octal | 67 | 235 | 166 | 101 | 0 | 31 | 46 | 235 | 60 | 52 |
| Binary | 110111 | 10011101 | 1110110 | 1000001 | 0 | 11001 | 100110 | 10011101 | 110000 | 101010 |
Color Harmonies of #379D76
Complementary color
Monochromatic Colors of #379D76
Black with #379D76
Text Example
Text Example
White with #379D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379D76; }
p { color: rgb(55,157,118); }
H1.HeaderClassName
{
color: #379D76;
}
.AnyTagClassName
{
color: #379D76;
}
</style>
background-color css
<style>
a { background-color: #379D76; }
a { background-color: rgb(55,157,118); }
div.DivClassName
{
background-color: #379D76;
}
.BgClassName
{
background-color: #379D76;
}
</style>
border-color css
<style>
span { border-color: #379D76; }
span { border-color: rgb(55,157,118); }
td.TdClassName
{
border-color: #379D76;
}
.TagClassName
{
border-color: #379D76;
}
</style>