Shades of Amazon #377D50
Tints of Amazon #377D50
RGB
CMYK
RGB Variations
Color information
#377D50 (or 0x377D50) is known color: Amazon. HEX triplet: 37, 7D and 50. RGB value is (55,125,80). Sum of RGB (Red+Green+Blue) = 55+125+80=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 125 (49.22% from 255 or 48.08% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 125 - color contains mainly: green. Hex color #377D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377D50 is #C882AF. Grayscale: #636363. Windows color (decimal): -13140656 or 5274935. OLE color: 5274935.
HSL color Cylindrical-coordinate representation of color #377D50: hue angle of 141.43º 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 #377D50 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 125 | 80 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.51 |
| HSL | 141.43º | 0.39% | 0.35% | - |
| HSV(B) | 141.43º | 0.56% | 0.49% | - |
| XYZ | 10.36 | 16.06 | 10.14 | - |
| YUV | 98.94 | 117.31 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 125 | 80 | 0.56 | 0 | 0.36 | 0.51 | 141.43 | 0.39 | 0.35 |
| Hex | 37 | 7D | 50 | 38 | 0 | 24 | 33 | 8D | 27 | 23 |
| Octal | 67 | 175 | 120 | 70 | 0 | 44 | 63 | 215 | 47 | 43 |
| Binary | 110111 | 1111101 | 1010000 | 111000 | 0 | 100100 | 110011 | 10001101 | 100111 | 100011 |
Color Harmonies of #377D50
Complementary color
Monochromatic Colors of #377D50
Black with #377D50
Text Example
Text Example
White with #377D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377D50; }
p { color: rgb(55,125,80); }
H1.HeaderClassName
{
color: #377D50;
}
.AnyTagClassName
{
color: #377D50;
}
</style>
background-color css
<style>
a { background-color: #377D50; }
a { background-color: rgb(55,125,80); }
div.DivClassName
{
background-color: #377D50;
}
.BgClassName
{
background-color: #377D50;
}
</style>
border-color css
<style>
span { border-color: #377D50; }
span { border-color: rgb(55,125,80); }
td.TdClassName
{
border-color: #377D50;
}
.TagClassName
{
border-color: #377D50;
}
</style>