Shades of Amazon #397051
Tints of Amazon #397051
RGB
CMYK
RGB Variations
Color information
#397051 (or 0x397051) is known color: Amazon. HEX triplet: 39, 70 and 51. RGB value is (57,112,81). Sum of RGB (Red+Green+Blue) = 57+112+81=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #397051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397051 is #C68FAE. Grayscale: #5C5C5C. Windows color (decimal): -13012911 or 5337145. OLE color: 5337145.
HSL color Cylindrical-coordinate representation of color #397051: hue angle of 146.18º 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 #397051 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 112 | 81 | - |
| CMYK | 0.49 | 0 | 0.28 | 0.56 |
| HSL | 146.18º | 0.33% | 0.33% | - |
| HSV(B) | 146.18º | 0.49% | 0.44% | - |
| XYZ | 8.97 | 13.05 | 9.83 | - |
| YUV | 92.02 | 121.78 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 112 | 81 | 0.49 | 0 | 0.28 | 0.56 | 146.18 | 0.33 | 0.33 |
| Hex | 39 | 70 | 51 | 31 | 0 | 1C | 38 | 92 | 21 | 21 |
| Octal | 71 | 160 | 121 | 61 | 0 | 34 | 70 | 222 | 41 | 41 |
| Binary | 111001 | 1110000 | 1010001 | 110001 | 0 | 11100 | 111000 | 10010010 | 100001 | 100001 |
Color Harmonies of #397051
Complementary color
Monochromatic Colors of #397051
Black with #397051
Text Example
Text Example
White with #397051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397051; }
p { color: rgb(57,112,81); }
H1.HeaderClassName
{
color: #397051;
}
.AnyTagClassName
{
color: #397051;
}
</style>
background-color css
<style>
a { background-color: #397051; }
a { background-color: rgb(57,112,81); }
div.DivClassName
{
background-color: #397051;
}
.BgClassName
{
background-color: #397051;
}
</style>
border-color css
<style>
span { border-color: #397051; }
span { border-color: rgb(57,112,81); }
td.TdClassName
{
border-color: #397051;
}
.TagClassName
{
border-color: #397051;
}
</style>