Shades of Amazon #397455
Tints of Amazon #397455
RGB
CMYK
RGB Variations
Color information
#397455 (or 0x397455) is known color: Amazon. HEX triplet: 39, 74 and 55. RGB value is (57,116,85). Sum of RGB (Red+Green+Blue) = 57+116+85=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 116 - color contains mainly: green. Hex color #397455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397455 is #C68BAA. Grayscale: #5E5E5E. Windows color (decimal): -13011883 or 5600313. OLE color: 5600313.
HSL color Cylindrical-coordinate representation of color #397455: hue angle of 148.47º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #397455 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 116 | 85 | - |
| CMYK | 0.51 | 0 | 0.27 | 0.55 |
| HSL | 148.47º | 0.34% | 0.34% | - |
| HSV(B) | 148.47º | 0.51% | 0.45% | - |
| XYZ | 9.57 | 14.02 | 10.8 | - |
| YUV | 94.83 | 122.45 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 116 | 85 | 0.51 | 0 | 0.27 | 0.55 | 148.47 | 0.34 | 0.34 |
| Hex | 39 | 74 | 55 | 33 | 0 | 1B | 37 | 94 | 22 | 22 |
| Octal | 71 | 164 | 125 | 63 | 0 | 33 | 67 | 224 | 42 | 42 |
| Binary | 111001 | 1110100 | 1010101 | 110011 | 0 | 11011 | 110111 | 10010100 | 100010 | 100010 |
Color Harmonies of #397455
Complementary color
Monochromatic Colors of #397455
Black with #397455
Text Example
Text Example
White with #397455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397455; }
p { color: rgb(57,116,85); }
H1.HeaderClassName
{
color: #397455;
}
.AnyTagClassName
{
color: #397455;
}
</style>
background-color css
<style>
a { background-color: #397455; }
a { background-color: rgb(57,116,85); }
div.DivClassName
{
background-color: #397455;
}
.BgClassName
{
background-color: #397455;
}
</style>
border-color css
<style>
span { border-color: #397455; }
span { border-color: rgb(57,116,85); }
td.TdClassName
{
border-color: #397455;
}
.TagClassName
{
border-color: #397455;
}
</style>