Shades of Gossamer #379674
Tints of Gossamer #379674
RGB
CMYK
RGB Variations
Color information
#379674 (or 0x379674) is known color: Gossamer. HEX triplet: 37, 96 and 74. RGB value is (55,150,116). Sum of RGB (Red+Green+Blue) = 55+150+116=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 150 - color contains mainly: green. Hex color #379674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379674 is #C8698B. Grayscale: #757575. Windows color (decimal): -13134220 or 7640631. OLE color: 7640631.
HSL color Cylindrical-coordinate representation of color #379674: hue angle of 158.53º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379674 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 55 | 150 | 116 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.41 |
| HSL | 158.53º | 0.46% | 0.4% | - |
| HSV(B) | 158.53º | 0.63% | 0.59% | - |
| XYZ | 15.63 | 23.89 | 20.31 | - |
| YUV | 117.72 | 127.03 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 150 | 116 | 0.63 | 0 | 0.23 | 0.41 | 158.53 | 0.46 | 0.4 |
| Hex | 37 | 96 | 74 | 3F | 0 | 17 | 29 | 9F | 2E | 28 |
| Octal | 67 | 226 | 164 | 77 | 0 | 27 | 51 | 237 | 56 | 50 |
| Binary | 110111 | 10010110 | 1110100 | 111111 | 0 | 10111 | 101001 | 10011111 | 101110 | 101000 |
Color Harmonies of #379674
Complementary color
Monochromatic Colors of #379674
Black with #379674
Text Example
Text Example
White with #379674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379674; }
p { color: rgb(55,150,116); }
H1.HeaderClassName
{
color: #379674;
}
.AnyTagClassName
{
color: #379674;
}
</style>
background-color css
<style>
a { background-color: #379674; }
a { background-color: rgb(55,150,116); }
div.DivClassName
{
background-color: #379674;
}
.BgClassName
{
background-color: #379674;
}
</style>
border-color css
<style>
span { border-color: #379674; }
span { border-color: rgb(55,150,116); }
td.TdClassName
{
border-color: #379674;
}
.TagClassName
{
border-color: #379674;
}
</style>