Shades of Amazon #398451
Tints of Amazon #398451
RGB
CMYK
RGB Variations
Color information
#398451 (or 0x398451) is known color: Amazon. HEX triplet: 39, 84 and 51. RGB value is (57,132,81). Sum of RGB (Red+Green+Blue) = 57+132+81=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 132 - color contains mainly: green. Hex color #398451 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398451 is #C67BAE. Grayscale: #676767. Windows color (decimal): -13007791 or 5342265. OLE color: 5342265.
HSL color Cylindrical-coordinate representation of color #398451: hue angle of 139.2º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #398451 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 132 | 81 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.48 |
| HSL | 139.2º | 0.4% | 0.37% | - |
| HSV(B) | 139.2º | 0.57% | 0.52% | - |
| XYZ | 11.42 | 17.97 | 10.65 | - |
| YUV | 103.76 | 115.15 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 132 | 81 | 0.57 | 0 | 0.39 | 0.48 | 139.2 | 0.4 | 0.37 |
| Hex | 39 | 84 | 51 | 39 | 0 | 27 | 30 | 8B | 28 | 25 |
| Octal | 71 | 204 | 121 | 71 | 0 | 47 | 60 | 213 | 50 | 45 |
| Binary | 111001 | 10000100 | 1010001 | 111001 | 0 | 100111 | 110000 | 10001011 | 101000 | 100101 |
Color Harmonies of #398451
Complementary color
Monochromatic Colors of #398451
Black with #398451
Text Example
Text Example
White with #398451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398451; }
p { color: rgb(57,132,81); }
H1.HeaderClassName
{
color: #398451;
}
.AnyTagClassName
{
color: #398451;
}
</style>
background-color css
<style>
a { background-color: #398451; }
a { background-color: rgb(57,132,81); }
div.DivClassName
{
background-color: #398451;
}
.BgClassName
{
background-color: #398451;
}
</style>
border-color css
<style>
span { border-color: #398451; }
span { border-color: rgb(57,132,81); }
td.TdClassName
{
border-color: #398451;
}
.TagClassName
{
border-color: #398451;
}
</style>