Shades of Amazon #357246
Tints of Amazon #357246
RGB
CMYK
RGB Variations
Color information
#357246 (or 0x357246) is known color: Amazon. HEX triplet: 35, 72 and 46. RGB value is (53,114,70). Sum of RGB (Red+Green+Blue) = 53+114+70=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #357246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357246 is #CA8DB9. Grayscale: #5A5A5A. Windows color (decimal): -13274554 or 4616757. OLE color: 4616757.
HSL color Cylindrical-coordinate representation of color #357246: hue angle of 136.72º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #357246 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 114 | 70 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.55 |
| HSL | 136.72º | 0.37% | 0.33% | - |
| HSV(B) | 136.72º | 0.54% | 0.45% | - |
| XYZ | 8.59 | 13.23 | 7.9 | - |
| YUV | 90.75 | 116.29 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 114 | 70 | 0.54 | 0 | 0.39 | 0.55 | 136.72 | 0.37 | 0.33 |
| Hex | 35 | 72 | 46 | 36 | 0 | 27 | 37 | 89 | 25 | 21 |
| Octal | 65 | 162 | 106 | 66 | 0 | 47 | 67 | 211 | 45 | 41 |
| Binary | 110101 | 1110010 | 1000110 | 110110 | 0 | 100111 | 110111 | 10001001 | 100101 | 100001 |
Color Harmonies of #357246
Complementary color
Monochromatic Colors of #357246
Black with #357246
Text Example
Text Example
White with #357246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357246; }
p { color: rgb(53,114,70); }
H1.HeaderClassName
{
color: #357246;
}
.AnyTagClassName
{
color: #357246;
}
</style>
background-color css
<style>
a { background-color: #357246; }
a { background-color: rgb(53,114,70); }
div.DivClassName
{
background-color: #357246;
}
.BgClassName
{
background-color: #357246;
}
</style>
border-color css
<style>
span { border-color: #357246; }
span { border-color: rgb(53,114,70); }
td.TdClassName
{
border-color: #357246;
}
.TagClassName
{
border-color: #357246;
}
</style>