Shades of Gossamer #37A28B
Tints of Gossamer #37A28B
RGB
CMYK
RGB Variations
Color information
#37A28B (or 0x37A28B) is known color: Gossamer. HEX triplet: 37, A2 and 8B. RGB value is (55,162,139). Sum of RGB (Red+Green+Blue) = 55+162+139=356 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.45% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 162 - color contains mainly: green. Hex color #37A28B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A28B is #C85D74. Grayscale: #7F7F7F. Windows color (decimal): -13131125 or 9151031. OLE color: 9151031.
HSL color Cylindrical-coordinate representation of color #37A28B: hue angle of 167.1º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37A28B is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 55 | 162 | 139 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.36 |
| HSL | 167.1º | 0.49% | 0.43% | - |
| HSV(B) | 167.1º | 0.66% | 0.64% | - |
| XYZ | 19.16 | 28.52 | 28.92 | - |
| YUV | 127.39 | 134.55 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 162 | 139 | 0.66 | 0 | 0.14 | 0.36 | 167.1 | 0.49 | 0.43 |
| Hex | 37 | A2 | 8B | 42 | 0 | E | 24 | A7 | 31 | 2B |
| Octal | 67 | 242 | 213 | 102 | 0 | 16 | 44 | 247 | 61 | 53 |
| Binary | 110111 | 10100010 | 10001011 | 1000010 | 0 | 1110 | 100100 | 10100111 | 110001 | 101011 |
Color Harmonies of #37A28B
Complementary color
Monochromatic Colors of #37A28B
Black with #37A28B
Text Example
Text Example
White with #37A28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A28B; }
p { color: rgb(55,162,139); }
H1.HeaderClassName
{
color: #37A28B;
}
.AnyTagClassName
{
color: #37A28B;
}
</style>
background-color css
<style>
a { background-color: #37A28B; }
a { background-color: rgb(55,162,139); }
div.DivClassName
{
background-color: #37A28B;
}
.BgClassName
{
background-color: #37A28B;
}
</style>
border-color css
<style>
span { border-color: #37A28B; }
span { border-color: rgb(55,162,139); }
td.TdClassName
{
border-color: #37A28B;
}
.TagClassName
{
border-color: #37A28B;
}
</style>