Shades of Amazon #357747
Tints of Amazon #357747
RGB
CMYK
RGB Variations
Color information
#357747 (or 0x357747) is known color: Amazon. HEX triplet: 35, 77 and 47. RGB value is (53,119,71). Sum of RGB (Red+Green+Blue) = 53+119+71=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #357747 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357747 is #CA88B8. Grayscale: #5D5D5D. Windows color (decimal): -13273273 or 4683573. OLE color: 4683573.
HSL color Cylindrical-coordinate representation of color #357747: hue angle of 136.36º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357747 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 119 | 71 | - |
| CMYK | 0.55 | 0 | 0.40 | 0.53 |
| HSL | 136.36º | 0.38% | 0.34% | - |
| HSV(B) | 136.36º | 0.55% | 0.47% | - |
| XYZ | 9.2 | 14.41 | 8.26 | - |
| YUV | 93.79 | 115.13 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 119 | 71 | 0.55 | 0 | 0.40 | 0.53 | 136.36 | 0.38 | 0.34 |
| Hex | 35 | 77 | 47 | 37 | 0 | 28 | 35 | 88 | 26 | 22 |
| Octal | 65 | 167 | 107 | 67 | 0 | 50 | 65 | 210 | 46 | 42 |
| Binary | 110101 | 1110111 | 1000111 | 110111 | 0 | 101000 | 110101 | 10001000 | 100110 | 100010 |
Color Harmonies of #357747
Complementary color
Monochromatic Colors of #357747
Black with #357747
Text Example
Text Example
White with #357747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357747; }
p { color: rgb(53,119,71); }
H1.HeaderClassName
{
color: #357747;
}
.AnyTagClassName
{
color: #357747;
}
</style>
background-color css
<style>
a { background-color: #357747; }
a { background-color: rgb(53,119,71); }
div.DivClassName
{
background-color: #357747;
}
.BgClassName
{
background-color: #357747;
}
</style>
border-color css
<style>
span { border-color: #357747; }
span { border-color: rgb(53,119,71); }
td.TdClassName
{
border-color: #357747;
}
.TagClassName
{
border-color: #357747;
}
</style>