Shades of Amazon #357C53
Tints of Amazon #357C53
RGB
CMYK
RGB Variations
Color information
#357C53 (or 0x357C53) is known color: Amazon. HEX triplet: 35, 7C and 53. RGB value is (53,124,83). Sum of RGB (Red+Green+Blue) = 53+124+83=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 124 (48.83% from 255 or 47.69% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 124 - color contains mainly: green. Hex color #357C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C53 is #CA83AC. Grayscale: #626262. Windows color (decimal): -13271981 or 5471285. OLE color: 5471285.
HSL color Cylindrical-coordinate representation of color #357C53: hue angle of 145.35º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357C53 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 83 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.51 |
| HSL | 145.35º | 0.4% | 0.35% | - |
| HSV(B) | 145.35º | 0.57% | 0.49% | - |
| XYZ | 10.24 | 15.8 | 10.69 | - |
| YUV | 98.1 | 119.48 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 83 | 0.57 | 0 | 0.33 | 0.51 | 145.35 | 0.4 | 0.35 |
| Hex | 35 | 7C | 53 | 39 | 0 | 21 | 33 | 91 | 28 | 23 |
| Octal | 65 | 174 | 123 | 71 | 0 | 41 | 63 | 221 | 50 | 43 |
| Binary | 110101 | 1111100 | 1010011 | 111001 | 0 | 100001 | 110011 | 10010001 | 101000 | 100011 |
Color Harmonies of #357C53
Complementary color
Monochromatic Colors of #357C53
Black with #357C53
Text Example
Text Example
White with #357C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C53; }
p { color: rgb(53,124,83); }
H1.HeaderClassName
{
color: #357C53;
}
.AnyTagClassName
{
color: #357C53;
}
</style>
background-color css
<style>
a { background-color: #357C53; }
a { background-color: rgb(53,124,83); }
div.DivClassName
{
background-color: #357C53;
}
.BgClassName
{
background-color: #357C53;
}
</style>
border-color css
<style>
span { border-color: #357C53; }
span { border-color: rgb(53,124,83); }
td.TdClassName
{
border-color: #357C53;
}
.TagClassName
{
border-color: #357C53;
}
</style>