Shades of Amazon #357D49
Tints of Amazon #357D49
RGB
CMYK
RGB Variations
Color information
#357D49 (or 0x357D49) is known color: Amazon. HEX triplet: 35, 7D and 49. RGB value is (53,125,73). Sum of RGB (Red+Green+Blue) = 53+125+73=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 125 (49.22% from 255 or 49.80% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 125 - color contains mainly: green. Hex color #357D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357D49 is #CA82B6. Grayscale: #616161. Windows color (decimal): -13271735 or 4816181. OLE color: 4816181.
HSL color Cylindrical-coordinate representation of color #357D49: hue angle of 136.67º 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 #357D49 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 125 | 73 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.51 |
| HSL | 136.67º | 0.4% | 0.35% | - |
| HSV(B) | 136.67º | 0.58% | 0.49% | - |
| XYZ | 10 | 15.91 | 8.85 | - |
| YUV | 97.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 73 | 0.58 | 0 | 0.42 | 0.51 | 136.67 | 0.4 | 0.35 |
| Hex | 35 | 7D | 49 | 3A | 0 | 2A | 33 | 89 | 28 | 23 |
| Octal | 65 | 175 | 111 | 72 | 0 | 52 | 63 | 211 | 50 | 43 |
| Binary | 110101 | 1111101 | 1001001 | 111010 | 0 | 101010 | 110011 | 10001001 | 101000 | 100011 |
Color Harmonies of #357D49
Complementary color
Monochromatic Colors of #357D49
Black with #357D49
Text Example
Text Example
White with #357D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357D49; }
p { color: rgb(53,125,73); }
H1.HeaderClassName
{
color: #357D49;
}
.AnyTagClassName
{
color: #357D49;
}
</style>
background-color css
<style>
a { background-color: #357D49; }
a { background-color: rgb(53,125,73); }
div.DivClassName
{
background-color: #357D49;
}
.BgClassName
{
background-color: #357D49;
}
</style>
border-color css
<style>
span { border-color: #357D49; }
span { border-color: rgb(53,125,73); }
td.TdClassName
{
border-color: #357D49;
}
.TagClassName
{
border-color: #357D49;
}
</style>