Shades of Amazon #397254
Tints of Amazon #397254
RGB
CMYK
RGB Variations
Color information
#397254 (or 0x397254) is known color: Amazon. HEX triplet: 39, 72 and 54. RGB value is (57,114,84). Sum of RGB (Red+Green+Blue) = 57+114+84=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 84 (33.20% from 255 or 32.94% from 255); Max value from RGB is 114 - color contains mainly: green. Hex color #397254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397254 is #C68DAB. Grayscale: #5D5D5D. Windows color (decimal): -13012396 or 5534265. OLE color: 5534265.
HSL color Cylindrical-coordinate representation of color #397254: hue angle of 148.42º degrees, saturation: 0.33, 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 #397254 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 114 | 84 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.55 |
| HSL | 148.42º | 0.33% | 0.34% | - |
| HSV(B) | 148.42º | 0.5% | 0.45% | - |
| XYZ | 9.3 | 13.54 | 10.51 | - |
| YUV | 93.54 | 122.62 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 114 | 84 | 0.50 | 0 | 0.26 | 0.55 | 148.42 | 0.33 | 0.34 |
| Hex | 39 | 72 | 54 | 32 | 0 | 1A | 37 | 94 | 21 | 22 |
| Octal | 71 | 162 | 124 | 62 | 0 | 32 | 67 | 224 | 41 | 42 |
| Binary | 111001 | 1110010 | 1010100 | 110010 | 0 | 11010 | 110111 | 10010100 | 100001 | 100010 |
Color Harmonies of #397254
Complementary color
Monochromatic Colors of #397254
Black with #397254
Text Example
Text Example
White with #397254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397254; }
p { color: rgb(57,114,84); }
H1.HeaderClassName
{
color: #397254;
}
.AnyTagClassName
{
color: #397254;
}
</style>
background-color css
<style>
a { background-color: #397254; }
a { background-color: rgb(57,114,84); }
div.DivClassName
{
background-color: #397254;
}
.BgClassName
{
background-color: #397254;
}
</style>
border-color css
<style>
span { border-color: #397254; }
span { border-color: rgb(57,114,84); }
td.TdClassName
{
border-color: #397254;
}
.TagClassName
{
border-color: #397254;
}
</style>