Shades of Amazon #377A58
Tints of Amazon #377A58
RGB
CMYK
RGB Variations
Color information
#377A58 (or 0x377A58) is known color: Amazon. HEX triplet: 37, 7A and 58. RGB value is (55,122,88). Sum of RGB (Red+Green+Blue) = 55+122+88=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 122 (48.05% from 255 or 46.04% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 122 - color contains mainly: green. Hex color #377A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377A58 is #C885A7. Grayscale: #626262. Windows color (decimal): -13141416 or 5798455. OLE color: 5798455.
HSL color Cylindrical-coordinate representation of color #377A58: hue angle of 149.55º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377A58 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 122 | 88 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.52 |
| HSL | 149.55º | 0.38% | 0.35% | - |
| HSV(B) | 149.55º | 0.55% | 0.48% | - |
| XYZ | 10.3 | 15.44 | 11.67 | - |
| YUV | 98.09 | 122.3 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 88 | 0.55 | 0 | 0.28 | 0.52 | 149.55 | 0.38 | 0.35 |
| Hex | 37 | 7A | 58 | 37 | 0 | 1C | 34 | 96 | 26 | 23 |
| Octal | 67 | 172 | 130 | 67 | 0 | 34 | 64 | 226 | 46 | 43 |
| Binary | 110111 | 1111010 | 1011000 | 110111 | 0 | 11100 | 110100 | 10010110 | 100110 | 100011 |
Color Harmonies of #377A58
Complementary color
Monochromatic Colors of #377A58
Black with #377A58
Text Example
Text Example
White with #377A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377A58; }
p { color: rgb(55,122,88); }
H1.HeaderClassName
{
color: #377A58;
}
.AnyTagClassName
{
color: #377A58;
}
</style>
background-color css
<style>
a { background-color: #377A58; }
a { background-color: rgb(55,122,88); }
div.DivClassName
{
background-color: #377A58;
}
.BgClassName
{
background-color: #377A58;
}
</style>
border-color css
<style>
span { border-color: #377A58; }
span { border-color: rgb(55,122,88); }
td.TdClassName
{
border-color: #377A58;
}
.TagClassName
{
border-color: #377A58;
}
</style>