Shades of Amazon #397C54
Tints of Amazon #397C54
RGB
CMYK
RGB Variations
Color information
#397C54 (or 0x397C54) is known color: Amazon. HEX triplet: 39, 7C and 54. RGB value is (57,124,84). Sum of RGB (Red+Green+Blue) = 57+124+84=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 124 (48.83% from 255 or 46.79% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 124 - color contains mainly: green. Hex color #397C54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397C54 is #C683AB. Grayscale: #636363. Windows color (decimal): -13009836 or 5536825. OLE color: 5536825.
HSL color Cylindrical-coordinate representation of color #397C54: hue angle of 144.18º 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 #397C54 is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 124 | 84 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.51 |
| HSL | 144.18º | 0.37% | 0.35% | - |
| HSV(B) | 144.18º | 0.54% | 0.49% | - |
| XYZ | 10.5 | 15.93 | 10.91 | - |
| YUV | 99.41 | 119.3 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 84 | 0.54 | 0 | 0.32 | 0.51 | 144.18 | 0.37 | 0.35 |
| Hex | 39 | 7C | 54 | 36 | 0 | 20 | 33 | 90 | 25 | 23 |
| Octal | 71 | 174 | 124 | 66 | 0 | 40 | 63 | 220 | 45 | 43 |
| Binary | 111001 | 1111100 | 1010100 | 110110 | 0 | 100000 | 110011 | 10010000 | 100101 | 100011 |
Color Harmonies of #397C54
Complementary color
Monochromatic Colors of #397C54
Black with #397C54
Text Example
Text Example
White with #397C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397C54; }
p { color: rgb(57,124,84); }
H1.HeaderClassName
{
color: #397C54;
}
.AnyTagClassName
{
color: #397C54;
}
</style>
background-color css
<style>
a { background-color: #397C54; }
a { background-color: rgb(57,124,84); }
div.DivClassName
{
background-color: #397C54;
}
.BgClassName
{
background-color: #397C54;
}
</style>
border-color css
<style>
span { border-color: #397C54; }
span { border-color: rgb(57,124,84); }
td.TdClassName
{
border-color: #397C54;
}
.TagClassName
{
border-color: #397C54;
}
</style>