Shades of Amazon #397952
Tints of Amazon #397952
RGB
CMYK
RGB Variations
Color information
#397952 (or 0x397952) is known color: Amazon. HEX triplet: 39, 79 and 52. RGB value is (57,121,82). Sum of RGB (Red+Green+Blue) = 57+121+82=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 121 (47.66% from 255 or 46.54% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 121 - color contains mainly: green. Hex color #397952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397952 is #C686AD. Grayscale: #616161. Windows color (decimal): -13010606 or 5404985. OLE color: 5404985.
HSL color Cylindrical-coordinate representation of color #397952: hue angle of 143.44º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #397952 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 121 | 82 | - |
| CMYK | 0.53 | 0 | 0.32 | 0.53 |
| HSL | 143.44º | 0.36% | 0.35% | - |
| HSV(B) | 143.44º | 0.53% | 0.47% | - |
| XYZ | 10.05 | 15.15 | 10.38 | - |
| YUV | 97.42 | 119.3 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 121 | 82 | 0.53 | 0 | 0.32 | 0.53 | 143.44 | 0.36 | 0.35 |
| Hex | 39 | 79 | 52 | 35 | 0 | 20 | 35 | 8F | 24 | 23 |
| Octal | 71 | 171 | 122 | 65 | 0 | 40 | 65 | 217 | 44 | 43 |
| Binary | 111001 | 1111001 | 1010010 | 110101 | 0 | 100000 | 110101 | 10001111 | 100100 | 100011 |
Color Harmonies of #397952
Complementary color
Monochromatic Colors of #397952
Black with #397952
Text Example
Text Example
White with #397952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397952; }
p { color: rgb(57,121,82); }
H1.HeaderClassName
{
color: #397952;
}
.AnyTagClassName
{
color: #397952;
}
</style>
background-color css
<style>
a { background-color: #397952; }
a { background-color: rgb(57,121,82); }
div.DivClassName
{
background-color: #397952;
}
.BgClassName
{
background-color: #397952;
}
</style>
border-color css
<style>
span { border-color: #397952; }
span { border-color: rgb(57,121,82); }
td.TdClassName
{
border-color: #397952;
}
.TagClassName
{
border-color: #397952;
}
</style>