Shades of Amazon #397359
Tints of Amazon #397359
RGB
CMYK
RGB Variations
Color information
#397359 (or 0x397359) is known color: Amazon. HEX triplet: 39, 73 and 59. RGB value is (57,115,89). Sum of RGB (Red+Green+Blue) = 57+115+89=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 115 - color contains mainly: green. Hex color #397359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397359 is #C68CA6. Grayscale: #5E5E5E. Windows color (decimal): -13012135 or 5862201. OLE color: 5862201.
HSL color Cylindrical-coordinate representation of color #397359: hue angle of 153.1º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #397359 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 115 | 89 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.55 |
| HSL | 153.1º | 0.34% | 0.34% | - |
| HSV(B) | 153.1º | 0.5% | 0.45% | - |
| XYZ | 9.62 | 13.85 | 11.62 | - |
| YUV | 94.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 115 | 89 | 0.50 | 0 | 0.23 | 0.55 | 153.1 | 0.34 | 0.34 |
| Hex | 39 | 73 | 59 | 32 | 0 | 17 | 37 | 99 | 22 | 22 |
| Octal | 71 | 163 | 131 | 62 | 0 | 27 | 67 | 231 | 42 | 42 |
| Binary | 111001 | 1110011 | 1011001 | 110010 | 0 | 10111 | 110111 | 10011001 | 100010 | 100010 |
Color Harmonies of #397359
Complementary color
Monochromatic Colors of #397359
Black with #397359
Text Example
Text Example
White with #397359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397359; }
p { color: rgb(57,115,89); }
H1.HeaderClassName
{
color: #397359;
}
.AnyTagClassName
{
color: #397359;
}
</style>
background-color css
<style>
a { background-color: #397359; }
a { background-color: rgb(57,115,89); }
div.DivClassName
{
background-color: #397359;
}
.BgClassName
{
background-color: #397359;
}
</style>
border-color css
<style>
span { border-color: #397359; }
span { border-color: rgb(57,115,89); }
td.TdClassName
{
border-color: #397359;
}
.TagClassName
{
border-color: #397359;
}
</style>