Shades of Amazon #398550
Tints of Amazon #398550
RGB
CMYK
RGB Variations
Color information
#398550 (or 0x398550) is known color: Amazon. HEX triplet: 39, 85 and 50. RGB value is (57,133,80). Sum of RGB (Red+Green+Blue) = 57+133+80=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #398550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398550 is #C67AAF. Grayscale: #686868. Windows color (decimal): -13007536 or 5276985. OLE color: 5276985.
HSL color Cylindrical-coordinate representation of color #398550: hue angle of 138.16º 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 #398550 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 133 | 80 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.48 |
| HSL | 138.16º | 0.4% | 0.37% | - |
| HSV(B) | 138.16º | 0.57% | 0.52% | - |
| XYZ | 11.52 | 18.22 | 10.5 | - |
| YUV | 104.23 | 114.32 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 133 | 80 | 0.57 | 0 | 0.40 | 0.48 | 138.16 | 0.4 | 0.37 |
| Hex | 39 | 85 | 50 | 39 | 0 | 28 | 30 | 8A | 28 | 25 |
| Octal | 71 | 205 | 120 | 71 | 0 | 50 | 60 | 212 | 50 | 45 |
| Binary | 111001 | 10000101 | 1010000 | 111001 | 0 | 101000 | 110000 | 10001010 | 101000 | 100101 |
Color Harmonies of #398550
Complementary color
Monochromatic Colors of #398550
Black with #398550
Text Example
Text Example
White with #398550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398550; }
p { color: rgb(57,133,80); }
H1.HeaderClassName
{
color: #398550;
}
.AnyTagClassName
{
color: #398550;
}
</style>
background-color css
<style>
a { background-color: #398550; }
a { background-color: rgb(57,133,80); }
div.DivClassName
{
background-color: #398550;
}
.BgClassName
{
background-color: #398550;
}
</style>
border-color css
<style>
span { border-color: #398550; }
span { border-color: rgb(57,133,80); }
td.TdClassName
{
border-color: #398550;
}
.TagClassName
{
border-color: #398550;
}
</style>