Shades of Amazon #397C5C
Tints of Amazon #397C5C
RGB
CMYK
RGB Variations
Color information
#397C5C (or 0x397C5C) is known color: Amazon. HEX triplet: 39, 7C and 5C. RGB value is (57,124,92). Sum of RGB (Red+Green+Blue) = 57+124+92=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 124 - color contains mainly: green. Hex color #397C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397C5C is #C683A3. Grayscale: #646464. Windows color (decimal): -13009828 or 6061113. OLE color: 6061113.
HSL color Cylindrical-coordinate representation of color #397C5C: hue angle of 151.34º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #397C5C is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 124 | 92 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.51 |
| HSL | 151.34º | 0.37% | 0.35% | - |
| HSV(B) | 151.34º | 0.54% | 0.49% | - |
| XYZ | 10.83 | 16.06 | 12.65 | - |
| YUV | 100.32 | 123.3 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 92 | 0.54 | 0 | 0.26 | 0.51 | 151.34 | 0.37 | 0.35 |
| Hex | 39 | 7C | 5C | 36 | 0 | 1A | 33 | 97 | 25 | 23 |
| Octal | 71 | 174 | 134 | 66 | 0 | 32 | 63 | 227 | 45 | 43 |
| Binary | 111001 | 1111100 | 1011100 | 110110 | 0 | 11010 | 110011 | 10010111 | 100101 | 100011 |
Color Harmonies of #397C5C
Complementary color
Monochromatic Colors of #397C5C
Black with #397C5C
Text Example
Text Example
White with #397C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397C5C; }
p { color: rgb(57,124,92); }
H1.HeaderClassName
{
color: #397C5C;
}
.AnyTagClassName
{
color: #397C5C;
}
</style>
background-color css
<style>
a { background-color: #397C5C; }
a { background-color: rgb(57,124,92); }
div.DivClassName
{
background-color: #397C5C;
}
.BgClassName
{
background-color: #397C5C;
}
</style>
border-color css
<style>
span { border-color: #397C5C; }
span { border-color: rgb(57,124,92); }
td.TdClassName
{
border-color: #397C5C;
}
.TagClassName
{
border-color: #397C5C;
}
</style>