Shades of Amazon #357247
Tints of Amazon #357247
RGB
CMYK
RGB Variations
Color information
#357247 (or 0x357247) is known color: Amazon. HEX triplet: 35, 72 and 47. RGB value is (53,114,71). Sum of RGB (Red+Green+Blue) = 53+114+71=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #357247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357247 is #CA8DB8. Grayscale: #5A5A5A. Windows color (decimal): -13274553 or 4682293. OLE color: 4682293.
HSL color Cylindrical-coordinate representation of color #357247: hue angle of 137.7º 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 #357247 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 114 | 71 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.55 |
| HSL | 137.7º | 0.37% | 0.33% | - |
| HSV(B) | 137.7º | 0.54% | 0.45% | - |
| XYZ | 8.62 | 13.25 | 8.06 | - |
| YUV | 90.86 | 116.79 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 114 | 71 | 0.54 | 0 | 0.38 | 0.55 | 137.7 | 0.37 | 0.33 |
| Hex | 35 | 72 | 47 | 36 | 0 | 26 | 37 | 8A | 25 | 21 |
| Octal | 65 | 162 | 107 | 66 | 0 | 46 | 67 | 212 | 45 | 41 |
| Binary | 110101 | 1110010 | 1000111 | 110110 | 0 | 100110 | 110111 | 10001010 | 100101 | 100001 |
Color Harmonies of #357247
Complementary color
Monochromatic Colors of #357247
Black with #357247
Text Example
Text Example
White with #357247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357247; }
p { color: rgb(53,114,71); }
H1.HeaderClassName
{
color: #357247;
}
.AnyTagClassName
{
color: #357247;
}
</style>
background-color css
<style>
a { background-color: #357247; }
a { background-color: rgb(53,114,71); }
div.DivClassName
{
background-color: #357247;
}
.BgClassName
{
background-color: #357247;
}
</style>
border-color css
<style>
span { border-color: #357247; }
span { border-color: rgb(53,114,71); }
td.TdClassName
{
border-color: #357247;
}
.TagClassName
{
border-color: #357247;
}
</style>