Shades of Amazon #397551
Tints of Amazon #397551
RGB
CMYK
RGB Variations
Color information
#397551 (or 0x397551) is known color: Amazon. HEX triplet: 39, 75 and 51. RGB value is (57,117,81). Sum of RGB (Red+Green+Blue) = 57+117+81=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #397551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397551 is #C68AAE. Grayscale: #5F5F5F. Windows color (decimal): -13011631 or 5338425. OLE color: 5338425.
HSL color Cylindrical-coordinate representation of color #397551: hue angle of 144º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #397551 is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 117 | 81 | - |
| CMYK | 0.51 | 0 | 0.31 | 0.54 |
| HSL | 144º | 0.34% | 0.34% | - |
| HSV(B) | 144º | 0.51% | 0.46% | - |
| XYZ | 9.53 | 14.19 | 10.02 | - |
| YUV | 94.96 | 120.12 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 117 | 81 | 0.51 | 0 | 0.31 | 0.54 | 144 | 0.34 | 0.34 |
| Hex | 39 | 75 | 51 | 33 | 0 | 1F | 36 | 90 | 22 | 22 |
| Octal | 71 | 165 | 121 | 63 | 0 | 37 | 66 | 220 | 42 | 42 |
| Binary | 111001 | 1110101 | 1010001 | 110011 | 0 | 11111 | 110110 | 10010000 | 100010 | 100010 |
Color Harmonies of #397551
Complementary color
Monochromatic Colors of #397551
Black with #397551
Text Example
Text Example
White with #397551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397551; }
p { color: rgb(57,117,81); }
H1.HeaderClassName
{
color: #397551;
}
.AnyTagClassName
{
color: #397551;
}
</style>
background-color css
<style>
a { background-color: #397551; }
a { background-color: rgb(57,117,81); }
div.DivClassName
{
background-color: #397551;
}
.BgClassName
{
background-color: #397551;
}
</style>
border-color css
<style>
span { border-color: #397551; }
span { border-color: rgb(57,117,81); }
td.TdClassName
{
border-color: #397551;
}
.TagClassName
{
border-color: #397551;
}
</style>