Shades of Gossamer #37A57D
Tints of Gossamer #37A57D
RGB
CMYK
RGB Variations
Color information
#37A57D (or 0x37A57D) is known color: Gossamer. HEX triplet: 37, A5 and 7D. RGB value is (55,165,125). Sum of RGB (Red+Green+Blue) = 55+165+125=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 165 - color contains mainly: green. Hex color #37A57D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37A57D is #C85A82. Grayscale: #7F7F7F. Windows color (decimal): -13130371 or 8234295. OLE color: 8234295.
HSL color Cylindrical-coordinate representation of color #37A57D: hue angle of 158.18º 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 #37A57D is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 55 | 165 | 125 | - |
| CMYK | 0.67 | 0 | 0.24 | 0.35 |
| HSL | 158.18º | 0.5% | 0.43% | - |
| HSV(B) | 158.18º | 0.67% | 0.65% | - |
| XYZ | 18.73 | 29.2 | 24.05 | - |
| YUV | 127.55 | 126.56 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 165 | 125 | 0.67 | 0 | 0.24 | 0.35 | 158.18 | 0.5 | 0.43 |
| Hex | 37 | A5 | 7D | 43 | 0 | 18 | 23 | 9E | 32 | 2B |
| Octal | 67 | 245 | 175 | 103 | 0 | 30 | 43 | 236 | 62 | 53 |
| Binary | 110111 | 10100101 | 1111101 | 1000011 | 0 | 11000 | 100011 | 10011110 | 110010 | 101011 |
Color Harmonies of #37A57D
Complementary color
Monochromatic Colors of #37A57D
Black with #37A57D
Text Example
Text Example
White with #37A57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A57D; }
p { color: rgb(55,165,125); }
H1.HeaderClassName
{
color: #37A57D;
}
.AnyTagClassName
{
color: #37A57D;
}
</style>
background-color css
<style>
a { background-color: #37A57D; }
a { background-color: rgb(55,165,125); }
div.DivClassName
{
background-color: #37A57D;
}
.BgClassName
{
background-color: #37A57D;
}
</style>
border-color css
<style>
span { border-color: #37A57D; }
span { border-color: rgb(55,165,125); }
td.TdClassName
{
border-color: #37A57D;
}
.TagClassName
{
border-color: #37A57D;
}
</style>