Shades of Amazon #357255
Tints of Amazon #357255
RGB
CMYK
RGB Variations
Color information
#357255 (or 0x357255) is known color: Amazon. HEX triplet: 35, 72 and 55. RGB value is (53,114,85). Sum of RGB (Red+Green+Blue) = 53+114+85=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #357255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357255 is #CA8DAA. Grayscale: #5C5C5C. Windows color (decimal): -13274539 or 5599797. OLE color: 5599797.
HSL color Cylindrical-coordinate representation of color #357255: hue angle of 151.48º 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 #357255 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 114 | 85 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.55 |
| HSL | 151.48º | 0.37% | 0.33% | - |
| HSV(B) | 151.48º | 0.54% | 0.45% | - |
| XYZ | 9.13 | 13.45 | 10.71 | - |
| YUV | 92.46 | 123.79 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 114 | 85 | 0.54 | 0 | 0.25 | 0.55 | 151.48 | 0.37 | 0.33 |
| Hex | 35 | 72 | 55 | 36 | 0 | 19 | 37 | 97 | 25 | 21 |
| Octal | 65 | 162 | 125 | 66 | 0 | 31 | 67 | 227 | 45 | 41 |
| Binary | 110101 | 1110010 | 1010101 | 110110 | 0 | 11001 | 110111 | 10010111 | 100101 | 100001 |
Color Harmonies of #357255
Complementary color
Monochromatic Colors of #357255
Black with #357255
Text Example
Text Example
White with #357255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357255; }
p { color: rgb(53,114,85); }
H1.HeaderClassName
{
color: #357255;
}
.AnyTagClassName
{
color: #357255;
}
</style>
background-color css
<style>
a { background-color: #357255; }
a { background-color: rgb(53,114,85); }
div.DivClassName
{
background-color: #357255;
}
.BgClassName
{
background-color: #357255;
}
</style>
border-color css
<style>
span { border-color: #357255; }
span { border-color: rgb(53,114,85); }
td.TdClassName
{
border-color: #357255;
}
.TagClassName
{
border-color: #357255;
}
</style>