Shades of Amazon #357847
Tints of Amazon #357847
RGB
CMYK
RGB Variations
Color information
#357847 (or 0x357847) is known color: Amazon. HEX triplet: 35, 78 and 47. RGB value is (53,120,71). Sum of RGB (Red+Green+Blue) = 53+120+71=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 120 (47.27% from 255 or 49.18% from 244); Blue value is 71 (28.12% from 255 or 29.10% from 244); Max value from RGB is 120 - color contains mainly: green. Hex color #357847 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357847 is #CA87B8. Grayscale: #5E5E5E. Windows color (decimal): -13273017 or 4683829. OLE color: 4683829.
HSL color Cylindrical-coordinate representation of color #357847: hue angle of 136.12º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #357847 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 120 | 71 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.53 |
| HSL | 136.12º | 0.39% | 0.34% | - |
| HSV(B) | 136.12º | 0.56% | 0.47% | - |
| XYZ | 9.32 | 14.64 | 8.3 | - |
| YUV | 94.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 120 | 71 | 0.56 | 0 | 0.41 | 0.53 | 136.12 | 0.39 | 0.34 |
| Hex | 35 | 78 | 47 | 38 | 0 | 29 | 35 | 88 | 27 | 22 |
| Octal | 65 | 170 | 107 | 70 | 0 | 51 | 65 | 210 | 47 | 42 |
| Binary | 110101 | 1111000 | 1000111 | 111000 | 0 | 101001 | 110101 | 10001000 | 100111 | 100010 |
Color Harmonies of #357847
Complementary color
Monochromatic Colors of #357847
Black with #357847
Text Example
Text Example
White with #357847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357847; }
p { color: rgb(53,120,71); }
H1.HeaderClassName
{
color: #357847;
}
.AnyTagClassName
{
color: #357847;
}
</style>
background-color css
<style>
a { background-color: #357847; }
a { background-color: rgb(53,120,71); }
div.DivClassName
{
background-color: #357847;
}
.BgClassName
{
background-color: #357847;
}
</style>
border-color css
<style>
span { border-color: #357847; }
span { border-color: rgb(53,120,71); }
td.TdClassName
{
border-color: #357847;
}
.TagClassName
{
border-color: #357847;
}
</style>