Shades of Gossamer #379981
Tints of Gossamer #379981
RGB
CMYK
RGB Variations
Color information
#379981 (or 0x379981) is known color: Gossamer. HEX triplet: 37, 99 and 81. RGB value is (55,153,129). Sum of RGB (Red+Green+Blue) = 55+153+129=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #379981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379981 is #C8667E. Grayscale: #787878. Windows color (decimal): -13133439 or 8493367. OLE color: 8493367.
HSL color Cylindrical-coordinate representation of color #379981: hue angle of 165.31º 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 #379981 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 153 | 129 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.4 |
| HSL | 165.31º | 0.47% | 0.41% | - |
| HSV(B) | 165.31º | 0.64% | 0.6% | - |
| XYZ | 16.93 | 25.18 | 24.74 | - |
| YUV | 120.96 | 132.53 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 153 | 129 | 0.64 | 0 | 0.16 | 0.4 | 165.31 | 0.47 | 0.41 |
| Hex | 37 | 99 | 81 | 40 | 0 | 10 | 28 | A5 | 2F | 29 |
| Octal | 67 | 231 | 201 | 100 | 0 | 20 | 50 | 245 | 57 | 51 |
| Binary | 110111 | 10011001 | 10000001 | 1000000 | 0 | 10000 | 101000 | 10100101 | 101111 | 101001 |
Color Harmonies of #379981
Complementary color
Monochromatic Colors of #379981
Black with #379981
Text Example
Text Example
White with #379981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379981; }
p { color: rgb(55,153,129); }
H1.HeaderClassName
{
color: #379981;
}
.AnyTagClassName
{
color: #379981;
}
</style>
background-color css
<style>
a { background-color: #379981; }
a { background-color: rgb(55,153,129); }
div.DivClassName
{
background-color: #379981;
}
.BgClassName
{
background-color: #379981;
}
</style>
border-color css
<style>
span { border-color: #379981; }
span { border-color: rgb(55,153,129); }
td.TdClassName
{
border-color: #379981;
}
.TagClassName
{
border-color: #379981;
}
</style>