Shades of Amazon #398353
Tints of Amazon #398353
RGB
CMYK
RGB Variations
Color information
#398353 (or 0x398353) is known color: Amazon. HEX triplet: 39, 83 and 53. RGB value is (57,131,83). Sum of RGB (Red+Green+Blue) = 57+131+83=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #398353 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398353 is #C67CAC. Grayscale: #676767. Windows color (decimal): -13008045 or 5473081. OLE color: 5473081.
HSL color Cylindrical-coordinate representation of color #398353: hue angle of 141.08º 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 #398353 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 131 | 83 | - |
| CMYK | 0.56 | 0 | 0.37 | 0.49 |
| HSL | 141.08º | 0.39% | 0.37% | - |
| HSV(B) | 141.08º | 0.56% | 0.51% | - |
| XYZ | 11.36 | 17.73 | 11.01 | - |
| YUV | 103.4 | 116.48 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 131 | 83 | 0.56 | 0 | 0.37 | 0.49 | 141.08 | 0.39 | 0.37 |
| Hex | 39 | 83 | 53 | 38 | 0 | 25 | 31 | 8D | 27 | 25 |
| Octal | 71 | 203 | 123 | 70 | 0 | 45 | 61 | 215 | 47 | 45 |
| Binary | 111001 | 10000011 | 1010011 | 111000 | 0 | 100101 | 110001 | 10001101 | 100111 | 100101 |
Color Harmonies of #398353
Complementary color
Monochromatic Colors of #398353
Black with #398353
Text Example
Text Example
White with #398353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398353; }
p { color: rgb(57,131,83); }
H1.HeaderClassName
{
color: #398353;
}
.AnyTagClassName
{
color: #398353;
}
</style>
background-color css
<style>
a { background-color: #398353; }
a { background-color: rgb(57,131,83); }
div.DivClassName
{
background-color: #398353;
}
.BgClassName
{
background-color: #398353;
}
</style>
border-color css
<style>
span { border-color: #398353; }
span { border-color: rgb(57,131,83); }
td.TdClassName
{
border-color: #398353;
}
.TagClassName
{
border-color: #398353;
}
</style>