Shades of Amazon #377B51
Tints of Amazon #377B51
RGB
CMYK
RGB Variations
Color information
#377B51 (or 0x377B51) is known color: Amazon. HEX triplet: 37, 7B and 51. RGB value is (55,123,81). Sum of RGB (Red+Green+Blue) = 55+123+81=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 123 (48.44% from 255 or 47.49% from 259); Blue value is 81 (32.03% from 255 or 31.27% from 259); Max value from RGB is 123 - color contains mainly: green. Hex color #377B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377B51 is #C884AE. Grayscale: #616161. Windows color (decimal): -13141167 or 5339959. OLE color: 5339959.
HSL color Cylindrical-coordinate representation of color #377B51: hue angle of 142.94º 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 #377B51 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 123 | 81 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.52 |
| HSL | 142.94º | 0.38% | 0.35% | - |
| HSV(B) | 142.94º | 0.55% | 0.48% | - |
| XYZ | 10.14 | 15.57 | 10.26 | - |
| YUV | 97.88 | 118.47 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 81 | 0.55 | 0 | 0.34 | 0.52 | 142.94 | 0.38 | 0.35 |
| Hex | 37 | 7B | 51 | 37 | 0 | 22 | 34 | 8F | 26 | 23 |
| Octal | 67 | 173 | 121 | 67 | 0 | 42 | 64 | 217 | 46 | 43 |
| Binary | 110111 | 1111011 | 1010001 | 110111 | 0 | 100010 | 110100 | 10001111 | 100110 | 100011 |
Color Harmonies of #377B51
Complementary color
Monochromatic Colors of #377B51
Black with #377B51
Text Example
Text Example
White with #377B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377B51; }
p { color: rgb(55,123,81); }
H1.HeaderClassName
{
color: #377B51;
}
.AnyTagClassName
{
color: #377B51;
}
</style>
background-color css
<style>
a { background-color: #377B51; }
a { background-color: rgb(55,123,81); }
div.DivClassName
{
background-color: #377B51;
}
.BgClassName
{
background-color: #377B51;
}
</style>
border-color css
<style>
span { border-color: #377B51; }
span { border-color: rgb(55,123,81); }
td.TdClassName
{
border-color: #377B51;
}
.TagClassName
{
border-color: #377B51;
}
</style>