Shades of Amazon #357256
Tints of Amazon #357256
RGB
CMYK
RGB Variations
Color information
#357256 (or 0x357256) is known color: Amazon. HEX triplet: 35, 72 and 56. RGB value is (53,114,86). Sum of RGB (Red+Green+Blue) = 53+114+86=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #357256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357256 is #CA8DA9. Grayscale: #5C5C5C. Windows color (decimal): -13274538 or 5665333. OLE color: 5665333.
HSL color Cylindrical-coordinate representation of color #357256: hue angle of 152.46º 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 #357256 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 114 | 86 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.55 |
| HSL | 152.46º | 0.37% | 0.33% | - |
| HSV(B) | 152.46º | 0.54% | 0.45% | - |
| XYZ | 9.17 | 13.46 | 10.92 | - |
| YUV | 92.57 | 124.29 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 114 | 86 | 0.54 | 0 | 0.25 | 0.55 | 152.46 | 0.37 | 0.33 |
| Hex | 35 | 72 | 56 | 36 | 0 | 19 | 37 | 98 | 25 | 21 |
| Octal | 65 | 162 | 126 | 66 | 0 | 31 | 67 | 230 | 45 | 41 |
| Binary | 110101 | 1110010 | 1010110 | 110110 | 0 | 11001 | 110111 | 10011000 | 100101 | 100001 |
Color Harmonies of #357256
Complementary color
Monochromatic Colors of #357256
Black with #357256
Text Example
Text Example
White with #357256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357256; }
p { color: rgb(53,114,86); }
H1.HeaderClassName
{
color: #357256;
}
.AnyTagClassName
{
color: #357256;
}
</style>
background-color css
<style>
a { background-color: #357256; }
a { background-color: rgb(53,114,86); }
div.DivClassName
{
background-color: #357256;
}
.BgClassName
{
background-color: #357256;
}
</style>
border-color css
<style>
span { border-color: #357256; }
span { border-color: rgb(53,114,86); }
td.TdClassName
{
border-color: #357256;
}
.TagClassName
{
border-color: #357256;
}
</style>