Shades of Amazon #357146
Tints of Amazon #357146
RGB
CMYK
RGB Variations
Color information
#357146 (or 0x357146) is known color: Amazon. HEX triplet: 35, 71 and 46. RGB value is (53,113,70). Sum of RGB (Red+Green+Blue) = 53+113+70=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 113 - color contains mainly: green. Hex color #357146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357146 is #CA8EB9. Grayscale: #5A5A5A. Windows color (decimal): -13274810 or 4616501. OLE color: 4616501.
HSL color Cylindrical-coordinate representation of color #357146: hue angle of 137º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #357146 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 113 | 70 | - |
| CMYK | 0.53 | 0 | 0.38 | 0.56 |
| HSL | 137º | 0.36% | 0.33% | - |
| HSV(B) | 137º | 0.53% | 0.44% | - |
| XYZ | 8.48 | 13.01 | 7.86 | - |
| YUV | 90.16 | 116.62 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 113 | 70 | 0.53 | 0 | 0.38 | 0.56 | 137 | 0.36 | 0.33 |
| Hex | 35 | 71 | 46 | 35 | 0 | 26 | 38 | 89 | 24 | 21 |
| Octal | 65 | 161 | 106 | 65 | 0 | 46 | 70 | 211 | 44 | 41 |
| Binary | 110101 | 1110001 | 1000110 | 110101 | 0 | 100110 | 111000 | 10001001 | 100100 | 100001 |
Color Harmonies of #357146
Complementary color
Monochromatic Colors of #357146
Black with #357146
Text Example
Text Example
White with #357146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357146; }
p { color: rgb(53,113,70); }
H1.HeaderClassName
{
color: #357146;
}
.AnyTagClassName
{
color: #357146;
}
</style>
background-color css
<style>
a { background-color: #357146; }
a { background-color: rgb(53,113,70); }
div.DivClassName
{
background-color: #357146;
}
.BgClassName
{
background-color: #357146;
}
</style>
border-color css
<style>
span { border-color: #357146; }
span { border-color: rgb(53,113,70); }
td.TdClassName
{
border-color: #357146;
}
.TagClassName
{
border-color: #357146;
}
</style>