Shades of Amazon #397A4D
Tints of Amazon #397A4D
RGB
CMYK
RGB Variations
Color information
#397A4D (or 0x397A4D) is known color: Amazon. HEX triplet: 39, 7A and 4D. RGB value is (57,122,77). Sum of RGB (Red+Green+Blue) = 57+122+77=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 122 (48.05% from 255 or 47.66% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 122 - color contains mainly: green. Hex color #397A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397A4D is #C685B2. Grayscale: #616161. Windows color (decimal): -13010355 or 5077561. OLE color: 5077561.
HSL color Cylindrical-coordinate representation of color #397A4D: hue angle of 138.46º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #397A4D is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 122 | 77 | - |
| CMYK | 0.53 | 0 | 0.37 | 0.52 |
| HSL | 138.46º | 0.36% | 0.35% | - |
| HSV(B) | 138.46º | 0.53% | 0.48% | - |
| XYZ | 9.99 | 15.32 | 9.45 | - |
| YUV | 97.44 | 116.47 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 77 | 0.53 | 0 | 0.37 | 0.52 | 138.46 | 0.36 | 0.35 |
| Hex | 39 | 7A | 4D | 35 | 0 | 25 | 34 | 8A | 24 | 23 |
| Octal | 71 | 172 | 115 | 65 | 0 | 45 | 64 | 212 | 44 | 43 |
| Binary | 111001 | 1111010 | 1001101 | 110101 | 0 | 100101 | 110100 | 10001010 | 100100 | 100011 |
Color Harmonies of #397A4D
Complementary color
Monochromatic Colors of #397A4D
Black with #397A4D
Text Example
Text Example
White with #397A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397A4D; }
p { color: rgb(57,122,77); }
H1.HeaderClassName
{
color: #397A4D;
}
.AnyTagClassName
{
color: #397A4D;
}
</style>
background-color css
<style>
a { background-color: #397A4D; }
a { background-color: rgb(57,122,77); }
div.DivClassName
{
background-color: #397A4D;
}
.BgClassName
{
background-color: #397A4D;
}
</style>
border-color css
<style>
span { border-color: #397A4D; }
span { border-color: rgb(57,122,77); }
td.TdClassName
{
border-color: #397A4D;
}
.TagClassName
{
border-color: #397A4D;
}
</style>