Shades of Amazon #397E51
Tints of Amazon #397E51
RGB
CMYK
RGB Variations
Color information
#397E51 (or 0x397E51) is known color: Amazon. HEX triplet: 39, 7E and 51. RGB value is (57,126,81). Sum of RGB (Red+Green+Blue) = 57+126+81=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 126 (49.61% from 255 or 47.73% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 126 - color contains mainly: green. Hex color #397E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397E51 is #C681AE. Grayscale: #646464. Windows color (decimal): -13009327 or 5340729. OLE color: 5340729.
HSL color Cylindrical-coordinate representation of color #397E51: hue angle of 140.87º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #397E51 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 126 | 81 | - |
| CMYK | 0.55 | 0 | 0.36 | 0.51 |
| HSL | 140.87º | 0.38% | 0.36% | - |
| HSV(B) | 140.87º | 0.55% | 0.49% | - |
| XYZ | 10.63 | 16.39 | 10.39 | - |
| YUV | 100.24 | 117.14 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 81 | 0.55 | 0 | 0.36 | 0.51 | 140.87 | 0.38 | 0.36 |
| Hex | 39 | 7E | 51 | 37 | 0 | 24 | 33 | 8D | 26 | 24 |
| Octal | 71 | 176 | 121 | 67 | 0 | 44 | 63 | 215 | 46 | 44 |
| Binary | 111001 | 1111110 | 1010001 | 110111 | 0 | 100100 | 110011 | 10001101 | 100110 | 100100 |
Color Harmonies of #397E51
Complementary color
Monochromatic Colors of #397E51
Black with #397E51
Text Example
Text Example
White with #397E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397E51; }
p { color: rgb(57,126,81); }
H1.HeaderClassName
{
color: #397E51;
}
.AnyTagClassName
{
color: #397E51;
}
</style>
background-color css
<style>
a { background-color: #397E51; }
a { background-color: rgb(57,126,81); }
div.DivClassName
{
background-color: #397E51;
}
.BgClassName
{
background-color: #397E51;
}
</style>
border-color css
<style>
span { border-color: #397E51; }
span { border-color: rgb(57,126,81); }
td.TdClassName
{
border-color: #397E51;
}
.TagClassName
{
border-color: #397E51;
}
</style>