Shades of Amazon #398455
Tints of Amazon #398455
RGB
CMYK
RGB Variations
Color information
#398455 (or 0x398455) is known color: Amazon. HEX triplet: 39, 84 and 55. RGB value is (57,132,85). Sum of RGB (Red+Green+Blue) = 57+132+85=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 132 - color contains mainly: green. Hex color #398455 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398455 is #C67BAA. Grayscale: #686868. Windows color (decimal): -13007787 or 5604409. OLE color: 5604409.
HSL color Cylindrical-coordinate representation of color #398455: hue angle of 142.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 #398455 is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 132 | 85 | - |
| CMYK | 0.57 | 0 | 0.36 | 0.48 |
| HSL | 142.4º | 0.4% | 0.37% | - |
| HSV(B) | 142.4º | 0.57% | 0.52% | - |
| XYZ | 11.58 | 18.03 | 11.46 | - |
| YUV | 104.22 | 117.15 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 132 | 85 | 0.57 | 0 | 0.36 | 0.48 | 142.4 | 0.4 | 0.37 |
| Hex | 39 | 84 | 55 | 39 | 0 | 24 | 30 | 8E | 28 | 25 |
| Octal | 71 | 204 | 125 | 71 | 0 | 44 | 60 | 216 | 50 | 45 |
| Binary | 111001 | 10000100 | 1010101 | 111001 | 0 | 100100 | 110000 | 10001110 | 101000 | 100101 |
Color Harmonies of #398455
Complementary color
Monochromatic Colors of #398455
Black with #398455
Text Example
Text Example
White with #398455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398455; }
p { color: rgb(57,132,85); }
H1.HeaderClassName
{
color: #398455;
}
.AnyTagClassName
{
color: #398455;
}
</style>
background-color css
<style>
a { background-color: #398455; }
a { background-color: rgb(57,132,85); }
div.DivClassName
{
background-color: #398455;
}
.BgClassName
{
background-color: #398455;
}
</style>
border-color css
<style>
span { border-color: #398455; }
span { border-color: rgb(57,132,85); }
td.TdClassName
{
border-color: #398455;
}
.TagClassName
{
border-color: #398455;
}
</style>