Shades of Amazon #357656
Tints of Amazon #357656
RGB
CMYK
RGB Variations
Color information
#357656 (or 0x357656) is known color: Amazon. HEX triplet: 35, 76 and 56. RGB value is (53,118,86). Sum of RGB (Red+Green+Blue) = 53+118+86=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #357656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357656 is #CA89A9. Grayscale: #5E5E5E. Windows color (decimal): -13273514 or 5666357. OLE color: 5666357.
HSL color Cylindrical-coordinate representation of color #357656: hue angle of 150.46º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357656 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 118 | 86 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.54 |
| HSL | 150.46º | 0.38% | 0.34% | - |
| HSV(B) | 150.46º | 0.55% | 0.46% | - |
| XYZ | 9.63 | 14.39 | 11.07 | - |
| YUV | 94.92 | 122.97 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 118 | 86 | 0.55 | 0 | 0.27 | 0.54 | 150.46 | 0.38 | 0.34 |
| Hex | 35 | 76 | 56 | 37 | 0 | 1B | 36 | 96 | 26 | 22 |
| Octal | 65 | 166 | 126 | 67 | 0 | 33 | 66 | 226 | 46 | 42 |
| Binary | 110101 | 1110110 | 1010110 | 110111 | 0 | 11011 | 110110 | 10010110 | 100110 | 100010 |
Color Harmonies of #357656
Complementary color
Monochromatic Colors of #357656
Black with #357656
Text Example
Text Example
White with #357656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357656; }
p { color: rgb(53,118,86); }
H1.HeaderClassName
{
color: #357656;
}
.AnyTagClassName
{
color: #357656;
}
</style>
background-color css
<style>
a { background-color: #357656; }
a { background-color: rgb(53,118,86); }
div.DivClassName
{
background-color: #357656;
}
.BgClassName
{
background-color: #357656;
}
</style>
border-color css
<style>
span { border-color: #357656; }
span { border-color: rgb(53,118,86); }
td.TdClassName
{
border-color: #357656;
}
.TagClassName
{
border-color: #357656;
}
</style>