Shades of Gossamer #37A58B
Tints of Gossamer #37A58B
RGB
CMYK
RGB Variations
Color information
#37A58B (or 0x37A58B) is known color: Gossamer. HEX triplet: 37, A5 and 8B. RGB value is (55,165,139). Sum of RGB (Red+Green+Blue) = 55+165+139=359 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.32% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #37A58B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A58B is #C85A74. Grayscale: #818181. Windows color (decimal): -13130357 or 9151799. OLE color: 9151799.
HSL color Cylindrical-coordinate representation of color #37A58B: hue angle of 165.82º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #37A58B is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 55 | 165 | 139 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.35 |
| HSL | 165.82º | 0.5% | 0.43% | - |
| HSV(B) | 165.82º | 0.67% | 0.65% | - |
| XYZ | 19.69 | 29.59 | 29.1 | - |
| YUV | 129.15 | 133.56 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 165 | 139 | 0.67 | 0 | 0.16 | 0.35 | 165.82 | 0.5 | 0.43 |
| Hex | 37 | A5 | 8B | 43 | 0 | 10 | 23 | A6 | 32 | 2B |
| Octal | 67 | 245 | 213 | 103 | 0 | 20 | 43 | 246 | 62 | 53 |
| Binary | 110111 | 10100101 | 10001011 | 1000011 | 0 | 10000 | 100011 | 10100110 | 110010 | 101011 |
Color Harmonies of #37A58B
Complementary color
Monochromatic Colors of #37A58B
Black with #37A58B
Text Example
Text Example
White with #37A58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A58B; }
p { color: rgb(55,165,139); }
H1.HeaderClassName
{
color: #37A58B;
}
.AnyTagClassName
{
color: #37A58B;
}
</style>
background-color css
<style>
a { background-color: #37A58B; }
a { background-color: rgb(55,165,139); }
div.DivClassName
{
background-color: #37A58B;
}
.BgClassName
{
background-color: #37A58B;
}
</style>
border-color css
<style>
span { border-color: #37A58B; }
span { border-color: rgb(55,165,139); }
td.TdClassName
{
border-color: #37A58B;
}
.TagClassName
{
border-color: #37A58B;
}
</style>