Shades of Amazon #398257
Tints of Amazon #398257
RGB
CMYK
RGB Variations
Color information
#398257 (or 0x398257) is known color: Amazon. HEX triplet: 39, 82 and 57. RGB value is (57,130,87). Sum of RGB (Red+Green+Blue) = 57+130+87=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #398257 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398257 is #C67DA8. Grayscale: #676767. Windows color (decimal): -13008297 or 5734969. OLE color: 5734969.
HSL color Cylindrical-coordinate representation of color #398257: hue angle of 144.66º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #398257 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 130 | 87 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.49 |
| HSL | 144.66º | 0.39% | 0.37% | - |
| HSV(B) | 144.66º | 0.56% | 0.51% | - |
| XYZ | 11.39 | 17.52 | 11.8 | - |
| YUV | 103.27 | 118.82 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 130 | 87 | 0.56 | 0 | 0.33 | 0.49 | 144.66 | 0.39 | 0.37 |
| Hex | 39 | 82 | 57 | 38 | 0 | 21 | 31 | 91 | 27 | 25 |
| Octal | 71 | 202 | 127 | 70 | 0 | 41 | 61 | 221 | 47 | 45 |
| Binary | 111001 | 10000010 | 1010111 | 111000 | 0 | 100001 | 110001 | 10010001 | 100111 | 100101 |
Color Harmonies of #398257
Complementary color
Monochromatic Colors of #398257
Black with #398257
Text Example
Text Example
White with #398257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398257; }
p { color: rgb(57,130,87); }
H1.HeaderClassName
{
color: #398257;
}
.AnyTagClassName
{
color: #398257;
}
</style>
background-color css
<style>
a { background-color: #398257; }
a { background-color: rgb(57,130,87); }
div.DivClassName
{
background-color: #398257;
}
.BgClassName
{
background-color: #398257;
}
</style>
border-color css
<style>
span { border-color: #398257; }
span { border-color: rgb(57,130,87); }
td.TdClassName
{
border-color: #398257;
}
.TagClassName
{
border-color: #398257;
}
</style>