Shades of Gossamer #379782
Tints of Gossamer #379782
RGB
CMYK
RGB Variations
Color information
#379782 (or 0x379782) is known color: Gossamer. HEX triplet: 37, 97 and 82. RGB value is (55,151,130). Sum of RGB (Red+Green+Blue) = 55+151+130=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #379782 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379782 is #C8687D. Grayscale: #777777. Windows color (decimal): -13133950 or 8558391. OLE color: 8558391.
HSL color Cylindrical-coordinate representation of color #379782: hue angle of 166.88º 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 #379782 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 55 | 151 | 130 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.41 |
| HSL | 166.88º | 0.47% | 0.4% | - |
| HSV(B) | 166.88º | 0.64% | 0.59% | - |
| XYZ | 16.67 | 24.56 | 24.98 | - |
| YUV | 119.9 | 133.7 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 151 | 130 | 0.64 | 0 | 0.14 | 0.41 | 166.88 | 0.47 | 0.4 |
| Hex | 37 | 97 | 82 | 40 | 0 | E | 29 | A7 | 2F | 28 |
| Octal | 67 | 227 | 202 | 100 | 0 | 16 | 51 | 247 | 57 | 50 |
| Binary | 110111 | 10010111 | 10000010 | 1000000 | 0 | 1110 | 101001 | 10100111 | 101111 | 101000 |
Color Harmonies of #379782
Complementary color
Monochromatic Colors of #379782
Black with #379782
Text Example
Text Example
White with #379782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379782; }
p { color: rgb(55,151,130); }
H1.HeaderClassName
{
color: #379782;
}
.AnyTagClassName
{
color: #379782;
}
</style>
background-color css
<style>
a { background-color: #379782; }
a { background-color: rgb(55,151,130); }
div.DivClassName
{
background-color: #379782;
}
.BgClassName
{
background-color: #379782;
}
</style>
border-color css
<style>
span { border-color: #379782; }
span { border-color: rgb(55,151,130); }
td.TdClassName
{
border-color: #379782;
}
.TagClassName
{
border-color: #379782;
}
</style>