Shades of Amazon #357150
Tints of Amazon #357150
RGB
CMYK
RGB Variations
Color information
#357150 (or 0x357150) is known color: Amazon. HEX triplet: 35, 71 and 50. RGB value is (53,113,80). Sum of RGB (Red+Green+Blue) = 53+113+80=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #357150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357150 is #CA8EAF. Grayscale: #5B5B5B. Windows color (decimal): -13274800 or 5271861. OLE color: 5271861.
HSL color Cylindrical-coordinate representation of color #357150: hue angle of 147º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #357150 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 113 | 80 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.56 |
| HSL | 147º | 0.36% | 0.33% | - |
| HSV(B) | 147º | 0.53% | 0.44% | - |
| XYZ | 8.82 | 13.15 | 9.66 | - |
| YUV | 91.3 | 121.62 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 113 | 80 | 0.53 | 0 | 0.29 | 0.56 | 147 | 0.36 | 0.33 |
| Hex | 35 | 71 | 50 | 35 | 0 | 1D | 38 | 93 | 24 | 21 |
| Octal | 65 | 161 | 120 | 65 | 0 | 35 | 70 | 223 | 44 | 41 |
| Binary | 110101 | 1110001 | 1010000 | 110101 | 0 | 11101 | 111000 | 10010011 | 100100 | 100001 |
Color Harmonies of #357150
Complementary color
Monochromatic Colors of #357150
Black with #357150
Text Example
Text Example
White with #357150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357150; }
p { color: rgb(53,113,80); }
H1.HeaderClassName
{
color: #357150;
}
.AnyTagClassName
{
color: #357150;
}
</style>
background-color css
<style>
a { background-color: #357150; }
a { background-color: rgb(53,113,80); }
div.DivClassName
{
background-color: #357150;
}
.BgClassName
{
background-color: #357150;
}
</style>
border-color css
<style>
span { border-color: #357150; }
span { border-color: rgb(53,113,80); }
td.TdClassName
{
border-color: #357150;
}
.TagClassName
{
border-color: #357150;
}
</style>