Shades of Amazon #357E51
Tints of Amazon #357E51
RGB
CMYK
RGB Variations
Color information
#357E51 (or 0x357E51) is known color: Amazon. HEX triplet: 35, 7E and 51. RGB value is (53,126,81). Sum of RGB (Red+Green+Blue) = 53+126+81=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 126 (49.61% from 255 or 48.46% from 260); Blue value is 81 (32.03% from 255 or 31.15% from 260); Max value from RGB is 126 - color contains mainly: green. Hex color #357E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357E51 is #CA81AE. Grayscale: #636363. Windows color (decimal): -13271471 or 5340725. OLE color: 5340725.
HSL color Cylindrical-coordinate representation of color #357E51: hue angle of 143.01º 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 #357E51 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 126 | 81 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.51 |
| HSL | 143.01º | 0.41% | 0.35% | - |
| HSV(B) | 143.01º | 0.58% | 0.49% | - |
| XYZ | 10.41 | 16.27 | 10.38 | - |
| YUV | 99.04 | 117.82 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 81 | 0.58 | 0 | 0.36 | 0.51 | 143.01 | 0.41 | 0.35 |
| Hex | 35 | 7E | 51 | 3A | 0 | 24 | 33 | 8F | 29 | 23 |
| Octal | 65 | 176 | 121 | 72 | 0 | 44 | 63 | 217 | 51 | 43 |
| Binary | 110101 | 1111110 | 1010001 | 111010 | 0 | 100100 | 110011 | 10001111 | 101001 | 100011 |
Color Harmonies of #357E51
Complementary color
Monochromatic Colors of #357E51
Black with #357E51
Text Example
Text Example
White with #357E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357E51; }
p { color: rgb(53,126,81); }
H1.HeaderClassName
{
color: #357E51;
}
.AnyTagClassName
{
color: #357E51;
}
</style>
background-color css
<style>
a { background-color: #357E51; }
a { background-color: rgb(53,126,81); }
div.DivClassName
{
background-color: #357E51;
}
.BgClassName
{
background-color: #357E51;
}
</style>
border-color css
<style>
span { border-color: #357E51; }
span { border-color: rgb(53,126,81); }
td.TdClassName
{
border-color: #357E51;
}
.TagClassName
{
border-color: #357E51;
}
</style>