Shades of Amazon #398454
Tints of Amazon #398454
RGB
CMYK
RGB Variations
Color information
#398454 (or 0x398454) is known color: Amazon. HEX triplet: 39, 84 and 54. RGB value is (57,132,84). Sum of RGB (Red+Green+Blue) = 57+132+84=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #398454 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398454 is #C67BAB. Grayscale: #686868. Windows color (decimal): -13007788 or 5538873. OLE color: 5538873.
HSL color Cylindrical-coordinate representation of color #398454: hue angle of 141.6º 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 #398454 is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 132 | 84 | - |
| CMYK | 0.57 | 0 | 0.36 | 0.48 |
| HSL | 141.6º | 0.4% | 0.37% | - |
| HSV(B) | 141.6º | 0.57% | 0.52% | - |
| XYZ | 11.54 | 18.01 | 11.26 | - |
| YUV | 104.1 | 116.65 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 132 | 84 | 0.57 | 0 | 0.36 | 0.48 | 141.6 | 0.4 | 0.37 |
| Hex | 39 | 84 | 54 | 39 | 0 | 24 | 30 | 8E | 28 | 25 |
| Octal | 71 | 204 | 124 | 71 | 0 | 44 | 60 | 216 | 50 | 45 |
| Binary | 111001 | 10000100 | 1010100 | 111001 | 0 | 100100 | 110000 | 10001110 | 101000 | 100101 |
Color Harmonies of #398454
Complementary color
Monochromatic Colors of #398454
Black with #398454
Text Example
Text Example
White with #398454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398454; }
p { color: rgb(57,132,84); }
H1.HeaderClassName
{
color: #398454;
}
.AnyTagClassName
{
color: #398454;
}
</style>
background-color css
<style>
a { background-color: #398454; }
a { background-color: rgb(57,132,84); }
div.DivClassName
{
background-color: #398454;
}
.BgClassName
{
background-color: #398454;
}
</style>
border-color css
<style>
span { border-color: #398454; }
span { border-color: rgb(57,132,84); }
td.TdClassName
{
border-color: #398454;
}
.TagClassName
{
border-color: #398454;
}
</style>