Shades of Amazon #377F55
Tints of Amazon #377F55
RGB
CMYK
RGB Variations
Color information
#377F55 (or 0x377F55) is known color: Amazon. HEX triplet: 37, 7F and 55. RGB value is (55,127,85). Sum of RGB (Red+Green+Blue) = 55+127+85=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 127 (50% from 255 or 47.57% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 127 - color contains mainly: green. Hex color #377F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377F55 is #C880AA. Grayscale: #646464. Windows color (decimal): -13140139 or 5603127. OLE color: 5603127.
HSL color Cylindrical-coordinate representation of color #377F55: hue angle of 145º 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 #377F55 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 127 | 85 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.50 |
| HSL | 145º | 0.4% | 0.36% | - |
| HSV(B) | 145º | 0.57% | 0.5% | - |
| XYZ | 10.8 | 16.65 | 11.24 | - |
| YUV | 100.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 85 | 0.57 | 0 | 0.33 | 0.50 | 145 | 0.4 | 0.36 |
| Hex | 37 | 7F | 55 | 39 | 0 | 21 | 32 | 91 | 28 | 24 |
| Octal | 67 | 177 | 125 | 71 | 0 | 41 | 62 | 221 | 50 | 44 |
| Binary | 110111 | 1111111 | 1010101 | 111001 | 0 | 100001 | 110010 | 10010001 | 101000 | 100100 |
Color Harmonies of #377F55
Complementary color
Monochromatic Colors of #377F55
Black with #377F55
Text Example
Text Example
White with #377F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377F55; }
p { color: rgb(55,127,85); }
H1.HeaderClassName
{
color: #377F55;
}
.AnyTagClassName
{
color: #377F55;
}
</style>
background-color css
<style>
a { background-color: #377F55; }
a { background-color: rgb(55,127,85); }
div.DivClassName
{
background-color: #377F55;
}
.BgClassName
{
background-color: #377F55;
}
</style>
border-color css
<style>
span { border-color: #377F55; }
span { border-color: rgb(55,127,85); }
td.TdClassName
{
border-color: #377F55;
}
.TagClassName
{
border-color: #377F55;
}
</style>