Shades of Amazon #357C49
Tints of Amazon #357C49
RGB
CMYK
RGB Variations
Color information
#357C49 (or 0x357C49) is known color: Amazon. HEX triplet: 35, 7C and 49. RGB value is (53,124,73). Sum of RGB (Red+Green+Blue) = 53+124+73=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 124 (48.83% from 255 or 49.6% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 124 - color contains mainly: green. Hex color #357C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357C49 is #CA83B6. Grayscale: #616161. Windows color (decimal): -13271991 or 4815925. OLE color: 4815925.
HSL color Cylindrical-coordinate representation of color #357C49: hue angle of 136.9º 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 #357C49 is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 73 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.51 |
| HSL | 136.9º | 0.4% | 0.35% | - |
| HSV(B) | 136.9º | 0.57% | 0.49% | - |
| XYZ | 9.88 | 15.65 | 8.8 | - |
| YUV | 96.96 | 114.48 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 73 | 0.57 | 0 | 0.41 | 0.51 | 136.9 | 0.4 | 0.35 |
| Hex | 35 | 7C | 49 | 39 | 0 | 29 | 33 | 89 | 28 | 23 |
| Octal | 65 | 174 | 111 | 71 | 0 | 51 | 63 | 211 | 50 | 43 |
| Binary | 110101 | 1111100 | 1001001 | 111001 | 0 | 101001 | 110011 | 10001001 | 101000 | 100011 |
Color Harmonies of #357C49
Complementary color
Monochromatic Colors of #357C49
Black with #357C49
Text Example
Text Example
White with #357C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C49; }
p { color: rgb(53,124,73); }
H1.HeaderClassName
{
color: #357C49;
}
.AnyTagClassName
{
color: #357C49;
}
</style>
background-color css
<style>
a { background-color: #357C49; }
a { background-color: rgb(53,124,73); }
div.DivClassName
{
background-color: #357C49;
}
.BgClassName
{
background-color: #357C49;
}
</style>
border-color css
<style>
span { border-color: #357C49; }
span { border-color: rgb(53,124,73); }
td.TdClassName
{
border-color: #357C49;
}
.TagClassName
{
border-color: #357C49;
}
</style>