Shades of Amazon #377E58
Tints of Amazon #377E58
RGB
CMYK
RGB Variations
Color information
#377E58 (or 0x377E58) is known color: Amazon. HEX triplet: 37, 7E and 58. RGB value is (55,126,88). Sum of RGB (Red+Green+Blue) = 55+126+88=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 126 (49.61% from 255 or 46.84% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 126 - color contains mainly: green. Hex color #377E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377E58 is #C881A7. Grayscale: #646464. Windows color (decimal): -13140392 or 5799479. OLE color: 5799479.
HSL color Cylindrical-coordinate representation of color #377E58: hue angle of 147.89º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377E58 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 126 | 88 | - |
| CMYK | 0.56 | 0 | 0.30 | 0.51 |
| HSL | 147.89º | 0.39% | 0.35% | - |
| HSV(B) | 147.89º | 0.56% | 0.49% | - |
| XYZ | 10.8 | 16.44 | 11.84 | - |
| YUV | 100.44 | 120.98 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 126 | 88 | 0.56 | 0 | 0.30 | 0.51 | 147.89 | 0.39 | 0.35 |
| Hex | 37 | 7E | 58 | 38 | 0 | 1E | 33 | 94 | 27 | 23 |
| Octal | 67 | 176 | 130 | 70 | 0 | 36 | 63 | 224 | 47 | 43 |
| Binary | 110111 | 1111110 | 1011000 | 111000 | 0 | 11110 | 110011 | 10010100 | 100111 | 100011 |
Color Harmonies of #377E58
Complementary color
Monochromatic Colors of #377E58
Black with #377E58
Text Example
Text Example
White with #377E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377E58; }
p { color: rgb(55,126,88); }
H1.HeaderClassName
{
color: #377E58;
}
.AnyTagClassName
{
color: #377E58;
}
</style>
background-color css
<style>
a { background-color: #377E58; }
a { background-color: rgb(55,126,88); }
div.DivClassName
{
background-color: #377E58;
}
.BgClassName
{
background-color: #377E58;
}
</style>
border-color css
<style>
span { border-color: #377E58; }
span { border-color: rgb(55,126,88); }
td.TdClassName
{
border-color: #377E58;
}
.TagClassName
{
border-color: #377E58;
}
</style>