Shades of Amazon #357547
Tints of Amazon #357547
RGB
CMYK
RGB Variations
Color information
#357547 (or 0x357547) is known color: Amazon. HEX triplet: 35, 75 and 47. RGB value is (53,117,71). Sum of RGB (Red+Green+Blue) = 53+117+71=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 71 (28.12% from 255 or 29.46% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #357547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357547 is #CA8AB8. Grayscale: #5C5C5C. Windows color (decimal): -13273785 or 4683061. OLE color: 4683061.
HSL color Cylindrical-coordinate representation of color #357547: hue angle of 136.88º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357547 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 117 | 71 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.54 |
| HSL | 136.88º | 0.38% | 0.33% | - |
| HSV(B) | 136.88º | 0.55% | 0.46% | - |
| XYZ | 8.97 | 13.93 | 8.18 | - |
| YUV | 92.62 | 115.8 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 117 | 71 | 0.55 | 0 | 0.39 | 0.54 | 136.88 | 0.38 | 0.33 |
| Hex | 35 | 75 | 47 | 37 | 0 | 27 | 36 | 89 | 26 | 21 |
| Octal | 65 | 165 | 107 | 67 | 0 | 47 | 66 | 211 | 46 | 41 |
| Binary | 110101 | 1110101 | 1000111 | 110111 | 0 | 100111 | 110110 | 10001001 | 100110 | 100001 |
Color Harmonies of #357547
Complementary color
Monochromatic Colors of #357547
Black with #357547
Text Example
Text Example
White with #357547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357547; }
p { color: rgb(53,117,71); }
H1.HeaderClassName
{
color: #357547;
}
.AnyTagClassName
{
color: #357547;
}
</style>
background-color css
<style>
a { background-color: #357547; }
a { background-color: rgb(53,117,71); }
div.DivClassName
{
background-color: #357547;
}
.BgClassName
{
background-color: #357547;
}
</style>
border-color css
<style>
span { border-color: #357547; }
span { border-color: rgb(53,117,71); }
td.TdClassName
{
border-color: #357547;
}
.TagClassName
{
border-color: #357547;
}
</style>