Shades of Amazon #357C46
Tints of Amazon #357C46
RGB
CMYK
RGB Variations
Color information
#357C46 (or 0x357C46) is known color: Amazon. HEX triplet: 35, 7C and 46. RGB value is (53,124,70). Sum of RGB (Red+Green+Blue) = 53+124+70=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 124 (48.83% from 255 or 50.20% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 124 - color contains mainly: green. Hex color #357C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357C46 is #CA83B9. Grayscale: #606060. Windows color (decimal): -13271994 or 4619317. OLE color: 4619317.
HSL color Cylindrical-coordinate representation of color #357C46: hue angle of 134.37º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357C46 is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 70 | - |
| CMYK | 0.57 | 0 | 0.44 | 0.51 |
| HSL | 134.37º | 0.4% | 0.35% | - |
| HSV(B) | 134.37º | 0.57% | 0.49% | - |
| XYZ | 9.78 | 15.61 | 8.29 | - |
| YUV | 96.62 | 112.98 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 70 | 0.57 | 0 | 0.44 | 0.51 | 134.37 | 0.4 | 0.35 |
| Hex | 35 | 7C | 46 | 39 | 0 | 2C | 33 | 86 | 28 | 23 |
| Octal | 65 | 174 | 106 | 71 | 0 | 54 | 63 | 206 | 50 | 43 |
| Binary | 110101 | 1111100 | 1000110 | 111001 | 0 | 101100 | 110011 | 10000110 | 101000 | 100011 |
Color Harmonies of #357C46
Complementary color
Monochromatic Colors of #357C46
Black with #357C46
Text Example
Text Example
White with #357C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C46; }
p { color: rgb(53,124,70); }
H1.HeaderClassName
{
color: #357C46;
}
.AnyTagClassName
{
color: #357C46;
}
</style>
background-color css
<style>
a { background-color: #357C46; }
a { background-color: rgb(53,124,70); }
div.DivClassName
{
background-color: #357C46;
}
.BgClassName
{
background-color: #357C46;
}
</style>
border-color css
<style>
span { border-color: #357C46; }
span { border-color: rgb(53,124,70); }
td.TdClassName
{
border-color: #357C46;
}
.TagClassName
{
border-color: #357C46;
}
</style>