Shades of Amazon #397652
Tints of Amazon #397652
RGB
CMYK
RGB Variations
Color information
#397652 (or 0x397652) is known color: Amazon. HEX triplet: 39, 76 and 52. RGB value is (57,118,82). Sum of RGB (Red+Green+Blue) = 57+118+82=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #397652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397652 is #C689AD. Grayscale: #5F5F5F. Windows color (decimal): -13011374 or 5404217. OLE color: 5404217.
HSL color Cylindrical-coordinate representation of color #397652: hue angle of 144.59º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #397652 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 118 | 82 | - |
| CMYK | 0.52 | 0 | 0.31 | 0.54 |
| HSL | 144.59º | 0.35% | 0.34% | - |
| HSV(B) | 144.59º | 0.52% | 0.46% | - |
| XYZ | 9.69 | 14.44 | 10.26 | - |
| YUV | 95.66 | 120.29 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 118 | 82 | 0.52 | 0 | 0.31 | 0.54 | 144.59 | 0.35 | 0.34 |
| Hex | 39 | 76 | 52 | 34 | 0 | 1F | 36 | 91 | 23 | 22 |
| Octal | 71 | 166 | 122 | 64 | 0 | 37 | 66 | 221 | 43 | 42 |
| Binary | 111001 | 1110110 | 1010010 | 110100 | 0 | 11111 | 110110 | 10010001 | 100011 | 100010 |
Color Harmonies of #397652
Complementary color
Monochromatic Colors of #397652
Black with #397652
Text Example
Text Example
White with #397652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397652; }
p { color: rgb(57,118,82); }
H1.HeaderClassName
{
color: #397652;
}
.AnyTagClassName
{
color: #397652;
}
</style>
background-color css
<style>
a { background-color: #397652; }
a { background-color: rgb(57,118,82); }
div.DivClassName
{
background-color: #397652;
}
.BgClassName
{
background-color: #397652;
}
</style>
border-color css
<style>
span { border-color: #397652; }
span { border-color: rgb(57,118,82); }
td.TdClassName
{
border-color: #397652;
}
.TagClassName
{
border-color: #397652;
}
</style>