Shades of Amazon #398352
Tints of Amazon #398352
RGB
CMYK
RGB Variations
Color information
#398352 (or 0x398352) is known color: Amazon. HEX triplet: 39, 83 and 52. RGB value is (57,131,82). Sum of RGB (Red+Green+Blue) = 57+131+82=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 131 - color contains mainly: green. Hex color #398352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398352 is #C67CAD. Grayscale: #676767. Windows color (decimal): -13008046 or 5407545. OLE color: 5407545.
HSL color Cylindrical-coordinate representation of color #398352: hue angle of 140.27º 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 #398352 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 131 | 82 | - |
| CMYK | 0.56 | 0 | 0.37 | 0.49 |
| HSL | 140.27º | 0.39% | 0.37% | - |
| HSV(B) | 140.27º | 0.56% | 0.51% | - |
| XYZ | 11.33 | 17.71 | 10.8 | - |
| YUV | 103.29 | 115.98 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 131 | 82 | 0.56 | 0 | 0.37 | 0.49 | 140.27 | 0.39 | 0.37 |
| Hex | 39 | 83 | 52 | 38 | 0 | 25 | 31 | 8C | 27 | 25 |
| Octal | 71 | 203 | 122 | 70 | 0 | 45 | 61 | 214 | 47 | 45 |
| Binary | 111001 | 10000011 | 1010010 | 111000 | 0 | 100101 | 110001 | 10001100 | 100111 | 100101 |
Color Harmonies of #398352
Complementary color
Monochromatic Colors of #398352
Black with #398352
Text Example
Text Example
White with #398352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398352; }
p { color: rgb(57,131,82); }
H1.HeaderClassName
{
color: #398352;
}
.AnyTagClassName
{
color: #398352;
}
</style>
background-color css
<style>
a { background-color: #398352; }
a { background-color: rgb(57,131,82); }
div.DivClassName
{
background-color: #398352;
}
.BgClassName
{
background-color: #398352;
}
</style>
border-color css
<style>
span { border-color: #398352; }
span { border-color: rgb(57,131,82); }
td.TdClassName
{
border-color: #398352;
}
.TagClassName
{
border-color: #398352;
}
</style>