Shades of Amazon #377F5B
Tints of Amazon #377F5B
RGB
CMYK
RGB Variations
Color information
#377F5B (or 0x377F5B) is known color: Amazon. HEX triplet: 37, 7F and 5B. RGB value is (55,127,91). Sum of RGB (Red+Green+Blue) = 55+127+91=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 127 - color contains mainly: green. Hex color #377F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377F5B is #C880A4. Grayscale: #656565. Windows color (decimal): -13140133 or 5996343. OLE color: 5996343.
HSL color Cylindrical-coordinate representation of color #377F5B: hue angle of 150º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377F5B is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 127 | 91 | - |
| CMYK | 0.57 | 0 | 0.28 | 0.50 |
| HSL | 150º | 0.4% | 0.36% | - |
| HSV(B) | 150º | 0.57% | 0.5% | - |
| XYZ | 11.05 | 16.75 | 12.55 | - |
| YUV | 101.37 | 122.15 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 91 | 0.57 | 0 | 0.28 | 0.50 | 150 | 0.4 | 0.36 |
| Hex | 37 | 7F | 5B | 39 | 0 | 1C | 32 | 96 | 28 | 24 |
| Octal | 67 | 177 | 133 | 71 | 0 | 34 | 62 | 226 | 50 | 44 |
| Binary | 110111 | 1111111 | 1011011 | 111001 | 0 | 11100 | 110010 | 10010110 | 101000 | 100100 |
Color Harmonies of #377F5B
Complementary color
Monochromatic Colors of #377F5B
Black with #377F5B
Text Example
Text Example
White with #377F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377F5B; }
p { color: rgb(55,127,91); }
H1.HeaderClassName
{
color: #377F5B;
}
.AnyTagClassName
{
color: #377F5B;
}
</style>
background-color css
<style>
a { background-color: #377F5B; }
a { background-color: rgb(55,127,91); }
div.DivClassName
{
background-color: #377F5B;
}
.BgClassName
{
background-color: #377F5B;
}
</style>
border-color css
<style>
span { border-color: #377F5B; }
span { border-color: rgb(55,127,91); }
td.TdClassName
{
border-color: #377F5B;
}
.TagClassName
{
border-color: #377F5B;
}
</style>