Shades of Amazon #398552
Tints of Amazon #398552
RGB
CMYK
RGB Variations
Color information
#398552 (or 0x398552) is known color: Amazon. HEX triplet: 39, 85 and 52. RGB value is (57,133,82). Sum of RGB (Red+Green+Blue) = 57+133+82=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 133 (52.34% from 255 or 48.90% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 133 - color contains mainly: green. Hex color #398552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398552 is #C67AAD. Grayscale: #686868. Windows color (decimal): -13007534 or 5408057. OLE color: 5408057.
HSL color Cylindrical-coordinate representation of color #398552: hue angle of 139.74º 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 #398552 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 133 | 82 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.48 |
| HSL | 139.74º | 0.4% | 0.37% | - |
| HSV(B) | 139.74º | 0.57% | 0.52% | - |
| XYZ | 11.6 | 18.25 | 10.89 | - |
| YUV | 104.46 | 115.32 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 133 | 82 | 0.57 | 0 | 0.38 | 0.48 | 139.74 | 0.4 | 0.37 |
| Hex | 39 | 85 | 52 | 39 | 0 | 26 | 30 | 8C | 28 | 25 |
| Octal | 71 | 205 | 122 | 71 | 0 | 46 | 60 | 214 | 50 | 45 |
| Binary | 111001 | 10000101 | 1010010 | 111001 | 0 | 100110 | 110000 | 10001100 | 101000 | 100101 |
Color Harmonies of #398552
Complementary color
Monochromatic Colors of #398552
Black with #398552
Text Example
Text Example
White with #398552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398552; }
p { color: rgb(57,133,82); }
H1.HeaderClassName
{
color: #398552;
}
.AnyTagClassName
{
color: #398552;
}
</style>
background-color css
<style>
a { background-color: #398552; }
a { background-color: rgb(57,133,82); }
div.DivClassName
{
background-color: #398552;
}
.BgClassName
{
background-color: #398552;
}
</style>
border-color css
<style>
span { border-color: #398552; }
span { border-color: rgb(57,133,82); }
td.TdClassName
{
border-color: #398552;
}
.TagClassName
{
border-color: #398552;
}
</style>