Shades of Amazon #397350
Tints of Amazon #397350
RGB
CMYK
RGB Variations
Color information
#397350 (or 0x397350) is known color: Amazon. HEX triplet: 39, 73 and 50. RGB value is (57,115,80). Sum of RGB (Red+Green+Blue) = 57+115+80=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #397350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397350 is #C68CAF. Grayscale: #5D5D5D. Windows color (decimal): -13012144 or 5272377. OLE color: 5272377.
HSL color Cylindrical-coordinate representation of color #397350: hue angle of 143.79º degrees, saturation: 0.34, 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 #397350 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 115 | 80 | - |
| CMYK | 0.50 | 0 | 0.30 | 0.55 |
| HSL | 143.79º | 0.34% | 0.34% | - |
| HSV(B) | 143.79º | 0.5% | 0.45% | - |
| XYZ | 9.27 | 13.71 | 9.75 | - |
| YUV | 93.67 | 120.28 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 115 | 80 | 0.50 | 0 | 0.30 | 0.55 | 143.79 | 0.34 | 0.34 |
| Hex | 39 | 73 | 50 | 32 | 0 | 1E | 37 | 90 | 22 | 22 |
| Octal | 71 | 163 | 120 | 62 | 0 | 36 | 67 | 220 | 42 | 42 |
| Binary | 111001 | 1110011 | 1010000 | 110010 | 0 | 11110 | 110111 | 10010000 | 100010 | 100010 |
Color Harmonies of #397350
Complementary color
Monochromatic Colors of #397350
Black with #397350
Text Example
Text Example
White with #397350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397350; }
p { color: rgb(57,115,80); }
H1.HeaderClassName
{
color: #397350;
}
.AnyTagClassName
{
color: #397350;
}
</style>
background-color css
<style>
a { background-color: #397350; }
a { background-color: rgb(57,115,80); }
div.DivClassName
{
background-color: #397350;
}
.BgClassName
{
background-color: #397350;
}
</style>
border-color css
<style>
span { border-color: #397350; }
span { border-color: rgb(57,115,80); }
td.TdClassName
{
border-color: #397350;
}
.TagClassName
{
border-color: #397350;
}
</style>