Shades of Amazon #397052
Tints of Amazon #397052
RGB
CMYK
RGB Variations
Color information
#397052 (or 0x397052) is known color: Amazon. HEX triplet: 39, 70 and 52. RGB value is (57,112,82). Sum of RGB (Red+Green+Blue) = 57+112+82=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #397052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397052 is #C68FAD. Grayscale: #5C5C5C. Windows color (decimal): -13012910 or 5402681. OLE color: 5402681.
HSL color Cylindrical-coordinate representation of color #397052: hue angle of 147.27º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #397052 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 112 | 82 | - |
| CMYK | 0.49 | 0 | 0.27 | 0.56 |
| HSL | 147.27º | 0.33% | 0.33% | - |
| HSV(B) | 147.27º | 0.49% | 0.44% | - |
| XYZ | 9 | 13.07 | 10.03 | - |
| YUV | 92.14 | 122.28 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 112 | 82 | 0.49 | 0 | 0.27 | 0.56 | 147.27 | 0.33 | 0.33 |
| Hex | 39 | 70 | 52 | 31 | 0 | 1B | 38 | 93 | 21 | 21 |
| Octal | 71 | 160 | 122 | 61 | 0 | 33 | 70 | 223 | 41 | 41 |
| Binary | 111001 | 1110000 | 1010010 | 110001 | 0 | 11011 | 111000 | 10010011 | 100001 | 100001 |
Color Harmonies of #397052
Complementary color
Monochromatic Colors of #397052
Black with #397052
Text Example
Text Example
White with #397052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397052; }
p { color: rgb(57,112,82); }
H1.HeaderClassName
{
color: #397052;
}
.AnyTagClassName
{
color: #397052;
}
</style>
background-color css
<style>
a { background-color: #397052; }
a { background-color: rgb(57,112,82); }
div.DivClassName
{
background-color: #397052;
}
.BgClassName
{
background-color: #397052;
}
</style>
border-color css
<style>
span { border-color: #397052; }
span { border-color: rgb(57,112,82); }
td.TdClassName
{
border-color: #397052;
}
.TagClassName
{
border-color: #397052;
}
</style>