Shades of Amazon #377B4D
Tints of Amazon #377B4D
RGB
CMYK
RGB Variations
Color information
#377B4D (or 0x377B4D) is known color: Amazon. HEX triplet: 37, 7B and 4D. RGB value is (55,123,77). Sum of RGB (Red+Green+Blue) = 55+123+77=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 123 (48.44% from 255 or 48.24% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 123 - color contains mainly: green. Hex color #377B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377B4D is #C884B2. Grayscale: #616161. Windows color (decimal): -13141171 or 5077815. OLE color: 5077815.
HSL color Cylindrical-coordinate representation of color #377B4D: hue angle of 139.41º 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 #377B4D is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 123 | 77 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.52 |
| HSL | 139.41º | 0.38% | 0.35% | - |
| HSV(B) | 139.41º | 0.55% | 0.48% | - |
| XYZ | 10 | 15.51 | 9.49 | - |
| YUV | 97.42 | 116.47 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 77 | 0.55 | 0 | 0.37 | 0.52 | 139.41 | 0.38 | 0.35 |
| Hex | 37 | 7B | 4D | 37 | 0 | 25 | 34 | 8B | 26 | 23 |
| Octal | 67 | 173 | 115 | 67 | 0 | 45 | 64 | 213 | 46 | 43 |
| Binary | 110111 | 1111011 | 1001101 | 110111 | 0 | 100101 | 110100 | 10001011 | 100110 | 100011 |
Color Harmonies of #377B4D
Complementary color
Monochromatic Colors of #377B4D
Black with #377B4D
Text Example
Text Example
White with #377B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377B4D; }
p { color: rgb(55,123,77); }
H1.HeaderClassName
{
color: #377B4D;
}
.AnyTagClassName
{
color: #377B4D;
}
</style>
background-color css
<style>
a { background-color: #377B4D; }
a { background-color: rgb(55,123,77); }
div.DivClassName
{
background-color: #377B4D;
}
.BgClassName
{
background-color: #377B4D;
}
</style>
border-color css
<style>
span { border-color: #377B4D; }
span { border-color: rgb(55,123,77); }
td.TdClassName
{
border-color: #377B4D;
}
.TagClassName
{
border-color: #377B4D;
}
</style>