Shades of Amazon #397857
Tints of Amazon #397857
RGB
CMYK
RGB Variations
Color information
#397857 (or 0x397857) is known color: Amazon. HEX triplet: 39, 78 and 57. RGB value is (57,120,87). Sum of RGB (Red+Green+Blue) = 57+120+87=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 120 - color contains mainly: green. Hex color #397857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397857 is #C687A8. Grayscale: #616161. Windows color (decimal): -13010857 or 5732409. OLE color: 5732409.
HSL color Cylindrical-coordinate representation of color #397857: hue angle of 148.57º 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 #397857 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 120 | 87 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.53 |
| HSL | 148.57º | 0.36% | 0.35% | - |
| HSV(B) | 148.57º | 0.53% | 0.47% | - |
| XYZ | 10.12 | 14.99 | 11.38 | - |
| YUV | 97.4 | 122.13 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 120 | 87 | 0.52 | 0 | 0.28 | 0.53 | 148.57 | 0.36 | 0.35 |
| Hex | 39 | 78 | 57 | 34 | 0 | 1C | 35 | 95 | 24 | 23 |
| Octal | 71 | 170 | 127 | 64 | 0 | 34 | 65 | 225 | 44 | 43 |
| Binary | 111001 | 1111000 | 1010111 | 110100 | 0 | 11100 | 110101 | 10010101 | 100100 | 100011 |
Color Harmonies of #397857
Complementary color
Monochromatic Colors of #397857
Black with #397857
Text Example
Text Example
White with #397857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397857; }
p { color: rgb(57,120,87); }
H1.HeaderClassName
{
color: #397857;
}
.AnyTagClassName
{
color: #397857;
}
</style>
background-color css
<style>
a { background-color: #397857; }
a { background-color: rgb(57,120,87); }
div.DivClassName
{
background-color: #397857;
}
.BgClassName
{
background-color: #397857;
}
</style>
border-color css
<style>
span { border-color: #397857; }
span { border-color: rgb(57,120,87); }
td.TdClassName
{
border-color: #397857;
}
.TagClassName
{
border-color: #397857;
}
</style>