Shades of Amazon #398450
Tints of Amazon #398450
RGB
CMYK
RGB Variations
Color information
#398450 (or 0x398450) is known color: Amazon. HEX triplet: 39, 84 and 50. RGB value is (57,132,80). Sum of RGB (Red+Green+Blue) = 57+132+80=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 132 (51.95% from 255 or 49.07% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 132 - color contains mainly: green. Hex color #398450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398450 is #C67BAF. Grayscale: #676767. Windows color (decimal): -13007792 or 5276729. OLE color: 5276729.
HSL color Cylindrical-coordinate representation of color #398450: hue angle of 138.4º 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 #398450 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 132 | 80 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.48 |
| HSL | 138.4º | 0.4% | 0.37% | - |
| HSV(B) | 138.4º | 0.57% | 0.52% | - |
| XYZ | 11.39 | 17.95 | 10.45 | - |
| YUV | 103.65 | 114.65 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 132 | 80 | 0.57 | 0 | 0.39 | 0.48 | 138.4 | 0.4 | 0.37 |
| Hex | 39 | 84 | 50 | 39 | 0 | 27 | 30 | 8A | 28 | 25 |
| Octal | 71 | 204 | 120 | 71 | 0 | 47 | 60 | 212 | 50 | 45 |
| Binary | 111001 | 10000100 | 1010000 | 111001 | 0 | 100111 | 110000 | 10001010 | 101000 | 100101 |
Color Harmonies of #398450
Complementary color
Monochromatic Colors of #398450
Black with #398450
Text Example
Text Example
White with #398450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398450; }
p { color: rgb(57,132,80); }
H1.HeaderClassName
{
color: #398450;
}
.AnyTagClassName
{
color: #398450;
}
</style>
background-color css
<style>
a { background-color: #398450; }
a { background-color: rgb(57,132,80); }
div.DivClassName
{
background-color: #398450;
}
.BgClassName
{
background-color: #398450;
}
</style>
border-color css
<style>
span { border-color: #398450; }
span { border-color: rgb(57,132,80); }
td.TdClassName
{
border-color: #398450;
}
.TagClassName
{
border-color: #398450;
}
</style>