Shades of Amazon #397649
Tints of Amazon #397649
RGB
CMYK
RGB Variations
Color information
#397649 (or 0x397649) is known color: Amazon. HEX triplet: 39, 76 and 49. RGB value is (57,118,73). Sum of RGB (Red+Green+Blue) = 57+118+73=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #397649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397649 is #C689B6. Grayscale: #5E5E5E. Windows color (decimal): -13011383 or 4814393. OLE color: 4814393.
HSL color Cylindrical-coordinate representation of color #397649: hue angle of 135.74º 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 #397649 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 118 | 73 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.54 |
| HSL | 135.74º | 0.35% | 0.34% | - |
| HSV(B) | 135.74º | 0.52% | 0.46% | - |
| XYZ | 9.37 | 14.31 | 8.57 | - |
| YUV | 94.63 | 115.79 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 118 | 73 | 0.52 | 0 | 0.38 | 0.54 | 135.74 | 0.35 | 0.34 |
| Hex | 39 | 76 | 49 | 34 | 0 | 26 | 36 | 88 | 23 | 22 |
| Octal | 71 | 166 | 111 | 64 | 0 | 46 | 66 | 210 | 43 | 42 |
| Binary | 111001 | 1110110 | 1001001 | 110100 | 0 | 100110 | 110110 | 10001000 | 100011 | 100010 |
Color Harmonies of #397649
Complementary color
Monochromatic Colors of #397649
Black with #397649
Text Example
Text Example
White with #397649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397649; }
p { color: rgb(57,118,73); }
H1.HeaderClassName
{
color: #397649;
}
.AnyTagClassName
{
color: #397649;
}
</style>
background-color css
<style>
a { background-color: #397649; }
a { background-color: rgb(57,118,73); }
div.DivClassName
{
background-color: #397649;
}
.BgClassName
{
background-color: #397649;
}
</style>
border-color css
<style>
span { border-color: #397649; }
span { border-color: rgb(57,118,73); }
td.TdClassName
{
border-color: #397649;
}
.TagClassName
{
border-color: #397649;
}
</style>