Shades of Amazon #397654
Tints of Amazon #397654
RGB
CMYK
RGB Variations
Color information
#397654 (or 0x397654) is known color: Amazon. HEX triplet: 39, 76 and 54. RGB value is (57,118,84). Sum of RGB (Red+Green+Blue) = 57+118+84=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #397654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397654 is #C689AB. Grayscale: #5F5F5F. Windows color (decimal): -13011372 or 5535289. OLE color: 5535289.
HSL color Cylindrical-coordinate representation of color #397654: hue angle of 146.56º 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 #397654 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 118 | 84 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.54 |
| HSL | 146.56º | 0.35% | 0.34% | - |
| HSV(B) | 146.56º | 0.52% | 0.46% | - |
| XYZ | 9.77 | 14.47 | 10.67 | - |
| YUV | 95.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 118 | 84 | 0.52 | 0 | 0.29 | 0.54 | 146.56 | 0.35 | 0.34 |
| Hex | 39 | 76 | 54 | 34 | 0 | 1D | 36 | 93 | 23 | 22 |
| Octal | 71 | 166 | 124 | 64 | 0 | 35 | 66 | 223 | 43 | 42 |
| Binary | 111001 | 1110110 | 1010100 | 110100 | 0 | 11101 | 110110 | 10010011 | 100011 | 100010 |
Color Harmonies of #397654
Complementary color
Monochromatic Colors of #397654
Black with #397654
Text Example
Text Example
White with #397654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397654; }
p { color: rgb(57,118,84); }
H1.HeaderClassName
{
color: #397654;
}
.AnyTagClassName
{
color: #397654;
}
</style>
background-color css
<style>
a { background-color: #397654; }
a { background-color: rgb(57,118,84); }
div.DivClassName
{
background-color: #397654;
}
.BgClassName
{
background-color: #397654;
}
</style>
border-color css
<style>
span { border-color: #397654; }
span { border-color: rgb(57,118,84); }
td.TdClassName
{
border-color: #397654;
}
.TagClassName
{
border-color: #397654;
}
</style>