Shades of Amazon #397A58
Tints of Amazon #397A58
RGB
CMYK
RGB Variations
Color information
#397A58 (or 0x397A58) is known color: Amazon. HEX triplet: 39, 7A and 58. RGB value is (57,122,88). Sum of RGB (Red+Green+Blue) = 57+122+88=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 122 (48.05% from 255 or 45.69% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 122 - color contains mainly: green. Hex color #397A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397A58 is #C685A7. Grayscale: #626262. Windows color (decimal): -13010344 or 5798457. OLE color: 5798457.
HSL color Cylindrical-coordinate representation of color #397A58: hue angle of 148.62º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #397A58 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 122 | 88 | - |
| CMYK | 0.53 | 0 | 0.28 | 0.52 |
| HSL | 148.62º | 0.36% | 0.35% | - |
| HSV(B) | 148.62º | 0.53% | 0.48% | - |
| XYZ | 10.41 | 15.49 | 11.67 | - |
| YUV | 98.69 | 121.97 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 88 | 0.53 | 0 | 0.28 | 0.52 | 148.62 | 0.36 | 0.35 |
| Hex | 39 | 7A | 58 | 35 | 0 | 1C | 34 | 95 | 24 | 23 |
| Octal | 71 | 172 | 130 | 65 | 0 | 34 | 64 | 225 | 44 | 43 |
| Binary | 111001 | 1111010 | 1011000 | 110101 | 0 | 11100 | 110100 | 10010101 | 100100 | 100011 |
Color Harmonies of #397A58
Complementary color
Monochromatic Colors of #397A58
Black with #397A58
Text Example
Text Example
White with #397A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397A58; }
p { color: rgb(57,122,88); }
H1.HeaderClassName
{
color: #397A58;
}
.AnyTagClassName
{
color: #397A58;
}
</style>
background-color css
<style>
a { background-color: #397A58; }
a { background-color: rgb(57,122,88); }
div.DivClassName
{
background-color: #397A58;
}
.BgClassName
{
background-color: #397A58;
}
</style>
border-color css
<style>
span { border-color: #397A58; }
span { border-color: rgb(57,122,88); }
td.TdClassName
{
border-color: #397A58;
}
.TagClassName
{
border-color: #397A58;
}
</style>