Shades of Amazon #398554
Tints of Amazon #398554
RGB
CMYK
RGB Variations
Color information
#398554 (or 0x398554) is known color: Amazon. HEX triplet: 39, 85 and 54. RGB value is (57,133,84). Sum of RGB (Red+Green+Blue) = 57+133+84=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #398554 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398554 is #C67AAB. Grayscale: #686868. Windows color (decimal): -13007532 or 5539129. OLE color: 5539129.
HSL color Cylindrical-coordinate representation of color #398554: hue angle of 141.32º 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 #398554 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 133 | 84 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.48 |
| HSL | 141.32º | 0.4% | 0.37% | - |
| HSV(B) | 141.32º | 0.57% | 0.52% | - |
| XYZ | 11.68 | 18.29 | 11.3 | - |
| YUV | 104.69 | 116.32 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 133 | 84 | 0.57 | 0 | 0.37 | 0.48 | 141.32 | 0.4 | 0.37 |
| Hex | 39 | 85 | 54 | 39 | 0 | 25 | 30 | 8D | 28 | 25 |
| Octal | 71 | 205 | 124 | 71 | 0 | 45 | 60 | 215 | 50 | 45 |
| Binary | 111001 | 10000101 | 1010100 | 111001 | 0 | 100101 | 110000 | 10001101 | 101000 | 100101 |
Color Harmonies of #398554
Complementary color
Monochromatic Colors of #398554
Black with #398554
Text Example
Text Example
White with #398554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398554; }
p { color: rgb(57,133,84); }
H1.HeaderClassName
{
color: #398554;
}
.AnyTagClassName
{
color: #398554;
}
</style>
background-color css
<style>
a { background-color: #398554; }
a { background-color: rgb(57,133,84); }
div.DivClassName
{
background-color: #398554;
}
.BgClassName
{
background-color: #398554;
}
</style>
border-color css
<style>
span { border-color: #398554; }
span { border-color: rgb(57,133,84); }
td.TdClassName
{
border-color: #398554;
}
.TagClassName
{
border-color: #398554;
}
</style>