Shades of Amazon #397552
Tints of Amazon #397552
RGB
CMYK
RGB Variations
Color information
#397552 (or 0x397552) is known color: Amazon. HEX triplet: 39, 75 and 52. RGB value is (57,117,82). Sum of RGB (Red+Green+Blue) = 57+117+82=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #397552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397552 is #C68AAD. Grayscale: #5F5F5F. Windows color (decimal): -13011630 or 5403961. OLE color: 5403961.
HSL color Cylindrical-coordinate representation of color #397552: hue angle of 145º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #397552 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 117 | 82 | - |
| CMYK | 0.51 | 0 | 0.30 | 0.54 |
| HSL | 145º | 0.34% | 0.34% | - |
| HSV(B) | 145º | 0.51% | 0.46% | - |
| XYZ | 9.57 | 14.2 | 10.22 | - |
| YUV | 95.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 117 | 82 | 0.51 | 0 | 0.30 | 0.54 | 145 | 0.34 | 0.34 |
| Hex | 39 | 75 | 52 | 33 | 0 | 1E | 36 | 91 | 22 | 22 |
| Octal | 71 | 165 | 122 | 63 | 0 | 36 | 66 | 221 | 42 | 42 |
| Binary | 111001 | 1110101 | 1010010 | 110011 | 0 | 11110 | 110110 | 10010001 | 100010 | 100010 |
Color Harmonies of #397552
Complementary color
Monochromatic Colors of #397552
Black with #397552
Text Example
Text Example
White with #397552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397552; }
p { color: rgb(57,117,82); }
H1.HeaderClassName
{
color: #397552;
}
.AnyTagClassName
{
color: #397552;
}
</style>
background-color css
<style>
a { background-color: #397552; }
a { background-color: rgb(57,117,82); }
div.DivClassName
{
background-color: #397552;
}
.BgClassName
{
background-color: #397552;
}
</style>
border-color css
<style>
span { border-color: #397552; }
span { border-color: rgb(57,117,82); }
td.TdClassName
{
border-color: #397552;
}
.TagClassName
{
border-color: #397552;
}
</style>