Shades of Amazon #397056
Tints of Amazon #397056
RGB
CMYK
RGB Variations
Color information
#397056 (or 0x397056) is known color: Amazon. HEX triplet: 39, 70 and 56. RGB value is (57,112,86). Sum of RGB (Red+Green+Blue) = 57+112+86=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 112 - color contains mainly: green. Hex color #397056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397056 is #C68FA9. Grayscale: #5C5C5C. Windows color (decimal): -13012906 or 5664825. OLE color: 5664825.
HSL color Cylindrical-coordinate representation of color #397056: hue angle of 151.64º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #397056 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 112 | 86 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.56 |
| HSL | 151.64º | 0.33% | 0.33% | - |
| HSV(B) | 151.64º | 0.49% | 0.44% | - |
| XYZ | 9.16 | 13.13 | 10.86 | - |
| YUV | 92.59 | 124.28 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 112 | 86 | 0.49 | 0 | 0.23 | 0.56 | 151.64 | 0.33 | 0.33 |
| Hex | 39 | 70 | 56 | 31 | 0 | 17 | 38 | 98 | 21 | 21 |
| Octal | 71 | 160 | 126 | 61 | 0 | 27 | 70 | 230 | 41 | 41 |
| Binary | 111001 | 1110000 | 1010110 | 110001 | 0 | 10111 | 111000 | 10011000 | 100001 | 100001 |
Color Harmonies of #397056
Complementary color
Monochromatic Colors of #397056
Black with #397056
Text Example
Text Example
White with #397056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397056; }
p { color: rgb(57,112,86); }
H1.HeaderClassName
{
color: #397056;
}
.AnyTagClassName
{
color: #397056;
}
</style>
background-color css
<style>
a { background-color: #397056; }
a { background-color: rgb(57,112,86); }
div.DivClassName
{
background-color: #397056;
}
.BgClassName
{
background-color: #397056;
}
</style>
border-color css
<style>
span { border-color: #397056; }
span { border-color: rgb(57,112,86); }
td.TdClassName
{
border-color: #397056;
}
.TagClassName
{
border-color: #397056;
}
</style>