Shades of Amazon #357250
Tints of Amazon #357250
RGB
CMYK
RGB Variations
Color information
#357250 (or 0x357250) is known color: Amazon. HEX triplet: 35, 72 and 50. RGB value is (53,114,80). Sum of RGB (Red+Green+Blue) = 53+114+80=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 114 - color contains mainly: green. Hex color #357250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357250 is #CA8DAF. Grayscale: #5B5B5B. Windows color (decimal): -13274544 or 5272117. OLE color: 5272117.
HSL color Cylindrical-coordinate representation of color #357250: hue angle of 146.56º 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 #357250 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 114 | 80 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.55 |
| HSL | 146.56º | 0.37% | 0.33% | - |
| HSV(B) | 146.56º | 0.54% | 0.45% | - |
| XYZ | 8.93 | 13.37 | 9.7 | - |
| YUV | 91.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 114 | 80 | 0.54 | 0 | 0.30 | 0.55 | 146.56 | 0.37 | 0.33 |
| Hex | 35 | 72 | 50 | 36 | 0 | 1E | 37 | 93 | 25 | 21 |
| Octal | 65 | 162 | 120 | 66 | 0 | 36 | 67 | 223 | 45 | 41 |
| Binary | 110101 | 1110010 | 1010000 | 110110 | 0 | 11110 | 110111 | 10010011 | 100101 | 100001 |
Color Harmonies of #357250
Complementary color
Monochromatic Colors of #357250
Black with #357250
Text Example
Text Example
White with #357250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357250; }
p { color: rgb(53,114,80); }
H1.HeaderClassName
{
color: #357250;
}
.AnyTagClassName
{
color: #357250;
}
</style>
background-color css
<style>
a { background-color: #357250; }
a { background-color: rgb(53,114,80); }
div.DivClassName
{
background-color: #357250;
}
.BgClassName
{
background-color: #357250;
}
</style>
border-color css
<style>
span { border-color: #357250; }
span { border-color: rgb(53,114,80); }
td.TdClassName
{
border-color: #357250;
}
.TagClassName
{
border-color: #357250;
}
</style>