Shades of Gossamer #37997E
Tints of Gossamer #37997E
RGB
CMYK
RGB Variations
Color information
#37997E (or 0x37997E) is known color: Gossamer. HEX triplet: 37, 99 and 7E. RGB value is (55,153,126). Sum of RGB (Red+Green+Blue) = 55+153+126=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #37997E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37997E is #C86681. Grayscale: #787878. Windows color (decimal): -13133442 or 8296759. OLE color: 8296759.
HSL color Cylindrical-coordinate representation of color #37997E: hue angle of 163.47º 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 #37997E is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 153 | 126 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.4 |
| HSL | 163.47º | 0.47% | 0.41% | - |
| HSV(B) | 163.47º | 0.64% | 0.6% | - |
| XYZ | 16.73 | 25.1 | 23.7 | - |
| YUV | 120.62 | 131.03 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 153 | 126 | 0.64 | 0 | 0.18 | 0.4 | 163.47 | 0.47 | 0.41 |
| Hex | 37 | 99 | 7E | 40 | 0 | 12 | 28 | A3 | 2F | 29 |
| Octal | 67 | 231 | 176 | 100 | 0 | 22 | 50 | 243 | 57 | 51 |
| Binary | 110111 | 10011001 | 1111110 | 1000000 | 0 | 10010 | 101000 | 10100011 | 101111 | 101001 |
Color Harmonies of #37997E
Complementary color
Monochromatic Colors of #37997E
Black with #37997E
Text Example
Text Example
White with #37997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37997E; }
p { color: rgb(55,153,126); }
H1.HeaderClassName
{
color: #37997E;
}
.AnyTagClassName
{
color: #37997E;
}
</style>
background-color css
<style>
a { background-color: #37997E; }
a { background-color: rgb(55,153,126); }
div.DivClassName
{
background-color: #37997E;
}
.BgClassName
{
background-color: #37997E;
}
</style>
border-color css
<style>
span { border-color: #37997E; }
span { border-color: rgb(55,153,126); }
td.TdClassName
{
border-color: #37997E;
}
.TagClassName
{
border-color: #37997E;
}
</style>