Shades of Amazon #397557
Tints of Amazon #397557
RGB
CMYK
RGB Variations
Color information
#397557 (or 0x397557) is known color: Amazon. HEX triplet: 39, 75 and 57. RGB value is (57,117,87). Sum of RGB (Red+Green+Blue) = 57+117+87=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 117 - color contains mainly: green. Hex color #397557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397557 is #C68AA8. Grayscale: #5F5F5F. Windows color (decimal): -13011625 or 5731641. OLE color: 5731641.
HSL color Cylindrical-coordinate representation of color #397557: hue angle of 150º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #397557 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 117 | 87 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.54 |
| HSL | 150º | 0.34% | 0.34% | - |
| HSV(B) | 150º | 0.51% | 0.46% | - |
| XYZ | 9.77 | 14.28 | 11.26 | - |
| YUV | 95.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 117 | 87 | 0.51 | 0 | 0.26 | 0.54 | 150 | 0.34 | 0.34 |
| Hex | 39 | 75 | 57 | 33 | 0 | 1A | 36 | 96 | 22 | 22 |
| Octal | 71 | 165 | 127 | 63 | 0 | 32 | 66 | 226 | 42 | 42 |
| Binary | 111001 | 1110101 | 1010111 | 110011 | 0 | 11010 | 110110 | 10010110 | 100010 | 100010 |
Color Harmonies of #397557
Complementary color
Monochromatic Colors of #397557
Black with #397557
Text Example
Text Example
White with #397557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397557; }
p { color: rgb(57,117,87); }
H1.HeaderClassName
{
color: #397557;
}
.AnyTagClassName
{
color: #397557;
}
</style>
background-color css
<style>
a { background-color: #397557; }
a { background-color: rgb(57,117,87); }
div.DivClassName
{
background-color: #397557;
}
.BgClassName
{
background-color: #397557;
}
</style>
border-color css
<style>
span { border-color: #397557; }
span { border-color: rgb(57,117,87); }
td.TdClassName
{
border-color: #397557;
}
.TagClassName
{
border-color: #397557;
}
</style>