Shades of Amazon #397B5A
Tints of Amazon #397B5A
RGB
CMYK
RGB Variations
Color information
#397B5A (or 0x397B5A) is known color: Amazon. HEX triplet: 39, 7B and 5A. RGB value is (57,123,90). Sum of RGB (Red+Green+Blue) = 57+123+90=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 123 (48.44% from 255 or 45.56% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 123 - color contains mainly: green. Hex color #397B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397B5A is #C684A5. Grayscale: #636363. Windows color (decimal): -13010086 or 5929785. OLE color: 5929785.
HSL color Cylindrical-coordinate representation of color #397B5A: hue angle of 150º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #397B5A is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 123 | 90 | - |
| CMYK | 0.54 | 0 | 0.27 | 0.52 |
| HSL | 150º | 0.37% | 0.35% | - |
| HSV(B) | 150º | 0.54% | 0.48% | - |
| XYZ | 10.62 | 15.77 | 12.16 | - |
| YUV | 99.5 | 122.63 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 90 | 0.54 | 0 | 0.27 | 0.52 | 150 | 0.37 | 0.35 |
| Hex | 39 | 7B | 5A | 36 | 0 | 1B | 34 | 96 | 25 | 23 |
| Octal | 71 | 173 | 132 | 66 | 0 | 33 | 64 | 226 | 45 | 43 |
| Binary | 111001 | 1111011 | 1011010 | 110110 | 0 | 11011 | 110100 | 10010110 | 100101 | 100011 |
Color Harmonies of #397B5A
Complementary color
Monochromatic Colors of #397B5A
Black with #397B5A
Text Example
Text Example
White with #397B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397B5A; }
p { color: rgb(57,123,90); }
H1.HeaderClassName
{
color: #397B5A;
}
.AnyTagClassName
{
color: #397B5A;
}
</style>
background-color css
<style>
a { background-color: #397B5A; }
a { background-color: rgb(57,123,90); }
div.DivClassName
{
background-color: #397B5A;
}
.BgClassName
{
background-color: #397B5A;
}
</style>
border-color css
<style>
span { border-color: #397B5A; }
span { border-color: rgb(57,123,90); }
td.TdClassName
{
border-color: #397B5A;
}
.TagClassName
{
border-color: #397B5A;
}
</style>