Shades of Amazon #397C55
Tints of Amazon #397C55
RGB
CMYK
RGB Variations
Color information
#397C55 (or 0x397C55) is known color: Amazon. HEX triplet: 39, 7C and 55. RGB value is (57,124,85). Sum of RGB (Red+Green+Blue) = 57+124+85=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 124 (48.83% from 255 or 46.62% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 124 - color contains mainly: green. Hex color #397C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397C55 is #C683AA. Grayscale: #636363. Windows color (decimal): -13009835 or 5602361. OLE color: 5602361.
HSL color Cylindrical-coordinate representation of color #397C55: hue angle of 145.07º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #397C55 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 124 | 85 | - |
| CMYK | 0.54 | 0 | 0.31 | 0.51 |
| HSL | 145.07º | 0.37% | 0.35% | - |
| HSV(B) | 145.07º | 0.54% | 0.49% | - |
| XYZ | 10.53 | 15.94 | 11.12 | - |
| YUV | 99.52 | 119.8 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 85 | 0.54 | 0 | 0.31 | 0.51 | 145.07 | 0.37 | 0.35 |
| Hex | 39 | 7C | 55 | 36 | 0 | 1F | 33 | 91 | 25 | 23 |
| Octal | 71 | 174 | 125 | 66 | 0 | 37 | 63 | 221 | 45 | 43 |
| Binary | 111001 | 1111100 | 1010101 | 110110 | 0 | 11111 | 110011 | 10010001 | 100101 | 100011 |
Color Harmonies of #397C55
Complementary color
Monochromatic Colors of #397C55
Black with #397C55
Text Example
Text Example
White with #397C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397C55; }
p { color: rgb(57,124,85); }
H1.HeaderClassName
{
color: #397C55;
}
.AnyTagClassName
{
color: #397C55;
}
</style>
background-color css
<style>
a { background-color: #397C55; }
a { background-color: rgb(57,124,85); }
div.DivClassName
{
background-color: #397C55;
}
.BgClassName
{
background-color: #397C55;
}
</style>
border-color css
<style>
span { border-color: #397C55; }
span { border-color: rgb(57,124,85); }
td.TdClassName
{
border-color: #397C55;
}
.TagClassName
{
border-color: #397C55;
}
</style>