Shades of Amazon #357E50
Tints of Amazon #357E50
RGB
CMYK
RGB Variations
Color information
#357E50 (or 0x357E50) is known color: Amazon. HEX triplet: 35, 7E and 50. RGB value is (53,126,80). Sum of RGB (Red+Green+Blue) = 53+126+80=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 126 (49.61% from 255 or 48.65% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 126 - color contains mainly: green. Hex color #357E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357E50 is #CA81AF. Grayscale: #636363. Windows color (decimal): -13271472 or 5275189. OLE color: 5275189.
HSL color Cylindrical-coordinate representation of color #357E50: hue angle of 142.19º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357E50 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 126 | 80 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.51 |
| HSL | 142.19º | 0.41% | 0.35% | - |
| HSV(B) | 142.19º | 0.58% | 0.49% | - |
| XYZ | 10.38 | 16.26 | 10.18 | - |
| YUV | 98.93 | 117.32 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 80 | 0.58 | 0 | 0.37 | 0.51 | 142.19 | 0.41 | 0.35 |
| Hex | 35 | 7E | 50 | 3A | 0 | 25 | 33 | 8E | 29 | 23 |
| Octal | 65 | 176 | 120 | 72 | 0 | 45 | 63 | 216 | 51 | 43 |
| Binary | 110101 | 1111110 | 1010000 | 111010 | 0 | 100101 | 110011 | 10001110 | 101001 | 100011 |
Color Harmonies of #357E50
Complementary color
Monochromatic Colors of #357E50
Black with #357E50
Text Example
Text Example
White with #357E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357E50; }
p { color: rgb(53,126,80); }
H1.HeaderClassName
{
color: #357E50;
}
.AnyTagClassName
{
color: #357E50;
}
</style>
background-color css
<style>
a { background-color: #357E50; }
a { background-color: rgb(53,126,80); }
div.DivClassName
{
background-color: #357E50;
}
.BgClassName
{
background-color: #357E50;
}
</style>
border-color css
<style>
span { border-color: #357E50; }
span { border-color: rgb(53,126,80); }
td.TdClassName
{
border-color: #357E50;
}
.TagClassName
{
border-color: #357E50;
}
</style>