Shades of Amazon #357647
Tints of Amazon #357647
RGB
CMYK
RGB Variations
Color information
#357647 (or 0x357647) is known color: Amazon. HEX triplet: 35, 76 and 47. RGB value is (53,118,71). Sum of RGB (Red+Green+Blue) = 53+118+71=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #357647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357647 is #CA89B8. Grayscale: #5D5D5D. Windows color (decimal): -13273529 or 4683317. OLE color: 4683317.
HSL color Cylindrical-coordinate representation of color #357647: hue angle of 136.62º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357647 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 118 | 71 | - |
| CMYK | 0.55 | 0 | 0.40 | 0.54 |
| HSL | 136.62º | 0.38% | 0.34% | - |
| HSV(B) | 136.62º | 0.55% | 0.46% | - |
| XYZ | 9.08 | 14.17 | 8.22 | - |
| YUV | 93.21 | 115.47 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 118 | 71 | 0.55 | 0 | 0.40 | 0.54 | 136.62 | 0.38 | 0.34 |
| Hex | 35 | 76 | 47 | 37 | 0 | 28 | 36 | 89 | 26 | 22 |
| Octal | 65 | 166 | 107 | 67 | 0 | 50 | 66 | 211 | 46 | 42 |
| Binary | 110101 | 1110110 | 1000111 | 110111 | 0 | 101000 | 110110 | 10001001 | 100110 | 100010 |
Color Harmonies of #357647
Complementary color
Monochromatic Colors of #357647
Black with #357647
Text Example
Text Example
White with #357647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357647; }
p { color: rgb(53,118,71); }
H1.HeaderClassName
{
color: #357647;
}
.AnyTagClassName
{
color: #357647;
}
</style>
background-color css
<style>
a { background-color: #357647; }
a { background-color: rgb(53,118,71); }
div.DivClassName
{
background-color: #357647;
}
.BgClassName
{
background-color: #357647;
}
</style>
border-color css
<style>
span { border-color: #357647; }
span { border-color: rgb(53,118,71); }
td.TdClassName
{
border-color: #357647;
}
.TagClassName
{
border-color: #357647;
}
</style>