Shades of Amazon #357D59
Tints of Amazon #357D59
RGB
CMYK
RGB Variations
Color information
#357D59 (or 0x357D59) is known color: Amazon. HEX triplet: 35, 7D and 59. RGB value is (53,125,89). Sum of RGB (Red+Green+Blue) = 53+125+89=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 125 (49.22% from 255 or 46.82% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 125 - color contains mainly: green. Hex color #357D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357D59 is #CA82A6. Grayscale: #636363. Windows color (decimal): -13271719 or 5864757. OLE color: 5864757.
HSL color Cylindrical-coordinate representation of color #357D59: hue angle of 150º degrees, saturation: 0.4, 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 #357D59 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 125 | 89 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.51 |
| HSL | 150º | 0.4% | 0.35% | - |
| HSV(B) | 150º | 0.58% | 0.49% | - |
| XYZ | 10.6 | 16.15 | 12.01 | - |
| YUV | 99.37 | 122.15 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 89 | 0.58 | 0 | 0.29 | 0.51 | 150 | 0.4 | 0.35 |
| Hex | 35 | 7D | 59 | 3A | 0 | 1D | 33 | 96 | 28 | 23 |
| Octal | 65 | 175 | 131 | 72 | 0 | 35 | 63 | 226 | 50 | 43 |
| Binary | 110101 | 1111101 | 1011001 | 111010 | 0 | 11101 | 110011 | 10010110 | 101000 | 100011 |
Color Harmonies of #357D59
Complementary color
Monochromatic Colors of #357D59
Black with #357D59
Text Example
Text Example
White with #357D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357D59; }
p { color: rgb(53,125,89); }
H1.HeaderClassName
{
color: #357D59;
}
.AnyTagClassName
{
color: #357D59;
}
</style>
background-color css
<style>
a { background-color: #357D59; }
a { background-color: rgb(53,125,89); }
div.DivClassName
{
background-color: #357D59;
}
.BgClassName
{
background-color: #357D59;
}
</style>
border-color css
<style>
span { border-color: #357D59; }
span { border-color: rgb(53,125,89); }
td.TdClassName
{
border-color: #357D59;
}
.TagClassName
{
border-color: #357D59;
}
</style>