Shades of Amazon #397252
Tints of Amazon #397252
RGB
CMYK
RGB Variations
Color information
#397252 (or 0x397252) is known color: Amazon. HEX triplet: 39, 72 and 52. RGB value is (57,114,82). Sum of RGB (Red+Green+Blue) = 57+114+82=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #397252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397252 is #C68DAD. Grayscale: #5D5D5D. Windows color (decimal): -13012398 or 5403193. OLE color: 5403193.
HSL color Cylindrical-coordinate representation of color #397252: hue angle of 146.32º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #397252 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 114 | 82 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.55 |
| HSL | 146.32º | 0.33% | 0.34% | - |
| HSV(B) | 146.32º | 0.5% | 0.45% | - |
| XYZ | 9.23 | 13.51 | 10.1 | - |
| YUV | 93.31 | 121.62 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 114 | 82 | 0.50 | 0 | 0.28 | 0.55 | 146.32 | 0.33 | 0.34 |
| Hex | 39 | 72 | 52 | 32 | 0 | 1C | 37 | 92 | 21 | 22 |
| Octal | 71 | 162 | 122 | 62 | 0 | 34 | 67 | 222 | 41 | 42 |
| Binary | 111001 | 1110010 | 1010010 | 110010 | 0 | 11100 | 110111 | 10010010 | 100001 | 100010 |
Color Harmonies of #397252
Complementary color
Monochromatic Colors of #397252
Black with #397252
Text Example
Text Example
White with #397252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397252; }
p { color: rgb(57,114,82); }
H1.HeaderClassName
{
color: #397252;
}
.AnyTagClassName
{
color: #397252;
}
</style>
background-color css
<style>
a { background-color: #397252; }
a { background-color: rgb(57,114,82); }
div.DivClassName
{
background-color: #397252;
}
.BgClassName
{
background-color: #397252;
}
</style>
border-color css
<style>
span { border-color: #397252; }
span { border-color: rgb(57,114,82); }
td.TdClassName
{
border-color: #397252;
}
.TagClassName
{
border-color: #397252;
}
</style>