Shades of Amazon #397854
Tints of Amazon #397854
RGB
CMYK
RGB Variations
Color information
#397854 (or 0x397854) is known color: Amazon. HEX triplet: 39, 78 and 54. RGB value is (57,120,84). Sum of RGB (Red+Green+Blue) = 57+120+84=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 120 - color contains mainly: green. Hex color #397854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397854 is #C687AB. Grayscale: #616161. Windows color (decimal): -13010860 or 5535801. OLE color: 5535801.
HSL color Cylindrical-coordinate representation of color #397854: hue angle of 145.71º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #397854 is Cyan = 0.52, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 120 | 84 | - |
| CMYK | 0.52 | 0 | 0.3 | 0.53 |
| HSL | 145.71º | 0.36% | 0.35% | - |
| HSV(B) | 145.71º | 0.53% | 0.47% | - |
| XYZ | 10 | 14.94 | 10.74 | - |
| YUV | 97.06 | 120.63 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 120 | 84 | 0.52 | 0 | 0.3 | 0.53 | 145.71 | 0.36 | 0.35 |
| Hex | 39 | 78 | 54 | 34 | 0 | 1E | 35 | 92 | 24 | 23 |
| Octal | 71 | 170 | 124 | 64 | 0 | 36 | 65 | 222 | 44 | 43 |
| Binary | 111001 | 1111000 | 1010100 | 110100 | 0 | 11110 | 110101 | 10010010 | 100100 | 100011 |
Color Harmonies of #397854
Complementary color
Monochromatic Colors of #397854
Black with #397854
Text Example
Text Example
White with #397854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397854; }
p { color: rgb(57,120,84); }
H1.HeaderClassName
{
color: #397854;
}
.AnyTagClassName
{
color: #397854;
}
</style>
background-color css
<style>
a { background-color: #397854; }
a { background-color: rgb(57,120,84); }
div.DivClassName
{
background-color: #397854;
}
.BgClassName
{
background-color: #397854;
}
</style>
border-color css
<style>
span { border-color: #397854; }
span { border-color: rgb(57,120,84); }
td.TdClassName
{
border-color: #397854;
}
.TagClassName
{
border-color: #397854;
}
</style>