Shades of Amazon #397E5A
Tints of Amazon #397E5A
RGB
CMYK
RGB Variations
Color information
#397E5A (or 0x397E5A) is known color: Amazon. HEX triplet: 39, 7E and 5A. RGB value is (57,126,90). Sum of RGB (Red+Green+Blue) = 57+126+90=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 126 (49.61% from 255 or 46.15% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 126 - color contains mainly: green. Hex color #397E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397E5A is #C681A5. Grayscale: #656565. Windows color (decimal): -13009318 or 5930553. OLE color: 5930553.
HSL color Cylindrical-coordinate representation of color #397E5A: hue angle of 148.7º 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 #397E5A is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 126 | 90 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.51 |
| HSL | 148.7º | 0.38% | 0.36% | - |
| HSV(B) | 148.7º | 0.55% | 0.49% | - |
| XYZ | 10.99 | 16.53 | 12.28 | - |
| YUV | 101.27 | 121.64 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 90 | 0.55 | 0 | 0.29 | 0.51 | 148.7 | 0.38 | 0.36 |
| Hex | 39 | 7E | 5A | 37 | 0 | 1D | 33 | 95 | 26 | 24 |
| Octal | 71 | 176 | 132 | 67 | 0 | 35 | 63 | 225 | 46 | 44 |
| Binary | 111001 | 1111110 | 1011010 | 110111 | 0 | 11101 | 110011 | 10010101 | 100110 | 100100 |
Color Harmonies of #397E5A
Complementary color
Monochromatic Colors of #397E5A
Black with #397E5A
Text Example
Text Example
White with #397E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397E5A; }
p { color: rgb(57,126,90); }
H1.HeaderClassName
{
color: #397E5A;
}
.AnyTagClassName
{
color: #397E5A;
}
</style>
background-color css
<style>
a { background-color: #397E5A; }
a { background-color: rgb(57,126,90); }
div.DivClassName
{
background-color: #397E5A;
}
.BgClassName
{
background-color: #397E5A;
}
</style>
border-color css
<style>
span { border-color: #397E5A; }
span { border-color: rgb(57,126,90); }
td.TdClassName
{
border-color: #397E5A;
}
.TagClassName
{
border-color: #397E5A;
}
</style>