Shades of Amazon #357D46
Tints of Amazon #357D46
RGB
CMYK
RGB Variations
Color information
#357D46 (or 0x357D46) is known color: Amazon. HEX triplet: 35, 7D and 46. RGB value is (53,125,70). Sum of RGB (Red+Green+Blue) = 53+125+70=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 125 (49.22% from 255 or 50.40% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 125 - color contains mainly: green. Hex color #357D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357D46 is #CA82B9. Grayscale: #616161. Windows color (decimal): -13271738 or 4619573. OLE color: 4619573.
HSL color Cylindrical-coordinate representation of color #357D46: hue angle of 134.17º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357D46 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 125 | 70 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.51 |
| HSL | 134.17º | 0.4% | 0.35% | - |
| HSV(B) | 134.17º | 0.58% | 0.49% | - |
| XYZ | 9.91 | 15.87 | 8.33 | - |
| YUV | 97.2 | 112.65 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 70 | 0.58 | 0 | 0.44 | 0.51 | 134.17 | 0.4 | 0.35 |
| Hex | 35 | 7D | 46 | 3A | 0 | 2C | 33 | 86 | 28 | 23 |
| Octal | 65 | 175 | 106 | 72 | 0 | 54 | 63 | 206 | 50 | 43 |
| Binary | 110101 | 1111101 | 1000110 | 111010 | 0 | 101100 | 110011 | 10000110 | 101000 | 100011 |
Color Harmonies of #357D46
Complementary color
Monochromatic Colors of #357D46
Black with #357D46
Text Example
Text Example
White with #357D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357D46; }
p { color: rgb(53,125,70); }
H1.HeaderClassName
{
color: #357D46;
}
.AnyTagClassName
{
color: #357D46;
}
</style>
background-color css
<style>
a { background-color: #357D46; }
a { background-color: rgb(53,125,70); }
div.DivClassName
{
background-color: #357D46;
}
.BgClassName
{
background-color: #357D46;
}
</style>
border-color css
<style>
span { border-color: #357D46; }
span { border-color: rgb(53,125,70); }
td.TdClassName
{
border-color: #357D46;
}
.TagClassName
{
border-color: #357D46;
}
</style>