Shades of Amazon #397351
Tints of Amazon #397351
RGB
CMYK
RGB Variations
Color information
#397351 (or 0x397351) is known color: Amazon. HEX triplet: 39, 73 and 51. RGB value is (57,115,81). Sum of RGB (Red+Green+Blue) = 57+115+81=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 115 - color contains mainly: green. Hex color #397351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397351 is #C68CAE. Grayscale: #5D5D5D. Windows color (decimal): -13012143 or 5337913. OLE color: 5337913.
HSL color Cylindrical-coordinate representation of color #397351: hue angle of 144.83º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #397351 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 115 | 81 | - |
| CMYK | 0.50 | 0 | 0.30 | 0.55 |
| HSL | 144.83º | 0.34% | 0.34% | - |
| HSV(B) | 144.83º | 0.5% | 0.45% | - |
| XYZ | 9.3 | 13.73 | 9.94 | - |
| YUV | 93.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 115 | 81 | 0.50 | 0 | 0.30 | 0.55 | 144.83 | 0.34 | 0.34 |
| Hex | 39 | 73 | 51 | 32 | 0 | 1E | 37 | 91 | 22 | 22 |
| Octal | 71 | 163 | 121 | 62 | 0 | 36 | 67 | 221 | 42 | 42 |
| Binary | 111001 | 1110011 | 1010001 | 110010 | 0 | 11110 | 110111 | 10010001 | 100010 | 100010 |
Color Harmonies of #397351
Complementary color
Monochromatic Colors of #397351
Black with #397351
Text Example
Text Example
White with #397351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397351; }
p { color: rgb(57,115,81); }
H1.HeaderClassName
{
color: #397351;
}
.AnyTagClassName
{
color: #397351;
}
</style>
background-color css
<style>
a { background-color: #397351; }
a { background-color: rgb(57,115,81); }
div.DivClassName
{
background-color: #397351;
}
.BgClassName
{
background-color: #397351;
}
</style>
border-color css
<style>
span { border-color: #397351; }
span { border-color: rgb(57,115,81); }
td.TdClassName
{
border-color: #397351;
}
.TagClassName
{
border-color: #397351;
}
</style>