Shades of Amazon #377B5A
Tints of Amazon #377B5A
RGB
CMYK
RGB Variations
Color information
#377B5A (or 0x377B5A) is known color: Amazon. HEX triplet: 37, 7B and 5A. RGB value is (55,123,90). Sum of RGB (Red+Green+Blue) = 55+123+90=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 123 - color contains mainly: green. Hex color #377B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377B5A is #C884A5. Grayscale: #626262. Windows color (decimal): -13141158 or 5929783. OLE color: 5929783.
HSL color Cylindrical-coordinate representation of color #377B5A: hue angle of 150.88º 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 #377B5A is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 123 | 90 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.52 |
| HSL | 150.88º | 0.38% | 0.35% | - |
| HSV(B) | 150.88º | 0.55% | 0.48% | - |
| XYZ | 10.5 | 15.72 | 12.15 | - |
| YUV | 98.91 | 122.97 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 90 | 0.55 | 0 | 0.27 | 0.52 | 150.88 | 0.38 | 0.35 |
| Hex | 37 | 7B | 5A | 37 | 0 | 1B | 34 | 97 | 26 | 23 |
| Octal | 67 | 173 | 132 | 67 | 0 | 33 | 64 | 227 | 46 | 43 |
| Binary | 110111 | 1111011 | 1011010 | 110111 | 0 | 11011 | 110100 | 10010111 | 100110 | 100011 |
Color Harmonies of #377B5A
Complementary color
Monochromatic Colors of #377B5A
Black with #377B5A
Text Example
Text Example
White with #377B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377B5A; }
p { color: rgb(55,123,90); }
H1.HeaderClassName
{
color: #377B5A;
}
.AnyTagClassName
{
color: #377B5A;
}
</style>
background-color css
<style>
a { background-color: #377B5A; }
a { background-color: rgb(55,123,90); }
div.DivClassName
{
background-color: #377B5A;
}
.BgClassName
{
background-color: #377B5A;
}
</style>
border-color css
<style>
span { border-color: #377B5A; }
span { border-color: rgb(55,123,90); }
td.TdClassName
{
border-color: #377B5A;
}
.TagClassName
{
border-color: #377B5A;
}
</style>